diff --git a/CHANGELOG.md b/CHANGELOG.md index 647ec76d6..23432350f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Changed the execution time of the asset profile data gathering to every Sunday at lunch time +- Upgraded `@codewithdan/observable-store` from version `2.2.11` to `2.2.15` - Upgraded `bull` from version `4.8.5` to `4.10.2` - Upgraded `countup.js` from version `2.0.7` to `2.3.2` - Upgraded `prisma` from version `4.7.1` to `4.8.0` diff --git a/package.json b/package.json index 124f846d3..911f4677a 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@angular/platform-browser-dynamic": "14.2.0", "@angular/router": "14.2.0", "@angular/service-worker": "14.2.0", - "@codewithdan/observable-store": "2.2.11", + "@codewithdan/observable-store": "2.2.15", "@dfinity/agent": "0.12.1", "@dfinity/auth-client": "0.12.1", "@dfinity/authentication": "0.12.1", diff --git a/yarn.lock b/yarn.lock index 66017fb6d..a2ad6dfad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2398,10 +2398,10 @@ exec-sh "^0.3.2" minimist "^1.2.0" -"@codewithdan/observable-store@2.2.11": - version "2.2.11" - resolved "https://registry.npmjs.org/@codewithdan/observable-store/-/observable-store-2.2.11.tgz" - integrity sha512-6CfqLJUqV0SwS4yE+9vciqxHUJ6CqIptSXXzFw80MonCDoVJvCJ/xhKfs7VZqJ4jDtEu/7ILvovFtZdLg9fiAg== +"@codewithdan/observable-store@2.2.15": + version "2.2.15" + resolved "https://registry.yarnpkg.com/@codewithdan/observable-store/-/observable-store-2.2.15.tgz#6d27e0988e182853def59a714b712f4389e558d2" + integrity sha512-LVCSMZzTCvoDo5n7YDmtIIEhTmvJ8O21k36Vwu/A4kumdXQ1YVs4sKoSK3vlINZPL4AYY2MRsBVtvre4QIETFw== "@colors/colors@1.5.0": version "1.5.0"