mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-21 03:43:49 +00:00
[deps]: Update mini-css-extract-plugin to v2.9.1 (#611)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
12
package-lock.json
generated
12
package-lock.json
generated
@@ -89,7 +89,7 @@
|
||||
"jest-junit": "16.0.0",
|
||||
"jest-preset-angular": "13.1.1",
|
||||
"lint-staged": "15.2.10",
|
||||
"mini-css-extract-plugin": "2.7.7",
|
||||
"mini-css-extract-plugin": "2.9.1",
|
||||
"node-forge": "1.3.1",
|
||||
"node-loader": "2.0.0",
|
||||
"pkg": "5.8.1",
|
||||
@@ -15426,12 +15426,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/mini-css-extract-plugin": {
|
||||
"version": "2.7.7",
|
||||
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.7.tgz",
|
||||
"integrity": "sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==",
|
||||
"version": "2.9.1",
|
||||
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz",
|
||||
"integrity": "sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"schema-utils": "^4.0.0"
|
||||
"schema-utils": "^4.0.0",
|
||||
"tapable": "^2.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.13.0"
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
"jest-junit": "16.0.0",
|
||||
"jest-preset-angular": "13.1.1",
|
||||
"lint-staged": "15.2.10",
|
||||
"mini-css-extract-plugin": "2.7.7",
|
||||
"mini-css-extract-plugin": "2.9.1",
|
||||
"node-forge": "1.3.1",
|
||||
"node-loader": "2.0.0",
|
||||
"pkg": "5.8.1",
|
||||
|
||||
Reference in New Issue
Block a user