Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.14.5 to 20.14.10 (#432)
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.14.5 to 20.14.10.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vojtěch Vidra <vojtechvidra@gmail.com>
  • Loading branch information
dependabot[bot] and VojtechVidra committed Jul 8, 2024
1 parent 3ed8b98 commit b0408e2
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@next/eslint-plugin-next": "14.2.4",
"@pandacss/dev": "0.39.2",
"@types/node": "^20.14.5",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-custom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/cors": "^2.8.17",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.5",
"@types/node": "^20.14.10",
"@types/supertest": "^6.0.2",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@next/eslint-plugin-next": "14.2.4",
"@pandacss/dev": "0.39.2",
"@types/node": "^20.14.5",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-custom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cy:run": "cypress run"
},
"devDependencies": {
"@types/node": "^20.14.5",
"@types/node": "^20.14.10",
"cypress": "^13.10.0",
"typescript": "5.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@next/eslint-plugin-next": "14.2.4",
"@pandacss/dev": "0.39.2",
"@types/node": "^20.14.5",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-custom": "workspace:*",
Expand Down
Loading

0 comments on commit b0408e2

Please sign in to comment.