Skip to content

Commit 312c76e

Browse files
committed
chore(deps): update dependency webpack to v5.47.0
1 parent 5250ed0 commit 312c76e

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
@@ -42,7 +42,7 @@
4242
"semantic-release": "17.4.4",
4343
"ts-node": "10.1.0",
4444
"typescript": "4.3.5",
45-
"webpack": "5.46.0"
45+
"webpack": "5.47.0"
4646
},
4747
"eslintConfig": {
4848
"root": true,

yarn.lock

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5338,11 +5338,6 @@ socks@^2.3.3:
53385338
ip "^1.1.5"
53395339
smart-buffer "^4.1.0"
53405340

5341-
source-list-map@^2.0.1:
5342-
version "2.0.1"
5343-
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
5344-
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
5345-
53465341
source-map-support@^0.5.17, source-map-support@^0.5.19, source-map-support@~0.5.19:
53475342
version "0.5.19"
53485343
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
@@ -6076,18 +6071,15 @@ wcwidth@^1.0.0, wcwidth@^1.0.1:
60766071
dependencies:
60776072
defaults "^1.0.3"
60786073

6079-
webpack-sources@^2.3.1:
6080-
version "2.3.1"
6081-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
6082-
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
6083-
dependencies:
6084-
source-list-map "^2.0.1"
6085-
source-map "^0.6.1"
6074+
webpack-sources@^3.0.1:
6075+
version "3.0.1"
6076+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.0.1.tgz#518cfabdbde3962f75bbecbacd11d88ab3205252"
6077+
integrity sha512-LkBxiXJ3tTuhLaS5gz6D6l77Et8mPWlghAe7bbnmi2PyN1CtkiL/YitR+I0pn9PtBC88Irqgg6F9dBJh8+sJRQ==
60866078

6087-
webpack@5.46.0:
6088-
version "5.46.0"
6089-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.46.0.tgz#105d20d96f79db59b316b0ae54316f0f630314b5"
6090-
integrity sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==
6079+
webpack@5.47.0:
6080+
version "5.47.0"
6081+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.47.0.tgz#3c13862b5d7b428792bfe76c5f67a0f43ba685f8"
6082+
integrity sha512-soKLGwcUM1R3YEbJhJNiZzy7T43TnI7ENda/ywfDp9G1mDlDTpO+qfc8I5b0AzMr9xM3jyvQ0n7ctJyiXuXW6Q==
60916083
dependencies:
60926084
"@types/eslint-scope" "^3.7.0"
60936085
"@types/estree" "^0.0.50"
@@ -6111,7 +6103,7 @@ webpack@5.46.0:
61116103
tapable "^2.1.1"
61126104
terser-webpack-plugin "^5.1.3"
61136105
watchpack "^2.2.0"
6114-
webpack-sources "^2.3.1"
6106+
webpack-sources "^3.0.1"
61156107

61166108
well-known-symbols@^2.0.0:
61176109
version "2.0.0"

0 commit comments

Comments
 (0)