Skip to content

Commit

Permalink
chore(deps): update dependency webpack to v5.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent a5701f5 commit 077b09a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@
"vscode-uri": "3.0.8",
"wdio-vscode-service": "6.1.0",
"webdriverio": "8.16.7",
"webpack": "5.94.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion languageServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ts-loader": "9.5.1",
"lint-staged": "14.0.1",
"jest": "29.7.0",
"webpack": "5.94.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"jest-environment-node": "29.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
"ts-loader": "9.5.1",
"webpack": "5.94.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18685,10 +18685,10 @@ webpack@5:
watchpack "^2.4.0"
webpack-sources "^3.2.3"

webpack@5.94.0:
version "5.94.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.94.0.tgz#77a6089c716e7ab90c1c67574a28da518a20970f"
integrity sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==
webpack@5.95.0:
version "5.95.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.95.0.tgz#8fd8c454fa60dad186fbe36c400a55848307b4c0"
integrity sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==
dependencies:
"@types/estree" "^1.0.5"
"@webassemblyjs/ast" "^1.12.1"
Expand Down

0 comments on commit 077b09a

Please sign in to comment.