From 03fd2f152e8ea899b86bf5f7a1f208981bfe809a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:03:11 +0000 Subject: [PATCH] Bump @eslint/js from 9.39.0 to 9.39.1 Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.39.0 to 9.39.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85e046bb..0cf34c54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@babel/plugin-syntax-import-assertions": "^7.23.3", "@eslint/compat": "^1.4.1", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.39.0", + "@eslint/js": "^9.39.1", "@jest/globals": "^30.0.0", "concurrently": "9.2.1", "cross-env": "^10.0.0", @@ -733,9 +733,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.39.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.0.tgz", - "integrity": "sha512-BIhe0sW91JGPiaF1mOuPy5v8NflqfjIcDNpC+LbW9f609WVRX1rArrhi6Z2ymvrAry9jw+5POTj4t2t62o8Bmw==", + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", + "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 2cb6d760..7310a61a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@babel/plugin-syntax-import-assertions": "^7.23.3", "@eslint/compat": "^1.4.1", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.39.0", + "@eslint/js": "^9.39.1", "@jest/globals": "^30.0.0", "concurrently": "9.2.1", "cross-env": "^10.0.0",