From 9faf285520466395afba88f98f9d8e1659272626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:43:50 +0000 Subject: [PATCH] Bump @eslint/css from 0.2.0 to 0.3.0 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [@eslint/css](https://github.com/eslint/css). Updates `@eslint/css` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/eslint/css/releases) - [Changelog](https://github.com/eslint/css/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/css/compare/css-v0.2.0...css-v0.3.0) --- updated-dependencies: - dependency-name: "@eslint/css" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++++------ package.json | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index de404e1..89edd1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "license": "MIT", "devDependencies": { "@adamlui/minify.js": "^1.8.5", - "@eslint/css": "^0.2.0", + "@eslint/css": "^0.3.0", "@eslint/json": "^0.10.0", "@eslint/markdown": "^6.2.2", "@html-eslint/eslint-plugin": "^0.35.0", @@ -113,19 +113,24 @@ } }, "node_modules/@eslint/css": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@eslint/css/-/css-0.2.0.tgz", - "integrity": "sha512-m6BhqDKBatcPyY2DFNQ1gxf7VMiQysejylBcwHHZ63BMnthNqSAHJsmaPemtFA95DHlfVvu07FK7mu/p0QHheQ==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@eslint/css/-/css-0.3.0.tgz", + "integrity": "sha512-n2vnnph3BDtfi6mUbRtMOL7Qdl6EQPKtRhp8UifOXVce/yhxWY0Mn4DI7xivDhpSAYQggWtF1sQKv9ElzcrAcA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/plugin-kit": "^0.2.3", - "css-tree": "^3.0.1" + "@eslint/core": "^0.10.0", + "@eslint/plugin-kit": "^0.2.5", + "@types/css-tree": "file:./typings/css-tree", + "css-tree": "^3.1.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, + "node_modules/@eslint/css/typings/css-tree": { + "dev": true + }, "node_modules/@eslint/eslintrc": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz", @@ -372,6 +377,10 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@types/css-tree": { + "resolved": "node_modules/@eslint/css/typings/css-tree", + "link": true + }, "node_modules/@types/debug": { "version": "4.1.12", "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", diff --git a/package.json b/package.json index 8b4fc25..3245d97 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@adamlui/minify.js": "^1.8.5", - "@eslint/css": "^0.2.0", + "@eslint/css": "^0.3.0", "@eslint/json": "^0.10.0", "@eslint/markdown": "^6.2.2", "@html-eslint/eslint-plugin": "^0.35.0",