Merge pull request #1804 from hodgef/dependabot/npm_and_yarn/mini-css-extract-plugin-2.7.2

Bump mini-css-extract-plugin from 2.7.1 to 2.7.2
This commit is contained in:
Francisco Hodge 2022-12-06 04:01:31 -05:00 committed by GitHub
commit 6b0d099dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
"html-webpack-plugin": "^5.5.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^2.7.1",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.2",
"style-loader": "^3.3.1",
@ -11765,9 +11765,9 @@
}
},
"node_modules/mini-css-extract-plugin": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.1.tgz",
"integrity": "sha512-viOoaUFy+Z2w43VsGPbtfwFrr0tKwDctK9dUofG5MBViYhD1noGFUzzDIVw0KPwCGUP+c7zqLxm+acuQs7zLzw==",
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz",
"integrity": "sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==",
"dev": true,
"dependencies": {
"schema-utils": "^4.0.0"
@ -24705,9 +24705,9 @@
"dev": true
},
"mini-css-extract-plugin": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.1.tgz",
"integrity": "sha512-viOoaUFy+Z2w43VsGPbtfwFrr0tKwDctK9dUofG5MBViYhD1noGFUzzDIVw0KPwCGUP+c7zqLxm+acuQs7zLzw==",
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz",
"integrity": "sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==",
"dev": true,
"requires": {
"schema-utils": "^4.0.0"

View File

@ -59,7 +59,7 @@
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^2.7.1",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.2",
"style-loader": "^3.3.1",