Skip to content

Commit bf44fc8

Browse files
Bump webpack from 5.46.0 to 5.47.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.46.0 to 5.47.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.46.0...v5.47.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f84ee3c commit bf44fc8

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
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.46.0",
53+
"webpack": "5.47.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 & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7459,11 +7459,6 @@ sockjs@^0.3.21:
74597459
uuid "^3.4.0"
74607460
websocket-driver "^0.7.4"
74617461

7462-
source-list-map@^2.0.1:
7463-
version "2.0.1"
7464-
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
7465-
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
7466-
74677462
source-map-resolve@^0.5.0:
74687463
version "0.5.3"
74697464
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
@@ -8415,18 +8410,15 @@ webpack-merge@^4.2.2:
84158410
dependencies:
84168411
lodash "^4.17.15"
84178412

8418-
webpack-sources@^2.3.1:
8419-
version "2.3.1"
8420-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
8421-
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
8422-
dependencies:
8423-
source-list-map "^2.0.1"
8424-
source-map "^0.6.1"
8413+
webpack-sources@^3.0.1:
8414+
version "3.0.1"
8415+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.0.1.tgz#518cfabdbde3962f75bbecbacd11d88ab3205252"
8416+
integrity sha512-LkBxiXJ3tTuhLaS5gz6D6l77Et8mPWlghAe7bbnmi2PyN1CtkiL/YitR+I0pn9PtBC88Irqgg6F9dBJh8+sJRQ==
84258417

8426-
webpack@5.46.0, webpack@^5:
8427-
version "5.46.0"
8428-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.46.0.tgz#105d20d96f79db59b316b0ae54316f0f630314b5"
8429-
integrity sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==
8418+
webpack@5.47.0, webpack@^5:
8419+
version "5.47.0"
8420+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.47.0.tgz#3c13862b5d7b428792bfe76c5f67a0f43ba685f8"
8421+
integrity sha512-soKLGwcUM1R3YEbJhJNiZzy7T43TnI7ENda/ywfDp9G1mDlDTpO+qfc8I5b0AzMr9xM3jyvQ0n7ctJyiXuXW6Q==
84308422
dependencies:
84318423
"@types/eslint-scope" "^3.7.0"
84328424
"@types/estree" "^0.0.50"
@@ -8450,7 +8442,7 @@ webpack@5.46.0, webpack@^5:
84508442
tapable "^2.1.1"
84518443
terser-webpack-plugin "^5.1.3"
84528444
watchpack "^2.2.0"
8453-
webpack-sources "^2.3.1"
8445+
webpack-sources "^3.0.1"
84548446

84558447
websocket-driver@>=0.5.1:
84568448
version "0.7.3"

0 commit comments

Comments
 (0)