Skip to content

Commit 70bb2bb

Browse files
authoredMar 8, 2023
Bump @nestjs/core from 8.0.4 to 9.0.5
Bumps [@nestjs/core](https://github.com/nestjs/nest) from 8.0.4 to 9.0.5. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](nestjs/nest@v8.0.4...v9.0.5) --- updated-dependencies: - dependency-name: "@nestjs/core" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ca8f21 commit 70bb2bb

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
},
2626
"peerDependencies": {
2727
"@nestjs/common": "^8.0.4",
28-
"@nestjs/core": "^8.0.4",
28+
"@nestjs/core": "^9.0.5",
2929
"reflect-metadata": "^0.1.13",
3030
"rimraf": "^3.0.2",
3131
"rxjs": "^7.2.0"
3232
},
3333
"devDependencies": {
3434
"@nestjs/cli": "^8.0.2",
3535
"@nestjs/common": "^8.0.4",
36-
"@nestjs/core": "^8.0.4",
36+
"@nestjs/core": "^9.0.5",
3737
"@nestjs/schematics": "^8.0.2",
3838
"@nestjs/testing": "^8.0.4",
3939
"@types/express": "^4.17.13",

‎yarn.lock

+20-15
Original file line numberDiff line numberDiff line change
@@ -649,17 +649,17 @@
649649
tslib "2.3.0"
650650
uuid "8.3.2"
651651

652-
"@nestjs/core@^8.0.4":
653-
version "8.0.4"
654-
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-8.0.4.tgz#fcef4fa0f62f8b205f6e741bf6cd2da01c94d98a"
655-
integrity sha512-1clCaGtVZTE7/tEvVj1FLwgFTHIlaCvwfPSMgxhGalTrx+cM8MoqEGLWklqS5bS+YfQscI1+Gn3OLdWlRcGbRQ==
652+
"@nestjs/core@^9.0.5":
653+
version "9.0.5"
654+
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.0.5.tgz#b4cb8f8b0c1d234a840f06e265717d4a24f8d224"
655+
integrity sha512-41BBJlsquasVrGeRWNYb74Fwsc+oB5EmKC/hioQJAhGqIw5Kr5AcdEoEFaMKFzNLAPbU6c/nVW8T8CrvtQbQww==
656656
dependencies:
657657
"@nuxtjs/opencollective" "0.3.2"
658-
fast-safe-stringify "2.0.8"
658+
fast-safe-stringify "2.1.1"
659659
iterare "1.2.1"
660-
object-hash "2.2.0"
660+
object-hash "3.0.0"
661661
path-to-regexp "3.2.0"
662-
tslib "2.3.0"
662+
tslib "2.4.0"
663663
uuid "8.3.2"
664664

665665
"@nestjs/schematics@^8.0.0", "@nestjs/schematics@^8.0.2":
@@ -2018,10 +2018,10 @@ fast-levenshtein@~2.0.6:
20182018
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
20192019
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
20202020

2021-
fast-safe-stringify@2.0.8:
2022-
version "2.0.8"
2023-
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.8.tgz#dc2af48c46cf712b683e849b2bbd446b32de936f"
2024-
integrity sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag==
2021+
fast-safe-stringify@2.1.1:
2022+
version "2.1.1"
2023+
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
2024+
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
20252025

20262026
fb-watchman@^2.0.0:
20272027
version "2.0.1"
@@ -3348,10 +3348,10 @@ object-assign@^4.1.0:
33483348
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
33493349
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
33503350

3351-
object-hash@2.2.0:
3352-
version "2.2.0"
3353-
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
3354-
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
3351+
object-hash@3.0.0:
3352+
version "3.0.0"
3353+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
3354+
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
33553355

33563356
object-inspect@^1.9.0:
33573357
version "1.11.0"
@@ -4253,6 +4253,11 @@ tslib@2.3.0:
42534253
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
42544254
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
42554255

4256+
tslib@2.4.0:
4257+
version "2.4.0"
4258+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
4259+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
4260+
42564261
tslib@^1.13.0, tslib@^1.7.1, tslib@^1.8.1, tslib@^1.9.0:
42574262
version "1.14.1"
42584263
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)
Please sign in to comment.