Merge pull request #7404 from swagger-api/dependabot/npm_and_yarn/mini-css-extract-plugin-1.6.2

This commit is contained in:
dependabot[bot]
2021-07-01 13:09:28 +00:00
committed by GitHub
2 changed files with 15 additions and 8 deletions

21
package-lock.json generated
View File

@@ -98,7 +98,7 @@
"license-checker": "^25.0.0",
"lint-staged": "=11.0.0",
"local-web-server": "^4.2.1",
"mini-css-extract-plugin": "^1.6.0",
"mini-css-extract-plugin": "^1.6.2",
"mocha": "=8.4.0",
"nightwatch": "^1.7.7",
"npm-audit-ci-wrapper": "^3.0.2",
@@ -22737,9 +22737,9 @@
}
},
"node_modules/mini-css-extract-plugin": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz",
"integrity": "sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==",
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz",
"integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==",
"dev": true,
"dependencies": {
"loader-utils": "^2.0.0",
@@ -22748,6 +22748,13 @@
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^4.4.0 || ^5.0.0"
}
},
"node_modules/mini-css-extract-plugin/node_modules/emojis-list": {
@@ -53201,9 +53208,9 @@
"dev": true
},
"mini-css-extract-plugin": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz",
"integrity": "sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==",
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz",
"integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==",
"dev": true,
"requires": {
"loader-utils": "^2.0.0",

View File

@@ -148,7 +148,7 @@
"license-checker": "^25.0.0",
"lint-staged": "=11.0.0",
"local-web-server": "^4.2.1",
"mini-css-extract-plugin": "^1.6.0",
"mini-css-extract-plugin": "^1.6.2",
"mocha": "=8.4.0",
"nightwatch": "^1.7.7",
"npm-audit-ci-wrapper": "^3.0.2",