Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @ngxs/devtools-plugin from 3.8.2 to 18.0.0.
    See this package in yarn: 
  - @ngxs/store from 3.8.2 to 18.0.0.
    See this package in yarn: 

See this project in Snyk:
https://app.snyk.io/org/ombi-shared/project/7a4dc3b5-498d-41a0-82fb-9781f30ae243?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 8, 2024
1 parent be886ee commit d82749e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/Ombi/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@microsoft/signalr": "^6.0.23",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@ngxs/devtools-plugin": "3.8.2",
"@ngxs/store": "3.8.2",
"@ngxs/devtools-plugin": "18.0.0",
"@ngxs/store": "18.0.0",
"@types/jquery": "^3.5.30",
"@yellowspot/ng-truncate": "^2.0.0",
"angularx-qrcode": "^16.0.0",
Expand Down
22 changes: 11 additions & 11 deletions src/Ombi/ClientApp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2095,19 +2095,19 @@
dependencies:
tslib "^2.3.0"

"@ngxs/devtools-plugin@3.8.2":
version "3.8.2"
resolved "https://registry.yarnpkg.com/@ngxs/devtools-plugin/-/devtools-plugin-3.8.2.tgz#0deb8aac228483ede44c20ed3a6488e824c4f3fc"
integrity sha512-4FWZWJTtgrlTUsiprIBGHaQqvvFKiTesYK9+dg03NGv7z74Z5pNtPVbO1hMeuMmqaJ8r18fDZ3wIfXlXC6noNA==
"@ngxs/devtools-plugin@18.0.0":
version "18.0.0"
resolved "https://registry.yarnpkg.com/@ngxs/devtools-plugin/-/devtools-plugin-18.0.0.tgz#0af60ceddc43bb3781c8a48fad383f4a778db768"
integrity sha512-fCVBqjHM971KTffBL64KVX7vRTCvm8Hf8tRKRy/9Mn0FKijESquTcuwl+05s57IrwsTyJfMGVBHDdb+nmKgDyw==
dependencies:
tslib "^2.2.0"
tslib "^2.3.0"

"@ngxs/store@3.8.2":
version "3.8.2"
resolved "https://registry.yarnpkg.com/@ngxs/store/-/store-3.8.2.tgz#f6c8553e03db95baea7684f0f227c0e9a8095983"
integrity sha512-IovxuGQDEpB9VefmbTaV1k4hms4iZ4aS9gPVZOC+qzyfvpi7zrUEsjo+yT6FfVBmBg/RLUmPCtqArzbKU5XrLQ==
"@ngxs/store@18.0.0":
version "18.0.0"
resolved "https://registry.yarnpkg.com/@ngxs/store/-/store-18.0.0.tgz#4266659ff66bd7c845b3b04fb4e62dfd1e4d80f1"
integrity sha512-uYs7/KG0yBLS8Mxe87QVgknM950pRzDZ2iRqGaYDCB22NOQYf3sr+wJ3WdYTZnenTresc1njvUhJXzY7/UDdxA==
dependencies:
tslib "^2.2.0"
tslib "^2.3.0"

"@nodelib/[email protected]":
version "2.1.5"
Expand Down Expand Up @@ -10152,7 +10152,7 @@ tslib@^1.13.0, tslib@^1.8.0, tslib@^1.8.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0, tslib@^2.4.0:
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0:
version "2.6.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
Expand Down

0 comments on commit d82749e

Please sign in to comment.