Skip to content

Commit 18e8c07

Browse files
committed
chore(deps): update dependency css-loader to v6.7.0
1 parent 37e469b commit 18e8c07

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/preset-typescript": "7.16.7",
2727
"babel-loader": "8.2.3",
2828
"codemirror": "5.65.2",
29-
"css-loader": "6.6.0",
29+
"css-loader": "6.7.0",
3030
"html-loader": "3.1.0",
3131
"html-webpack-plugin": "5.5.0",
3232
"less": "4.1.2",

website/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,13 +1827,13 @@ css-declaration-sorter@^6.0.3:
18271827
dependencies:
18281828
timsort "^0.3.0"
18291829

1830-
css-loader@6.6.0:
1831-
version "6.6.0"
1832-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.6.0.tgz#c792ad5510bd1712618b49381bd0310574fafbd3"
1833-
integrity sha512-FK7H2lisOixPT406s5gZM1S3l8GrfhEBT3ZiL2UX1Ng1XWs0y2GPllz/OTyvbaHe12VgQrIXIzuEGVlbUhodqg==
1830+
css-loader@6.7.0:
1831+
version "6.7.0"
1832+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.7.0.tgz#c1200da1dfffe6643b18bda20fdd84cad3e36d39"
1833+
integrity sha512-S7HCfCiDHLA+VXKqdZwyRZgoO0R9BnKDnVIoHMq5grl3N86zAu7MB+FBWHr5xOJC8SmvpTLha/2NpfFkFEN/ig==
18341834
dependencies:
18351835
icss-utils "^5.1.0"
1836-
postcss "^8.4.5"
1836+
postcss "^8.4.7"
18371837
postcss-modules-extract-imports "^3.0.0"
18381838
postcss-modules-local-by-default "^4.0.0"
18391839
postcss-modules-scope "^3.0.0"
@@ -3219,10 +3219,10 @@ multicast-dns@^6.0.1:
32193219
dns-packet "^1.3.1"
32203220
thunky "^1.0.2"
32213221

3222-
nanoid@^3.2.0:
3223-
version "3.2.0"
3224-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
3225-
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
3222+
nanoid@^3.3.1:
3223+
version "3.3.1"
3224+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
3225+
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
32263226

32273227
needle@^2.5.2:
32283228
version "2.9.1"
@@ -3735,12 +3735,12 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^
37353735
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
37363736
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
37373737

3738-
postcss@^8.2.1, postcss@^8.4.5:
3739-
version "8.4.6"
3740-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.6.tgz#c5ff3c3c457a23864f32cb45ac9b741498a09ae1"
3741-
integrity sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==
3738+
postcss@^8.2.1, postcss@^8.4.7:
3739+
version "8.4.7"
3740+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.7.tgz#f99862069ec4541de386bf57f5660a6c7a0875a8"
3741+
integrity sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==
37423742
dependencies:
3743-
nanoid "^3.2.0"
3743+
nanoid "^3.3.1"
37443744
picocolors "^1.0.0"
37453745
source-map-js "^1.0.2"
37463746

0 commit comments

Comments
 (0)