From bcbc4cff35adb41742d819340b217f50c3a80a54 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:58:56 +0000 Subject: [PATCH] chore(deps): update dependency @eslint/core to v1 --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2f5d5d0..5422b7e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/preset-env": "7.28.5", "@babel/preset-typescript": "7.28.5", - "@eslint/core": "0.17.0", + "@eslint/core": "1.0.0", "@eslint/js": "9.39.1", "@types/chroma-js": "2.4.5", "@types/jest": "30.0.0", diff --git a/yarn.lock b/yarn.lock index 5c5aded..d2de995 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1732,7 +1732,14 @@ dependencies: "@eslint/core" "^0.17.0" -"@eslint/core@0.17.0", "@eslint/core@^0.17.0": +"@eslint/core@1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.0.0.tgz#6e371a1ce8dc56224f3b9b97fb6b815cd41f9b87" + integrity sha512-PRfWP+8FOldvbApr6xL7mNCw4cJcSTq4GA7tYbgq15mRb0kWKO/wEB2jr+uwjFH3sZvEZneZyCUGTxsv4Sahyw== + dependencies: + "@types/json-schema" "^7.0.15" + +"@eslint/core@^0.17.0": version "0.17.0" resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c" integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==