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.18 to 4.41.21

Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) from 4.41.18 to 4.41.21.
- [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-07-13 06:55:40 +00:00
parent 69a5211c70
commit bd85ee716e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -603,9 +603,9 @@
}
},
"@types/webpack": {
"version": "4.41.18",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.18.tgz",
"integrity": "sha512-mQm2R8vV2BZE/qIDVYqmBVLfX73a8muwjs74SpjEyJWJxeXBbsI9L65Pcia9XfYLYWzD1c1V8m+L0p30y2N7MA==",
"version": "4.41.21",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.21.tgz",
"integrity": "sha512-2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA==",
"dev": true,
"requires": {
"@types/anymatch": "*",

View File

@ -53,7 +53,7 @@
"@types/node": "^14.0.14",
"@types/ramda": "^0.27.7",
"@types/resize-observer-browser": "^0.1.3",
"@types/webpack": "^4.41.18",
"@types/webpack": "^4.41.21",
"@types/webpack-assets-manifest": "^3.0.1",
"autoprefixer": "9.8.4",
"copy-webpack-plugin": "^6.0.3",