From ed3da8de4dd9eddeaa08d7a86a2cf7315536cbfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 23:30:29 +0000 Subject: [PATCH] build(deps): bump the eslint group with 2 updates (#28036) Bumps the eslint group with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint). Updates `@eslint/js` from 9.15.0 to 9.16.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.16.0/packages/js) Updates `eslint` from 9.15.0 to 9.16.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.15.0...v9.16.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 +++++++++----------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7ad283c161b..0214aa7fc142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "8.7.3", "license": "Apache-2.0", "dependencies": { - "@eslint/js": "9.15.0", + "@eslint/js": "9.16.0", "@faker-js/faker": "9.2.0", "@iarna/toml": "3.0.0", "@types/ejs": "3.1.5", @@ -28,7 +28,7 @@ "dockerfile-ast": "0.7.0", "dot-properties": "1.1.0", "ejs": "3.1.10", - "eslint": "9.15.0", + "eslint": "9.16.0", "eslint-plugin-import-x": "4.4.3", "eslint-plugin-unused-imports": "4.1.4", "execa": "9.5.1", @@ -1256,10 +1256,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.15.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.15.0.tgz", - "integrity": "sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==", - "license": "MIT", + "version": "9.16.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.16.0.tgz", + "integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } @@ -5244,17 +5243,16 @@ } }, "node_modules/eslint": { - "version": "9.15.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz", - "integrity": "sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==", - "license": "MIT", + "version": "9.16.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.16.0.tgz", + "integrity": "sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", "@eslint/config-array": "^0.19.0", "@eslint/core": "^0.9.0", "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "9.15.0", + "@eslint/js": "9.16.0", "@eslint/plugin-kit": "^0.2.3", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", diff --git a/package.json b/package.json index 2eb993ad656c..852c9c97f47c 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "update-snapshots": "esmocha lib/jdl generators cli .blueprint --update-snapshot --no-insight --forbid-only" }, "dependencies": { - "@eslint/js": "9.15.0", + "@eslint/js": "9.16.0", "@faker-js/faker": "9.2.0", "@iarna/toml": "3.0.0", "@types/ejs": "3.1.5", @@ -139,7 +139,7 @@ "dockerfile-ast": "0.7.0", "dot-properties": "1.1.0", "ejs": "3.1.10", - "eslint": "9.15.0", + "eslint": "9.16.0", "eslint-plugin-import-x": "4.4.3", "eslint-plugin-unused-imports": "4.1.4", "execa": "9.5.1",