Skip to content

Commit fd6f6cc

Browse files
Bump webpack from 5.45.1 to 5.46.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.45.1 to 5.46.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.45.1...v5.46.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 4660f5b commit fd6f6cc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"ts-node": "10.1.0",
5151
"tsconfig-paths": "3.10.1",
5252
"typescript": "4.3.5",
53-
"webpack": "5.45.1",
53+
"webpack": "5.46.0",
5454
"webpack-cli": "4.1.0",
5555
"webpack-dev-server": "3.11.2",
5656
"webpack-merge": "5.8.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8405,18 +8405,18 @@ webpack-merge@^4.2.2:
84058405
dependencies:
84068406
lodash "^4.17.15"
84078407

8408-
webpack-sources@^2.3.0:
8409-
version "2.3.0"
8410-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.0.tgz#9ed2de69b25143a4c18847586ad9eccb19278cfa"
8411-
integrity sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==
8408+
webpack-sources@^2.3.1:
8409+
version "2.3.1"
8410+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
8411+
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
84128412
dependencies:
84138413
source-list-map "^2.0.1"
84148414
source-map "^0.6.1"
84158415

8416-
webpack@5.45.1, webpack@^5:
8417-
version "5.45.1"
8418-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.45.1.tgz#d78dcbeda18a872dc62b0455d3ed3dcfd1c886bb"
8419-
integrity sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==
8416+
webpack@5.46.0, webpack@^5:
8417+
version "5.46.0"
8418+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.46.0.tgz#105d20d96f79db59b316b0ae54316f0f630314b5"
8419+
integrity sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==
84208420
dependencies:
84218421
"@types/eslint-scope" "^3.7.0"
84228422
"@types/estree" "^0.0.50"
@@ -8440,7 +8440,7 @@ [email protected], webpack@^5:
84408440
tapable "^2.1.1"
84418441
terser-webpack-plugin "^5.1.3"
84428442
watchpack "^2.2.0"
8443-
webpack-sources "^2.3.0"
8443+
webpack-sources "^2.3.1"
84448444

84458445
websocket-driver@>=0.5.1:
84468446
version "0.7.3"

0 commit comments

Comments
 (0)