aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-07-28 15:44:17 -0400
committerbobzel <zzzman@gmail.com>2025-07-28 15:44:17 -0400
commitcadf9ad2fc428615f7f34900c0965a87f8d9ca3d (patch)
tree7fa163d223be5430b49b5d18ad6c2b575bea7561
parenta1db8070a64ffd60c5a42e1aff2f8989b6f9e0b2 (diff)
packate updates
-rw-r--r--package-lock.json10
-rw-r--r--package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index b5b256413..9fc7665e1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
"@dash/components": "file:packages/components",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
- "@eslint/css": "^0.8.1",
+ "@eslint/css": "^0.10.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/core": "^0.12.5",
"@ffmpeg/ffmpeg": "^0.12.10",
@@ -4118,13 +4118,13 @@
}
},
"node_modules/@eslint/css": {
- "version": "0.8.1",
- "resolved": "https://registry.npmjs.org/@eslint/css/-/css-0.8.1.tgz",
- "integrity": "sha512-674JJD1q8sDlJORLep+gGnm3VRCQo/qLmKQgCIf2LnUK/tHf96StWjLX2IF3yyp3yeU9npZ6ixySMr2G256eiQ==",
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/@eslint/css/-/css-0.10.0.tgz",
+ "integrity": "sha512-pHoYRWS08oeU0qVez1pZCcbqHzoJnM5VMtrxH2nWDJ0ukq9DkwWV1BTY+PWK+eWBbndN9W0O9WjJTyAHsDoPOg==",
"license": "Apache-2.0",
"dependencies": {
"@eslint/core": "^0.14.0",
- "@eslint/css-tree": "^3.3.3",
+ "@eslint/css-tree": "^3.6.1",
"@eslint/plugin-kit": "^0.3.1"
},
"engines": {
diff --git a/package.json b/package.json
index 2cabcb769..f06e94171 100644
--- a/package.json
+++ b/package.json
@@ -105,7 +105,7 @@
"@dash/components": "file:packages/components",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
- "@eslint/css": "^0.8.1",
+ "@eslint/css": "^0.10.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/core": "^0.12.5",
"@ffmpeg/ffmpeg": "^0.12.10",