Skip to content

Commit c4425a0

Browse files
chore(deps): update dependency webpack to v5.88.1 (#4219)
1 parent 604f61e commit c4425a0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@
17031703
"vscode-uri": "3.0.7",
17041704
"wdio-vscode-service": "5.1.0",
17051705
"webdriverio": "8.11.2",
1706-
"webpack": "5.88.0",
1706+
"webpack": "5.88.1",
17071707
"webpack-cli": "5.1.4"
17081708
},
17091709
"peerDependencies": {

languageServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ts-loader": "9.4.4",
3535
"lint-staged": "13.2.3",
3636
"jest": "29.5.0",
37-
"webpack": "5.88.0",
37+
"webpack": "5.88.1",
3838
"webpack-cli": "5.1.4",
3939
"jest-environment-node": "29.5.0"
4040
}

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"storybook-addon-themes": "6.1.0",
8181
"style-loader": "3.3.3",
8282
"ts-loader": "9.4.4",
83-
"webpack": "5.88.0",
83+
"webpack": "5.88.1",
8484
"webpack-cli": "5.1.4",
8585
"webpack-dev-server": "4.15.1"
8686
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20486,10 +20486,10 @@ webpack@5:
2048620486
watchpack "^2.4.0"
2048720487
webpack-sources "^3.2.3"
2048820488

20489-
20490-
version "5.88.0"
20491-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.88.0.tgz#a07aa2f8e7a64a8f1cec0c6c2e180e3cb34440c8"
20492-
integrity sha512-O3jDhG5e44qIBSi/P6KpcCcH7HD+nYIHVBhdWFxcLOcIGN8zGo5nqF3BjyNCxIh4p1vFdNnreZv2h2KkoAw3lw==
20489+
20490+
version "5.88.1"
20491+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.88.1.tgz#21eba01e81bd5edff1968aea726e2fbfd557d3f8"
20492+
integrity sha512-FROX3TxQnC/ox4N+3xQoWZzvGXSuscxR32rbzjpXgEzWudJFEJBpdlkkob2ylrv5yzzufD1zph1OoFsLtm6stQ==
2049320493
dependencies:
2049420494
"@types/eslint-scope" "^3.7.3"
2049520495
"@types/estree" "^1.0.0"

0 commit comments

Comments
 (0)