Skip to content

Commit ae9cbce

Browse files
committed
chore(deps): update dependency webpack to v5.46.0
1 parent 4a65c40 commit ae9cbce

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

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6047,18 +6047,18 @@ wcwidth@^1.0.0, wcwidth@^1.0.1:
60476047
dependencies:
60486048
defaults "^1.0.3"
60496049

6050-
webpack-sources@^2.3.0:
6051-
version "2.3.0"
6052-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.0.tgz#9ed2de69b25143a4c18847586ad9eccb19278cfa"
6053-
integrity sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==
6050+
webpack-sources@^2.3.1:
6051+
version "2.3.1"
6052+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
6053+
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
60546054
dependencies:
60556055
source-list-map "^2.0.1"
60566056
source-map "^0.6.1"
60576057

6058-
webpack@5.45.1:
6059-
version "5.45.1"
6060-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.45.1.tgz#d78dcbeda18a872dc62b0455d3ed3dcfd1c886bb"
6061-
integrity sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==
6058+
webpack@5.46.0:
6059+
version "5.46.0"
6060+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.46.0.tgz#105d20d96f79db59b316b0ae54316f0f630314b5"
6061+
integrity sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==
60626062
dependencies:
60636063
"@types/eslint-scope" "^3.7.0"
60646064
"@types/estree" "^0.0.50"
@@ -6082,7 +6082,7 @@ webpack@5.45.1:
60826082
tapable "^2.1.1"
60836083
terser-webpack-plugin "^5.1.3"
60846084
watchpack "^2.2.0"
6085-
webpack-sources "^2.3.0"
6085+
webpack-sources "^2.3.1"
60866086

60876087
well-known-symbols@^2.0.0:
60886088
version "2.0.0"

0 commit comments

Comments
 (0)