Skip to content

Commit 9bcce36

Browse files
Bump @nestjs/core from 8.0.9 to 9.0.5
Bumps [@nestjs/core](https://github.com/nestjs/nest) from 8.0.9 to 9.0.5. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](nestjs/nest@v8.0.9...v9.0.5) --- updated-dependencies: - dependency-name: "@nestjs/core" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b649b6 commit 9bcce36

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@nestjs/common": "~8.0.9",
50-
"@nestjs/core": "~8.0.9",
50+
"@nestjs/core": "~9.0.5",
5151
"@nestjs/platform-express": "~8.0.9",
5252
"@nestjs/swagger": "~5.1.0",
5353
"@nestjs/testing": "~8.0.9",

yarn.lock

+15-10
Original file line numberDiff line numberDiff line change
@@ -577,17 +577,17 @@
577577
tslib "2.3.1"
578578
uuid "8.3.2"
579579

580-
"@nestjs/core@~8.0.9":
581-
version "8.0.9"
582-
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-8.0.9.tgz#49e27b726ec6cd12474d18cd8cafd9e44761468d"
583-
integrity sha512-Q8bge+yuFzcuW9iY5fiMz3gydyB3D25dO9/YFGEtHexw2ipQA1QCt94XfIxGqFe1C07k5IDSK/C/l+R33CHrGg==
580+
"@nestjs/core@~9.0.5":
581+
version "9.0.5"
582+
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.0.5.tgz#b4cb8f8b0c1d234a840f06e265717d4a24f8d224"
583+
integrity sha512-41BBJlsquasVrGeRWNYb74Fwsc+oB5EmKC/hioQJAhGqIw5Kr5AcdEoEFaMKFzNLAPbU6c/nVW8T8CrvtQbQww==
584584
dependencies:
585585
"@nuxtjs/opencollective" "0.3.2"
586586
fast-safe-stringify "2.1.1"
587587
iterare "1.2.1"
588-
object-hash "2.2.0"
588+
object-hash "3.0.0"
589589
path-to-regexp "3.2.0"
590-
tslib "2.3.1"
590+
tslib "2.4.0"
591591
uuid "8.3.2"
592592

593593
"@nestjs/mapped-types@1.0.0":
@@ -3879,10 +3879,10 @@ object-copy@^0.1.0:
38793879
define-property "^0.2.5"
38803880
kind-of "^3.0.3"
38813881

3882-
object-hash@2.2.0:
3883-
version "2.2.0"
3884-
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
3885-
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
3882+
object-hash@3.0.0:
3883+
version "3.0.0"
3884+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
3885+
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
38863886

38873887
object-inspect@^1.11.0, object-inspect@^1.9.0:
38883888
version "1.11.0"
@@ -4954,6 +4954,11 @@ tslib@2.3.1:
49544954
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
49554955
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
49564956

4957+
tslib@2.4.0:
4958+
version "2.4.0"
4959+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
4960+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
4961+
49574962
tslib@^1.8.1:
49584963
version "1.14.1"
49594964
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)