Skip to content

Commit abf9685

Browse files
authored
Merge pull request #73 from icelam/dependabot/npm_and_yarn/develop/types/html-webpack-plugin-3.2.5
chore(deps-dev): bump @types/html-webpack-plugin from 3.2.4 to 3.2.5
2 parents ac40e56 + 64b71cd commit abf9685

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -744,13 +744,13 @@
744744
"@types/uglify-js" "*"
745745

746746
"@types/html-webpack-plugin@^3.2.3":
747-
version "3.2.4"
748-
resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.4.tgz#ed770ddfec53ed2aa6b5f4523acca291192235c6"
749-
integrity sha512-WM0s78bfCIXnTlICf+8nWP0IvP+fn4YfiI3uxAX1K1PSRpzs0iysp03j4zR0xTgxSqF67TbOsHs49YXonRAkeQ==
747+
version "3.2.5"
748+
resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.5.tgz#58e94c0d57801903b2b77674d2b9ef6c4a65a6db"
749+
integrity sha512-DhC7NTte+Ikw/zxp2w9qjcWtHqpShbUx7ASPUZ00trn1EOftoRtMmy8nS7F/mW8ASTA2JGMFX2bbuqqxiqs6mQ==
750750
dependencies:
751751
"@types/html-minifier" "*"
752-
"@types/tapable" "*"
753-
"@types/webpack" "*"
752+
"@types/tapable" "^1"
753+
"@types/webpack" "^4"
754754

755755
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
756756
version "2.0.3"
@@ -829,10 +829,10 @@
829829
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
830830
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
831831

832-
"@types/tapable@*":
833-
version "1.0.6"
834-
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74"
835-
integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==
832+
"@types/tapable@^1":
833+
version "1.0.7"
834+
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4"
835+
integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==
836836

837837
"@types/uglify-js@*":
838838
version "3.12.0"
@@ -850,14 +850,14 @@
850850
"@types/source-list-map" "*"
851851
source-map "^0.7.3"
852852

853-
"@types/webpack@*":
854-
version "4.41.26"
855-
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef"
856-
integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA==
853+
"@types/webpack@^4":
854+
version "4.41.27"
855+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.27.tgz#f47da488c8037e7f1b2dbf2714fbbacb61ec0ffc"
856+
integrity sha512-wK/oi5gcHi72VMTbOaQ70VcDxSQ1uX8S2tukBK9ARuGXrYM/+u4ou73roc7trXDNmCxCoerE8zruQqX/wuHszA==
857857
dependencies:
858858
"@types/anymatch" "*"
859859
"@types/node" "*"
860-
"@types/tapable" "*"
860+
"@types/tapable" "^1"
861861
"@types/uglify-js" "*"
862862
"@types/webpack-sources" "*"
863863
source-map "^0.6.0"

0 commit comments

Comments
 (0)