1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Bump webpack from 4.40.0 to 4.40.1

Bumps [webpack](https://github.com/webpack/webpack) from 4.40.0 to 4.40.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.40.0...v4.40.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-13 08:44:13 +00:00
parent 3e0f16cb93
commit e411da2274
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13716,9 +13716,9 @@
} }
}, },
"webpack": { "webpack": {
"version": "4.40.0", "version": "4.40.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.40.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.40.1.tgz",
"integrity": "sha512-qwDJehWHAbnSHwQT5S50OBx5nN2DD+bFhRf5IBs1unsEXAG+XG4r8Myt17j/fQBVfWIeSWRyEeTHUaPKaiFUNQ==", "integrity": "sha512-AAP7F9X1cVNnQl0ZsG52qF89tqCKS8lqVEnFOA0g/G25/VyH4CejwTbSD9aEDGStAIuH+l6W1yOYRZNOP0VE1g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@webassemblyjs/ast": "1.8.5", "@webassemblyjs/ast": "1.8.5",

View File

@ -81,7 +81,7 @@
"stylelint-scss": "^3.10.1", "stylelint-scss": "^3.10.1",
"uglifyjs-3-webpack-plugin": "^1.2.4", "uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0", "unfetch": "^3.0.0",
"webpack": "^4.40.0", "webpack": "^4.40.1",
"webpack-cli": "^3.3.8", "webpack-cli": "^3.3.8",
"webpack-manifest-plugin": "^2.0.4" "webpack-manifest-plugin": "^2.0.4"
}, },