mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Bump webpack from 4.30.0 to 4.31.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.30.0 to 4.31.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.30.0...v4.31.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
370565ea42
commit
0f0b9bb98c
13
package-lock.json
generated
13
package-lock.json
generated
@ -1943,11 +1943,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"assert": {
|
"assert": {
|
||||||
"version": "1.4.1",
|
"version": "1.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz",
|
||||||
"integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=",
|
"integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"object-assign": "^4.1.1",
|
||||||
"util": "0.10.3"
|
"util": "0.10.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -13389,9 +13390,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"webpack": {
|
"webpack": {
|
||||||
"version": "4.30.0",
|
"version": "4.31.0",
|
||||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.30.0.tgz",
|
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.31.0.tgz",
|
||||||
"integrity": "sha512-4hgvO2YbAFUhyTdlR4FNyt2+YaYBYHavyzjCMbZzgglo02rlKi/pcsEzwCuCpsn1ryzIl1cq/u8ArIKu8JBYMg==",
|
"integrity": "sha512-n6RVO3X0LbbipoE62akME9K/JI7qYrwwufs20VvgNNpqUoH4860KkaxJTbGq5bgkVZF9FqyyTG/0WPLH3PVNJA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@webassemblyjs/ast": "1.8.5",
|
"@webassemblyjs/ast": "1.8.5",
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
"stylelint-scss": "^3.6.1",
|
"stylelint-scss": "^3.6.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.30.0",
|
"webpack": "^4.31.0",
|
||||||
"webpack-cli": "^3.3.2",
|
"webpack-cli": "^3.3.2",
|
||||||
"webpack-manifest-plugin": "^2.0.4"
|
"webpack-manifest-plugin": "^2.0.4"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user