1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00

Bump @types/webpack from 4.41.17 to 4.41.18

Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) from 4.41.17 to 4.41.18.
- [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-06-29 06:15:21 +00:00
parent eaf514a647
commit ed4bf4a30d
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.17",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.17.tgz",
"integrity": "sha512-6FfeCidTSHozwKI67gIVQQ5Mp0g4X96c2IXxX75hYEQJwST/i6NyZexP//zzMOBb+wG9jJ7oO8fk9yObP2HWAw==",
"version": "4.41.18",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.18.tgz",
"integrity": "sha512-mQm2R8vV2BZE/qIDVYqmBVLfX73a8muwjs74SpjEyJWJxeXBbsI9L65Pcia9XfYLYWzD1c1V8m+L0p30y2N7MA==",
"dev": true,
"requires": {
"@types/anymatch": "*",

View File

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