Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.14.9 to 20.14.10
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.9 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent 77f317b commit 6460f64
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/express": "4.17.21",
"@types/jasmine": "5.1.4",
"@types/mssql": "9.1.5",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@types/passport": "1.0.16",
"esbuild": "0.23.0",
"jasmine": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@kashw2/lib-util": "7.0.1"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"npm-run-all": "4.1.5",
"rimraf": "5.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@kashw2/lib-ts": "5.0.0"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"npm-run-all": "4.1.5",
"nyc": "17.0.0",
"codecov": "3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion libs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"moment": "2.30.1"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"npm-run-all": "4.1.5",
"rimraf": "5.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"axios": "1.7.2"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"npm-run-all": "4.1.5",
"nyc": "17.0.0",
"codecov": "3.8.3",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@angular/cli": "18.0.7",
"@angular/compiler-cli": "18.0.6",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"codelyzer": "6.0.2",
"jasmine-core": "5.1.2",
"jasmine-spec-reporter": "7.0.0",
Expand Down

0 comments on commit 6460f64

Please sign in to comment.