Skip to content

Commit 7c7a35c

Browse files
committed
chore(deps): update dependency @types/webpack to v4.41.27
1 parent 75e9150 commit 7c7a35c

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
@@ -34,7 +34,7 @@
3434
"@types/debug": "^4.1.5",
3535
"@types/express": "^4.17.11",
3636
"@types/jest": "^26.0.20",
37-
"@types/webpack": "^4.41.26",
37+
"@types/webpack": "4.41.27",
3838
"@typescript-eslint/eslint-plugin": "^4.15.0",
3939
"@typescript-eslint/parser": "^4.15.0",
4040
"commitizen": "4.2.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -941,10 +941,10 @@
941941
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
942942
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
943943

944-
"@types/tapable@*":
945-
version "1.0.6"
946-
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74"
947-
integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==
944+
"@types/tapable@^1":
945+
version "1.0.7"
946+
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4"
947+
integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==
948948

949949
"@types/uglify-js@*":
950950
version "3.12.0"
@@ -962,14 +962,14 @@
962962
"@types/source-list-map" "*"
963963
source-map "^0.7.3"
964964

965-
"@types/webpack@^4.41.26":
966-
version "4.41.26"
967-
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef"
968-
integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA==
965+
"@types/[email protected].27":
966+
version "4.41.27"
967+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.27.tgz#f47da488c8037e7f1b2dbf2714fbbacb61ec0ffc"
968+
integrity sha512-wK/oi5gcHi72VMTbOaQ70VcDxSQ1uX8S2tukBK9ARuGXrYM/+u4ou73roc7trXDNmCxCoerE8zruQqX/wuHszA==
969969
dependencies:
970970
"@types/anymatch" "*"
971971
"@types/node" "*"
972-
"@types/tapable" "*"
972+
"@types/tapable" "^1"
973973
"@types/uglify-js" "*"
974974
"@types/webpack-sources" "*"
975975
source-map "^0.6.0"

0 commit comments

Comments
 (0)