Skip to content

Commit

Permalink
Merge pull request #120 from Josuto/dependabot/npm_and_yarn/examples/…
Browse files Browse the repository at this point in the history
…nestjs-mongoose-book-manager/types/node-20.6.2

Bump @types/node from 20.5.1 to 20.6.2 in /examples/nestjs-mongoose-book-manager
  • Loading branch information
Josuto authored Sep 18, 2023
2 parents 0df8c96 + cb1d8b5 commit 92c2d4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/nestjs-mongoose-book-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@nestjs/testing": "^9.0.0",
"@types/express": "^4.17.13",
"@types/jest": "29.5.1",
"@types/node": "20.5.1",
"@types/node": "20.6.2",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand Down
14 changes: 8 additions & 6 deletions examples/nestjs-mongoose-book-manager/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1785,10 +1785,10 @@
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==

"@types/node@*", "@types/node@20.5.1":
version "20.5.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
"@types/node@*", "@types/node@20.6.2":
version "20.6.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.2.tgz#a065925409f59657022e9063275cd0b9bd7e1b12"
integrity sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw==

"@types/parse-json@^4.0.0":
version "4.0.0"
Expand Down Expand Up @@ -4737,8 +4737,10 @@ node-abort-controller@^3.0.1:
integrity sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==

"node-abstract-repository@link:../..":
version "0.0.0"
uid ""
version "2.6.0"
dependencies:
mongoose "^7.1.1"
typescript-optional "^3.0.0-alpha.3"

node-emoji@1.11.0:
version "1.11.0"
Expand Down

0 comments on commit 92c2d4c

Please sign in to comment.