From 1d7fe12f51cb3d2960981bf45868bdee30125878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:19:05 +0000 Subject: [PATCH] Bump @eslint/js from 9.37.0 to 9.39.0 Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.37.0 to 9.39.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++++++---- package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0666d9..ae8eae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@astrojs/mdx": "^4.3.7", "@astrojs/partytown": "^2.1.4", "@astrojs/tailwind": "^6.0.2", - "@eslint/js": "^9.37.0", + "@eslint/js": "^9.39.0", "@iconify-json/flat-color-icons": "^1.2.3", "@iconify-json/tabler": "^1.2.23", "@tailwindcss/typography": "^0.5.19", @@ -1195,9 +1195,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.37.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.37.0.tgz", - "integrity": "sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==", + "version": "9.39.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.0.tgz", + "integrity": "sha512-BIhe0sW91JGPiaF1mOuPy5v8NflqfjIcDNpC+LbW9f609WVRX1rArrhi6Z2ymvrAry9jw+5POTj4t2t62o8Bmw==", "dev": true, "license": "MIT", "engines": { @@ -5344,6 +5344,19 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/js": { + "version": "9.37.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.37.0.tgz", + "integrity": "sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + } + }, "node_modules/eslint/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", diff --git a/package.json b/package.json index 0cc0b9e..010d0d8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@astrojs/mdx": "^4.3.7", "@astrojs/partytown": "^2.1.4", "@astrojs/tailwind": "^6.0.2", - "@eslint/js": "^9.37.0", + "@eslint/js": "^9.39.0", "@iconify-json/flat-color-icons": "^1.2.3", "@iconify-json/tabler": "^1.2.23", "@tailwindcss/typography": "^0.5.19",