Merge pull request #10 from johndoe6345789/dependabot/npm_and_yarn/eslint/js-9.39.2

Bump @eslint/js from 9.39.1 to 9.39.2
This commit is contained in:
2025-12-24 11:39:17 +00:00
committed by GitHub
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View File

@@ -77,7 +77,7 @@
"zod": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@eslint/js": "^9.39.2",
"@playwright/test": "^1.57.0",
"@tailwindcss/postcss": "^4.1.8",
"@types/react": "^19.0.10",
@@ -713,9 +713,9 @@
"license": "MIT"
},
"node_modules/@eslint/js": {
"version": "9.39.1",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz",
"integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==",
"version": "9.39.2",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -6436,6 +6436,19 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/@eslint/js": {
"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": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://eslint.org/donate"
}
},
"node_modules/eslint/node_modules/debug": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",

View File

@@ -86,7 +86,7 @@
"zod": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@eslint/js": "^9.39.2",
"@playwright/test": "^1.57.0",
"@tailwindcss/postcss": "^4.1.8",
"@types/react": "^19.0.10",