Skip to content

Commit

Permalink
fix: upgrade @types/node from 20.9.0 to 20.9.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/node from 20.9.0 to 20.9.1.

See this package in npm:
https://www.npmjs.com/package/@types/node

See this project in Snyk:
https://app.snyk.io/org/mayank1513/project/12ad67a3-baf2-4b5b-ac45-e34c1e32244f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 7, 2023
1 parent d8e57eb commit 10ab67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/rest-nextjs-express/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
"dependencies": {
"@prisma/client": "5.6.0",
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"cors": "2.8.5",
"express": "4.18.2"
},
"devDependencies": {
"@types/cors": "2.8.16",
"@types/express": "4.17.21",
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"prisma": "5.6.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
Expand Down

0 comments on commit 10ab67e

Please sign in to comment.