Merge pull request #2225 from hodgef/dependabot/npm_and_yarn/mini-css-extract-plugin-2.8.1

Bump mini-css-extract-plugin from 2.8.0 to 2.8.1
This commit is contained in:
Francisco Hodge 2024-02-28 04:24:35 -05:00 committed by GitHub
commit ff91578e44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -29,7 +29,7 @@
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0", "html-webpack-plugin": "^5.6.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"mini-css-extract-plugin": "^2.8.0", "mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.35", "postcss": "^8.4.35",
"postcss-loader": "^8.1.0", "postcss-loader": "^8.1.0",
"style-loader": "^3.3.4", "style-loader": "^3.3.4",
@ -11900,9 +11900,9 @@
} }
}, },
"node_modules/mini-css-extract-plugin": { "node_modules/mini-css-extract-plugin": {
"version": "2.8.0", "version": "2.8.1",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz",
"integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"schema-utils": "^4.0.0", "schema-utils": "^4.0.0",
@ -25132,9 +25132,9 @@
"dev": true "dev": true
}, },
"mini-css-extract-plugin": { "mini-css-extract-plugin": {
"version": "2.8.0", "version": "2.8.1",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz",
"integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==",
"dev": true, "dev": true,
"requires": { "requires": {
"schema-utils": "^4.0.0", "schema-utils": "^4.0.0",

View File

@ -60,7 +60,7 @@
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0", "html-webpack-plugin": "^5.6.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"mini-css-extract-plugin": "^2.8.0", "mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.35", "postcss": "^8.4.35",
"postcss-loader": "^8.1.0", "postcss-loader": "^8.1.0",
"style-loader": "^3.3.4", "style-loader": "^3.3.4",