Merge pull request #1142 from OneUptime/snyk-upgrade-51ad4416138f2e4c722002320bc87df6

[Snyk] Upgrade css-loader from 6.8.1 to 6.9.0
This commit is contained in:
Simon Larsen 2024-01-30 18:21:04 +00:00 committed by GitHub
commit 35e541001a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 9 deletions

View File

@ -11,7 +11,7 @@
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.8.1",
"css-loader": "^6.9.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"file-loader": "^6.2.0",
@ -25426,17 +25426,18 @@
}
},
"node_modules/css-loader": {
"version": "6.8.1",
"license": "MIT",
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.9.0.tgz",
"integrity": "sha512-3I5Nu4ytWlHvOP6zItjiHlefBNtrH+oehq8tnQa2kO305qpVyx9XNIT1CXIj5bgCJs7qICBCkgCYxQLKPANoLA==",
"dependencies": {
"icss-utils": "^5.1.0",
"postcss": "^8.4.21",
"postcss": "^8.4.31",
"postcss-modules-extract-imports": "^3.0.0",
"postcss-modules-local-by-default": "^4.0.3",
"postcss-modules-scope": "^3.0.0",
"postcss-modules-scope": "^3.1.0",
"postcss-modules-values": "^4.0.0",
"postcss-value-parser": "^4.2.0",
"semver": "^7.3.8"
"semver": "^7.5.4"
},
"engines": {
"node": ">= 12.13.0"
@ -26376,8 +26377,9 @@
}
},
"node_modules/postcss-modules-scope": {
"version": "3.0.0",
"license": "ISC",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz",
"integrity": "sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==",
"dependencies": {
"postcss-selector-parser": "^6.0.4"
},

View File

@ -30,7 +30,7 @@
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.8.1",
"css-loader": "^6.9.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"file-loader": "^6.2.0",