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

Bump webpack from 4.35.3 to 4.36.1

Bumps [webpack](https://github.com/webpack/webpack) from 4.35.3 to 4.36.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.35.3...v4.36.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-18 15:55:03 +00:00
parent 685848261f
commit 9f0fae01c0
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13633,9 +13633,9 @@
}
},
"webpack": {
"version": "4.35.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.35.3.tgz",
"integrity": "sha512-xggQPwr9ILlXzz61lHzjvgoqGU08v5+Wnut19Uv3GaTtzN4xBTcwnobodrXE142EL1tOiS5WVEButooGzcQzTA==",
"version": "4.36.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.36.1.tgz",
"integrity": "sha512-Ej01/N9W8DVyhEpeQnbUdGvOECw0L46FxS12cCOs8gSK7bhUlrbHRnWkjiXckGlHjUrmL89kDpTRIkUk6Y+fKg==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.8.5",

View File

@ -81,7 +81,7 @@
"stylelint-scss": "^3.9.2",
"uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0",
"webpack": "^4.35.3",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-manifest-plugin": "^2.0.4"
},