Skip to content

Commit 2f5ee41

Browse files
chore(deps): update dependency @types/webpack to ^4.41.26 (#97)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b3aac9b commit 2f5ee41

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@microsoft/api-extractor": "^7.13.1",
3434
"@types/jest": "^26.0.22",
3535
"@types/node": "^14.14.25",
36-
"@types/webpack": "^4.41.1",
36+
"@types/webpack": "^4.41.26",
3737
"@types/webpack-merge": "^4.1.5",
3838
"@typescript-eslint/eslint-plugin": "^4.19.0",
3939
"@typescript-eslint/parser": "^4.19.0",

yarn.lock

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,11 @@
986986
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74"
987987
integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==
988988

989+
"@types/tapable@^1":
990+
version "1.0.7"
991+
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4"
992+
integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==
993+
989994
"@types/uglify-js@*":
990995
version "3.12.0"
991996
resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.12.0.tgz#2bb061c269441620d46b946350c8f16d52ef37c5"
@@ -1009,7 +1014,7 @@
10091014
"@types/source-list-map" "*"
10101015
source-map "^0.7.3"
10111016

1012-
"@types/webpack@*", "@types/webpack@^4.41.1":
1017+
"@types/webpack@*":
10131018
version "4.41.26"
10141019
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef"
10151020
integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA==
@@ -1021,6 +1026,18 @@
10211026
"@types/webpack-sources" "*"
10221027
source-map "^0.6.0"
10231028

1029+
"@types/webpack@^4.41.26":
1030+
version "4.41.27"
1031+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.27.tgz#f47da488c8037e7f1b2dbf2714fbbacb61ec0ffc"
1032+
integrity sha512-wK/oi5gcHi72VMTbOaQ70VcDxSQ1uX8S2tukBK9ARuGXrYM/+u4ou73roc7trXDNmCxCoerE8zruQqX/wuHszA==
1033+
dependencies:
1034+
"@types/anymatch" "*"
1035+
"@types/node" "*"
1036+
"@types/tapable" "^1"
1037+
"@types/uglify-js" "*"
1038+
"@types/webpack-sources" "*"
1039+
source-map "^0.6.0"
1040+
10241041
"@types/yargs-parser@*":
10251042
version "20.2.0"
10261043
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9"

0 commit comments

Comments
 (0)