Skip to content

Commit

Permalink
bump @types/node from 22.2.0 to 22.3.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent ac04af0 commit 7bd6734
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 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": "22.2.0",
"@types/node": "22.3.0",
"@types/passport": "1.0.16",
"esbuild": "0.23.0",
"jasmine": "5.2.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": "22.2.0",
"@types/node": "22.3.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1"
}
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": "22.2.0",
"@types/node": "22.3.0",
"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": "22.2.0",
"@types/node": "22.3.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1"
}
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.3"
},
"devDependencies": {
"@types/node": "22.2.0",
"@types/node": "22.3.0",
"npm-run-all": "4.1.5",
"nyc": "17.0.0",
"codecov": "3.8.3",
Expand Down
26 changes: 13 additions & 13 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.1.4",
"@angular/compiler-cli": "18.2.0",
"@types/jasmine": "5.1.4",
"@types/node": "22.2.0",
"@types/node": "22.3.0",
"codelyzer": "6.0.2",
"jasmine-core": "5.2.0",
"jasmine-spec-reporter": "7.0.0",
Expand Down

0 comments on commit 7bd6734

Please sign in to comment.