diff --git a/package-lock.json b/package-lock.json index 33f7330..9828dc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/partytown": "^2.1.4", "@astrojs/rss": "^4.0.15", "@astrojs/sitemap": "^3.6.0", - "@eslint/compat": "^1.3.2", + "@eslint/compat": "^2.0.3", "@eslint/js": "^9.32.0", "@fontsource-variable/m-plus-1": "^5.2.6", "@fontsource/dela-gothic-one": "^5.2.6", @@ -717,15 +717,18 @@ } }, "node_modules/@eslint/compat": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.3.2.tgz", - "integrity": "sha512-jRNwzTbd6p2Rw4sZ1CgWRS8YMtqG15YyZf7zvb6gY2rB2u6n+2Z+ELW0GtL0fQgyl0pr4Y/BzBfng/BdsereRA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-2.0.3.tgz", + "integrity": "sha512-SjIJhGigp8hmd1YGIBwh7Ovri7Kisl42GYFjrOyHhtfYGGoLW6teYi/5p8W50KSsawUPpuLOSmsq1bD0NGQLBw==", "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.1.1" + }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "peerDependencies": { - "eslint": "^8.40 || 9" + "eslint": "^8.40 || 9 || 10" }, "peerDependenciesMeta": { "eslint": { @@ -733,6 +736,18 @@ } } }, + "node_modules/@eslint/compat/node_modules/@eslint/core": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.1.tgz", + "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==", + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, "node_modules/@eslint/config-array": { "version": "0.21.0", "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz", diff --git a/package.json b/package.json index 932969f..0b88150 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/partytown": "^2.1.4", "@astrojs/rss": "^4.0.15", "@astrojs/sitemap": "^3.6.0", - "@eslint/compat": "^1.3.2", + "@eslint/compat": "^2.0.3", "@eslint/js": "^9.32.0", "@fontsource-variable/m-plus-1": "^5.2.6", "@fontsource/dela-gothic-one": "^5.2.6",