Skip to content

Commit

Permalink
Merge pull request #2434 from kashw2/dependabot/npm_and_yarn/types/no…
Browse files Browse the repository at this point in the history
…de-22.5.4

chore(deps-dev): bump @types/node from 20.14.12 to 22.5.4
  • Loading branch information
kashw2 authored Sep 9, 2024
2 parents b934879 + 8bb0429 commit 64998f7
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 104 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.5.2",
"@types/node": "22.5.4",
"@types/passport": "1.0.16",
"esbuild": "0.23.1",
"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.5.2",
"@types/node": "22.5.4",
"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.5.2",
"@types/node": "22.5.4",
"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.5.2",
"@types/node": "22.5.4",
"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.7"
},
"devDependencies": {
"@types/node": "22.5.2",
"@types/node": "22.5.4",
"npm-run-all": "4.1.5",
"nyc": "17.0.0",
"codecov": "3.8.3",
Expand Down
183 changes: 85 additions & 98 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 @@ -47,7 +47,7 @@
"@angular/cli": "18.1.2",
"@angular/compiler-cli": "18.1.2",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.12",
"@types/node": "22.5.4",
"codelyzer": "6.0.2",
"jasmine-core": "5.3.0",
"jasmine-spec-reporter": "7.0.0",
Expand Down

0 comments on commit 64998f7

Please sign in to comment.