diff --git a/package-lock.json b/package-lock.json index e1db4d5..7e7a3dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@changesets/cli": "^2.27.9", - "@eslint/js": "^9.14.0", + "@eslint/js": "^9.15.0", "@stylistic/eslint-plugin-js": "^2.10.1", "eslint": "^9.15.0", "globals": "^15.12.0" @@ -2670,6 +2670,15 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/js": { + "version": "9.14.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.14.0.tgz", + "integrity": "sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/eslint/node_modules/find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", diff --git a/package.json b/package.json index 7300428..b4a1501 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@changesets/cli": "^2.27.9", - "@eslint/js": "^9.14.0", + "@eslint/js": "^9.15.0", "@stylistic/eslint-plugin-js": "^2.10.1", "eslint": "^9.15.0", "globals": "^15.12.0"