Skip to content

Commit 2dd9cd6

Browse files
Update dependency @nestjs/core to v9 [SECURITY]
1 parent 18b8ccb commit 2dd9cd6

2 files changed

Lines changed: 23 additions & 13 deletions

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@nestjs/common": "7.6.15",
2929
"@nestjs/config": "0.6.3",
30-
"@nestjs/core": "7.6.15",
30+
"@nestjs/core": "9.0.5",
3131
"@nestjs/passport": "7.1.5",
3232
"@nestjs/platform-express": "7.6.15",
3333
"@nestjs/terminus": "7.1.2",

backend/yarn.lock

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -628,17 +628,17 @@
628628
lodash.set "4.3.2"
629629
uuid "8.3.2"
630630

631-
"@nestjs/core@7.6.15":
632-
version "7.6.15"
633-
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.6.15.tgz#dfcc5a7804c10d07f81dde514804b484b909d08a"
634-
integrity sha512-8CrL/iY5Gt4HJfyDg1PgPalhT7tVRT643f2mGMgPum/P/e94uuwEYBNIgsMEVOJUrOAWZkNIN60uEf8JkH6GWw==
631+
"@nestjs/core@9.0.5":
632+
version "9.0.5"
633+
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.0.5.tgz#b4cb8f8b0c1d234a840f06e265717d4a24f8d224"
634+
integrity sha512-41BBJlsquasVrGeRWNYb74Fwsc+oB5EmKC/hioQJAhGqIw5Kr5AcdEoEFaMKFzNLAPbU6c/nVW8T8CrvtQbQww==
635635
dependencies:
636636
"@nuxtjs/opencollective" "0.3.2"
637-
fast-safe-stringify "2.0.7"
637+
fast-safe-stringify "2.1.1"
638638
iterare "1.2.1"
639-
object-hash "2.1.1"
639+
object-hash "3.0.0"
640640
path-to-regexp "3.2.0"
641-
tslib "2.1.0"
641+
tslib "2.4.0"
642642
uuid "8.3.2"
643643

644644
"@nestjs/passport@7.1.5":
@@ -2597,7 +2597,12 @@ fast-levenshtein@~2.0.6:
25972597
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
25982598
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
25992599

2600-
fast-safe-stringify@2.0.7, fast-safe-stringify@^2.0.7:
2600+
fast-safe-stringify@2.1.1:
2601+
version "2.1.1"
2602+
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
2603+
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
2604+
2605+
fast-safe-stringify@^2.0.7:
26012606
version "2.0.7"
26022607
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz#124aa885899261f68aedb42a7c080de9da608743"
26032608
integrity sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==
@@ -4422,10 +4427,10 @@ object-copy@^0.1.0:
44224427
define-property "^0.2.5"
44234428
kind-of "^3.0.3"
44244429

4425-
object-hash@2.1.1:
4426-
version "2.1.1"
4427-
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.1.1.tgz#9447d0279b4fcf80cff3259bf66a1dc73afabe09"
4428-
integrity sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ==
4430+
object-hash@3.0.0:
4431+
version "3.0.0"
4432+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
4433+
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
44294434

44304435
object-visit@^1.0.0:
44314436
version "1.0.1"
@@ -5799,6 +5804,11 @@ tslib@2.1.0, tslib@^2.1.0:
57995804
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
58005805
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
58015806

5807+
tslib@2.4.0:
5808+
version "2.4.0"
5809+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
5810+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
5811+
58025812
tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
58035813
version "1.14.1"
58045814
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)