chore(deps): update dependency css-loader to v6.7.2

This commit is contained in:
renovate[bot] 2022-11-23 23:36:14 +00:00 committed by GitHub
parent 3af8b9415b
commit 1f6673aa9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
web/package-lock.json generated
View File

@ -82,7 +82,7 @@
"@typescript-eslint/parser": "5.43.0",
"babel-loader": "9.1.0",
"chromatic": "6.11.4",
"css-loader": "6.7.1",
"css-loader": "6.7.2",
"cypress": "^11.0.0",
"eslint": "8.28.0",
"eslint-config-airbnb": "19.0.4",
@ -16056,19 +16056,19 @@
}
},
"node_modules/css-loader": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz",
"integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==",
"version": "6.7.2",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.2.tgz",
"integrity": "sha512-oqGbbVcBJkm8QwmnNzrFrWTnudnRZC+1eXikLJl0n4ljcfotgRifpg2a1lKy8jTrc4/d9A/ap1GFq1jDKG7J+Q==",
"dev": true,
"dependencies": {
"icss-utils": "^5.1.0",
"postcss": "^8.4.7",
"postcss": "^8.4.18",
"postcss-modules-extract-imports": "^3.0.0",
"postcss-modules-local-by-default": "^4.0.0",
"postcss-modules-scope": "^3.0.0",
"postcss-modules-values": "^4.0.0",
"postcss-value-parser": "^4.2.0",
"semver": "^7.3.5"
"semver": "^7.3.8"
},
"engines": {
"node": ">= 12.13.0"

View File

@ -86,7 +86,7 @@
"@typescript-eslint/parser": "5.43.0",
"babel-loader": "9.1.0",
"chromatic": "6.11.4",
"css-loader": "6.7.1",
"css-loader": "6.7.2",
"eslint": "8.28.0",
"cypress": "^11.0.0",
"eslint-config-airbnb": "19.0.4",