1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Bump @types/webpack from 4.41.11 to 4.41.12

Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) from 4.41.11 to 4.41.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-20 06:12:38 +00:00
parent d39ff7080a
commit 636ed2b1d4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -520,9 +520,9 @@
}
},
"@types/webpack": {
"version": "4.41.11",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.11.tgz",
"integrity": "sha512-PtEZISfBMWL05qOpZN19hztZPt0rPuGQh5sbBP3bB4RrJgzdb0SScn47hdcMaoN1IgaU7NZWeDO6reFcKTK2iQ==",
"version": "4.41.12",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.12.tgz",
"integrity": "sha512-BpCtM4NnBen6W+KEhrL9jKuZCXVtiH6+0b6cxdvNt2EwU949Al334PjQSl2BeAyvAX9mgoNNG21wvjP3xZJJ5w==",
"dev": true,
"requires": {
"@types/anymatch": "*",

View File

@ -52,7 +52,7 @@
"@types/node": "^13.11.1",
"@types/ramda": "^0.26.44",
"@types/resize-observer-browser": "^0.1.3",
"@types/webpack": "^4.41.11",
"@types/webpack": "^4.41.12",
"@types/webpack-assets-manifest": "^3.0.0",
"autoprefixer": "^9.7.6",
"copy-webpack-plugin": "^5.1.1",