1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Bump webpack from 4.36.1 to 4.37.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-24 04:19:51 +00:00
parent 47bbfd973c
commit 1500a5a3a9
2 changed files with 4 additions and 10 deletions

12
package-lock.json generated
View File

@ -13663,9 +13663,9 @@
}
},
"webpack": {
"version": "4.36.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.36.1.tgz",
"integrity": "sha512-Ej01/N9W8DVyhEpeQnbUdGvOECw0L46FxS12cCOs8gSK7bhUlrbHRnWkjiXckGlHjUrmL89kDpTRIkUk6Y+fKg==",
"version": "4.37.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.37.0.tgz",
"integrity": "sha512-iJPPvL7XpbcbwOthbzpa2BSPlmGp8lGDokAj/LdWtK80rsPoPOdANSbDBf2GAVLKZD3GhCuQ/gGkgN9HWs0Keg==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.8.5",
@ -13693,12 +13693,6 @@
"webpack-sources": "^1.3.0"
},
"dependencies": {
"acorn": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.2.0.tgz",
"integrity": "sha512-8oe72N3WPMjA+2zVG71Ia0nXZ8DpQH+QyyHO+p06jT8eg8FGG3FbcUIi8KziHlAfheJQZeoqbvq1mQSQHXKYLw==",
"dev": true
},
"eslint-scope": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz",

View File

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