From eedda4480ca56a68bd60d3e611ea1f01bca7c4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 21:36:06 +0000 Subject: [PATCH] Bump eslint from 10.8.0 to 10.8.1 in /src/Core.Scripts Bumps [eslint](https://github.com/eslint/eslint) from 10.8.0 to 10.8.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.8.0...v10.8.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.8.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Core.Scripts/package-lock.json | 8 ++++---- src/Core.Scripts/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Core.Scripts/package-lock.json b/src/Core.Scripts/package-lock.json index 2ee1407b47..9826730797 100644 --- a/src/Core.Scripts/package-lock.json +++ b/src/Core.Scripts/package-lock.json @@ -15,7 +15,7 @@ "@typescript-eslint/parser": "8.66.0", "esbuild": "0.28.1", "esbuild-plugin-inline-css": "0.0.1", - "eslint": "10.8.0", + "eslint": "10.8.1", "glob": "^13.0.6", "imask": "^7.6.1", "rimraf": "6.1.3", @@ -1143,9 +1143,9 @@ } }, "node_modules/eslint": { - "version": "10.8.0", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/eslint/-/eslint-10.8.0.tgz", - "integrity": "sha1-5tGZB6PwkKU6AiJhujTF/20EkIs=", + "version": "10.8.1", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/eslint/-/eslint-10.8.1.tgz", + "integrity": "sha1-+zfVFMGbbdWy1rcBaf0m/d+peWc=", "dev": true, "license": "MIT", "workspaces": [ diff --git a/src/Core.Scripts/package.json b/src/Core.Scripts/package.json index 9f27117b24..2b4a3dc802 100644 --- a/src/Core.Scripts/package.json +++ b/src/Core.Scripts/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "8.66.0", "esbuild": "0.28.1", "esbuild-plugin-inline-css": "0.0.1", - "eslint": "10.8.0", + "eslint": "10.8.1", "glob": "^13.0.6", "imask": "^7.6.1", "rimraf": "6.1.3",