Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.8.2 to 20.8.8
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.2 to 20.8.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent ed4b8ef commit 8cf87ec
Show file tree
Hide file tree
Showing 7 changed files with 370 additions and 308 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@nestjs/testing": "^10.2.7",
"@types/express": "^4.17.18",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@types/node": "^20.8.8",
"@types/supertest": "^2.0.14",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@pinia/nuxt": "^0.4.11",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.8.2",
"@types/node": "^20.8.8",
"autoprefixer": "10.4.16",
"daisyui": "^3.9.2",
"date-fns": "^2.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tsconfig": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.8.2",
"@types/node": "^20.8.8",
"dotenv-cli": "^7.3.0",
"eslint": "^8.51.0",
"prettier": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tsconfig": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.8.2",
"@types/node": "^20.8.8",
"rimraf": "^5.0.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tsconfig": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.8.2",
"@types/node": "^20.8.8",
"rimraf": "^5.0.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/whatsapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/mime-types": "^2.1.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.8",
"axios": "^1.5.1",
"cross-env": "^7.0.3",
"pino-pretty": "^10.2.3",
Expand Down
Loading

0 comments on commit 8cf87ec

Please sign in to comment.