Skip to content

Commit

Permalink
Merge pull request #1246 from caiocampos/dependabot/npm_and_yarn/back…
Browse files Browse the repository at this point in the history
…/types/node-20.5.0

Bump @types/node from 20.4.9 to 20.5.0 in /back
  • Loading branch information
caiocampos authored Aug 16, 2023
2 parents ae8986c + 2ce1500 commit 265d1ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@nestjs/testing": "^10.1.3",
"@types/express": "^4.17.17",
"@types/jest": "^28.1.8",
"@types/node": "^20.4.9",
"@types/node": "^20.5.0",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand Down
8 changes: 4 additions & 4 deletions back/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1253,10 +1253,10 @@
resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==

"@types/node@*", "@types/node@^20.4.9":
version "20.4.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.9.tgz#c7164e0f8d3f12dfae336af0b1f7fdec8c6b204f"
integrity sha512-8e2HYcg7ohnTUbHk8focoklEQYvemQmu9M/f43DZVx43kHn0tE3BY/6gSDxS7k0SprtS0NHvj+L80cGLnoOUcQ==
"@types/node@*", "@types/node@^20.5.0":
version "20.5.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.0.tgz#7fc8636d5f1aaa3b21e6245e97d56b7f56702313"
integrity sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==

"@types/parse-json@^4.0.0":
version "4.0.0"
Expand Down

0 comments on commit 265d1ae

Please sign in to comment.