chore(deps-dev): bump cssnano from 6.0.1 to 6.0.2 (#9437)

This commit is contained in:
dependabot[bot]
2023-12-21 11:58:20 +00:00
committed by GitHub
parent 98b53090cb
commit f846f8ffa9
2 changed files with 12 additions and 21 deletions

31
package-lock.json generated
View File

@@ -72,7 +72,7 @@
"cors": "^2.8.5",
"cross-env": "=7.0.3",
"css-loader": "=6.8.1",
"cssnano": "=6.0.1",
"cssnano": "=6.0.2",
"cypress": "=13.6.1",
"dedent": "^1.5.1",
"deepmerge": "^4.3.1",
@@ -10240,13 +10240,13 @@
}
},
"node_modules/cssnano": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.0.1.tgz",
"integrity": "sha512-fVO1JdJ0LSdIGJq68eIxOqFpIJrZqXUsBt8fkrBcztCQqAjQD51OhZp7tc0ImcbwXD4k7ny84QTV90nZhmqbkg==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.0.2.tgz",
"integrity": "sha512-Tu9wv8UdN6CoiQnIVkCNvi+0rw/BwFWOJBlg2bVfEyKaadSuE3Gq/DD8tniVvggTJGwK88UjqZp7zL5sv6t1aA==",
"dev": true,
"dependencies": {
"cssnano-preset-default": "^6.0.1",
"lilconfig": "^2.1.0"
"cssnano-preset-default": "^6.0.2",
"lilconfig": "^3.0.0"
},
"engines": {
"node": "^14 || ^16 || >=18.0"
@@ -10256,7 +10256,7 @@
"url": "https://opencollective.com/cssnano"
},
"peerDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.31"
}
},
"node_modules/cssnano-preset-default": {
@@ -18918,12 +18918,12 @@
}
},
"node_modules/lilconfig": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
"integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz",
"integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==",
"dev": true,
"engines": {
"node": ">=10"
"node": ">=14"
}
},
"node_modules/lines-and-columns": {
@@ -19130,15 +19130,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lint-staged/node_modules/lilconfig": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz",
"integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==",
"dev": true,
"engines": {
"node": ">=14"
}
},
"node_modules/lint-staged/node_modules/listr2": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.0.0.tgz",

View File

@@ -136,7 +136,7 @@
"cors": "^2.8.5",
"cross-env": "=7.0.3",
"css-loader": "=6.8.1",
"cssnano": "=6.0.1",
"cssnano": "=6.0.2",
"cypress": "=13.6.1",
"dedent": "^1.5.1",
"deepmerge": "^4.3.1",