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.13 to 4.41.16

Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) from 4.41.13 to 4.41.16.
- [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-01 06:09:36 +00:00 committed by Martin Donath
parent 2d45286818
commit 855b0db977
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -580,9 +580,9 @@
}
},
"@types/webpack": {
"version": "4.41.13",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.13.tgz",
"integrity": "sha512-RYmIHOWSxnTTa765N6jJBVE45pd2SYNblEYshVDduLw6RhocazNmRzE5/ytvBD8IkDMH6DI+bcrqxh8NILimBA==",
"version": "4.41.16",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.16.tgz",
"integrity": "sha512-w80nXwCcXwwgv7rkTXb8lET6nWPNNUJxa36lrA2DEkD5TcPpHrlGAPrjdpZnkFX/FXSSuN5IIxCYowAB1Vobtw==",
"dev": true,
"requires": {
"@types/anymatch": "*",

View File

@ -53,7 +53,7 @@
"@types/node": "^14.0.6",
"@types/ramda": "^0.27.6",
"@types/resize-observer-browser": "^0.1.3",
"@types/webpack": "^4.41.13",
"@types/webpack": "^4.41.16",
"@types/webpack-assets-manifest": "^3.0.1",
"autoprefixer": "^9.8.0",
"copy-webpack-plugin": "^6.0.1",