Merge pull request #4789 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.3.2

Bump mini-css-extract-plugin from 1.3.1 to 1.3.2
This commit is contained in:
Jérémy Benoist 2020-12-07 10:18:36 +01:00 committed by GitHub
commit 27103fb65d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 7 deletions

View File

@ -48,7 +48,7 @@
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"lato-font": "^3.0.0", "lato-font": "^3.0.0",
"mini-css-extract-plugin": "^1.3.0", "mini-css-extract-plugin": "^1.3.2",
"node-sass": "^5.0.0", "node-sass": "^5.0.0",
"postcss": "^8.1.14", "postcss": "^8.1.14",
"postcss-loader": "^4.0.4", "postcss-loader": "^4.0.4",

View File

@ -1,12 +1,21 @@
{ {
"material.css": "material.css", "material.css": "material.css",
"material.js": "material.js", "material.js": "material.js",
"material.png": "img/annotator-glyph-sprite.png", "material.png": "themes/_global/img/icons/scuttle.png",
"material.eot": "fonts/MaterialIcons-Regular.eot",
"material.woff2": "fonts/lato-black-italic.woff2",
"material.woff": "fonts/lato-black-italic.woff",
"material.ttf": "fonts/IcoMoon-Free.ttf",
"material.css.map": "material.css.map", "material.css.map": "material.css.map",
"material.js.map": "material.js.map", "material.js.map": "material.js.map",
"baggy.css": "baggy.css", "baggy.css": "baggy.css",
"baggy.js": "baggy.js", "baggy.js": "baggy.js",
"baggy.png": "img/annotator-glyph-sprite.png", "baggy.png": "themes/_global/img/list.png",
"baggy.eot": "fonts/MaterialIcons-Regular.eot",
"baggy.woff2": "fonts/lato-black-italic.woff2",
"baggy.woff": "fonts/lato-black-italic.woff",
"baggy.ttf": "fonts/IcoMoon-Free.ttf",
"baggy.svg": "themes/_global/img/icons/Diaspora-asterisk.svg",
"baggy.css.map": "baggy.css.map", "baggy.css.map": "baggy.css.map",
"baggy.js.map": "baggy.js.map", "baggy.js.map": "baggy.js.map",
"public.css": "public.css", "public.css": "public.css",

View File

@ -4432,10 +4432,10 @@ min-indent@^1.0.0:
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
mini-css-extract-plugin@^1.3.0: mini-css-extract-plugin@^1.3.2:
version "1.3.1" version "1.3.2"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.1.tgz#1375c88b2bc2a9d197670a55761edcd1b5d72f21" resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.2.tgz#e2c9c0ef3f7c1a516916a3ab7b073a761e5b1d26"
integrity sha512-jIOheqh9EU98rqj6ZaFTYNNDSFqdakNqaUZfkYwaXPjI9batmXVXX+K71NrqRAgtoGefELBMld1EQ7dqSAD5SQ== integrity sha512-ofYJgCZNm1TToSv02pGANe1lfb31g7ULwNV5Nt31d2dAnVLxFHoguDUAj6U0BLEO7Nrztq4mdtL1yFDaeW7J+A==
dependencies: dependencies:
loader-utils "^2.0.0" loader-utils "^2.0.0"
schema-utils "^3.0.0" schema-utils "^3.0.0"