Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#3752)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 0105fdd commit 8c9a034
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 74 deletions.
147 changes: 83 additions & 64 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4026,7 +4026,7 @@
"devDependencies": {
"@eslint/js": "^9.13.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.17.3",
"@types/node": "^20.17.5",
"@types/vscode": "1.90.0",
"@types/vscode-webview": "^1.57.5",
"@vitest/coverage-istanbul": "^2.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/chai": "^5.0.1",
"@types/decompress": "^4.2.7",
"@types/mocha": "^10.0.9",
"@types/node": "^20.17.3",
"@types/node": "^20.17.5",
"chai": "^5.1.2",
"cross-env": "^7.0.3"
},
Expand All @@ -40,7 +40,7 @@
"decompress": "^4.2.1",
"glob": "^11.0.0",
"kefir": "^3.8.8",
"mocha": "^10.8.1"
"mocha": "^10.8.2"
},
"engines": {
"node": ">20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"safe-stable-stringify": "^2.5.0",
"ts-json-schema-generator": "^2.3.0",
"ts-loader": "^9.5.1",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"ts-loader": "^9.5.1",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.1",
"vitest-when": "^0.4.1",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/utils-disposables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.17.3",
"@types/node": "^20.17.5",
"ts2mjs": "^3.0.0",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
Expand Down
Loading

0 comments on commit 8c9a034

Please sign in to comment.