From 19c95da8dccf290b4feeb5b9633b2378d346dcc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 07:52:43 +0000 Subject: [PATCH] chore(deps-dev): bump @eslint/css from 1.2.0 to 1.3.0 Bumps [@eslint/css](https://github.com/eslint/css) from 1.2.0 to 1.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-v1.2.0...css-v1.3.0) --- updated-dependencies: - dependency-name: "@eslint/css" dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee49a04..c472d50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "devDependencies": { - "@eslint/css": "^1.2.0", + "@eslint/css": "^1.3.0", "@eslint/js": "^10.0.1", "@eslint/markdown": "^8.0.1", "commit-and-tag-version": "^12.7.1", @@ -166,14 +166,14 @@ } }, "node_modules/@eslint/css": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@eslint/css/-/css-1.2.0.tgz", - "integrity": "sha512-aVASadH1EVw+6A+JuzRmV+v2MIsoVolj/k6/jqAXlP6bB0LYrTwH9DI4RO1Z/vvM3BZxMyqsB9QGnnOm78z9iQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@eslint/css/-/css-1.3.0.tgz", + "integrity": "sha512-MwY657chvFQWtXmO86syZgD+JpWlzDq7VkKZyi65PwHDbhELQPMzPXh5s8rhrjptG6FCuls0puCmlXk66+14uA==", "dev": true, "license": "Apache-2.0", "dependencies": { "@eslint/core": "^1.2.1", - "@eslint/css-tree": "^4.0.2", + "@eslint/css-tree": "^4.0.4", "@eslint/plugin-kit": "^0.7.1" }, "engines": { @@ -181,13 +181,13 @@ } }, "node_modules/@eslint/css-tree": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@eslint/css-tree/-/css-tree-4.0.3.tgz", - "integrity": "sha512-lMgQJ5zg4YwsGPWtKS7Rc5Z4xqc2B9iOTtmDvhjMRa8GJ8/9zoKRtz26D7gCtWquy0J7oyeOJBwRP5M8slM/4w==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@eslint/css-tree/-/css-tree-4.0.4.tgz", + "integrity": "sha512-nxMparyhqVWQvadx9x8dIfubfIPOE+X2b2waua8fzdnM9vdp9rgVtwEZlG0TmCwEUz/d/f40fzvO/eqBwdxz0A==", "dev": true, "license": "MIT", "dependencies": { - "mdn-data": "2.28.0", + "mdn-data": "2.28.1", "source-map-js": "^1.2.1" }, "engines": { @@ -2514,9 +2514,9 @@ } }, "node_modules/mdn-data": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.28.0.tgz", - "integrity": "sha512-uy9AS1yt+wW5eUEefgE3lOpqPghanUttycV0GXKbiXyBjwvbeE8XPj4u1C+voRfz7dEjwU4NDHTMfZ/s/JtZrQ==", + "version": "2.28.1", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.28.1.tgz", + "integrity": "sha512-U9w+PzSZ00Z5m9rZ5ARVFL5xOfuCHdKYi/1RRwDCJsboFgJDNT3zT6PIPD7mZQYaQLhsZM3GfDRgSMRHhSmVng==", "dev": true, "license": "CC0-1.0" }, diff --git a/package.json b/package.json index 12cfd21..9b2ac6a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/MMRIZE/MMM-CalendarExt3Journal#readme", "devDependencies": { - "@eslint/css": "^1.2.0", + "@eslint/css": "^1.3.0", "@eslint/js": "^10.0.1", "@eslint/markdown": "^8.0.1", "commit-and-tag-version": "^12.7.1",