Skip to content

Commit 3a92626

Browse files
Bump webpack from 5.93.0 to 5.94.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.93.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f292eec commit 3a92626

File tree

10 files changed

+22
-43
lines changed

10 files changed

+22
-43
lines changed

app/aws-lsp-codewhisperer-runtimes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"ts-loader": "^9.4.4",
21-
"webpack": "^5.88.2",
21+
"webpack": "^5.94.0",
2222
"webpack-cli": "^5.1.4"
2323
}
2424
}

app/aws-lsp-json-runtimes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"mocha": "^10.2.0",
2424
"ts-lsp-client": "^1.0.3",
2525
"ts-loader": "^9.4.4",
26-
"webpack": "^5.88.2",
26+
"webpack": "^5.94.0",
2727
"webpack-cli": "^5.1.4"
2828
}
2929
}

app/aws-lsp-partiql-runtimes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"ts-lsp-client": "^1.0.3",
1919
"ts-loader": "^9.4.4",
20-
"webpack": "^5.88.2",
20+
"webpack": "^5.94.0",
2121
"webpack-cli": "^5.1.4"
2222
}
2323
}

app/aws-lsp-yaml-json-webworker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ts-loader": "^9.5.1",
2323
"typescript": "^5.5.3",
2424
"umd-compat-loader": "^2.1.2",
25-
"webpack": "^5.91.0",
25+
"webpack": "^5.94.0",
2626
"webpack-cli": "^5.1.4",
2727
"webpack-dev-server": "^5.0.4"
2828
}

app/aws-lsp-yaml-runtimes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ts-lsp-client": "^1.0.3",
2525
"ts-loader": "^9.4.4",
2626
"umd-compat-loader": "^2.1.2",
27-
"webpack": "^5.88.2",
27+
"webpack": "^5.94.0",
2828
"webpack-cli": "^5.1.4"
2929
}
3030
}

app/hello-world-lsp-runtimes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"mocha": "^10.2.0",
2727
"ts-lsp-client": "^1.0.3",
2828
"ts-loader": "^9.4.4",
29-
"webpack": "^5.88.2",
29+
"webpack": "^5.94.0",
3030
"webpack-cli": "^5.1.4"
3131
}
3232
}

chat-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"sinon": "^18.0.0",
3030
"ts-mocha": "^10.0.0",
3131
"ts-sinon": "^2.0.2",
32-
"webpack": "^5.38.1",
32+
"webpack": "^5.94.0",
3333
"webpack-cli": "^5.1.4"
3434
},
3535
"prettier": {

package-lock.json

Lines changed: 13 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/aws-lsp-codewhisperer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-mocha": "^10.0.0",
6262
"ts-sinon": "^2.0.2",
6363
"vscode-languageserver-textdocument": "^1.0.11",
64-
"webpack": "^5.88.2",
64+
"webpack": "^5.94.0",
6565
"webpack-cli": "^5.1.4"
6666
},
6767
"prettier": {

server/hello-world-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"devDependencies": {
1818
"ts-loader": "^9.4.4",
1919
"webpack-cli": "^5.1.4",
20-
"webpack": "^5.88.2"
20+
"webpack": "^5.94.0"
2121
}
2222
}

0 commit comments

Comments
 (0)