Merge pull request #44 from modelec/dependabot/npm_and_yarn/eslint/js-9.14.0

Bump @eslint/js from 9.13.0 to 9.14.0
This commit is contained in:
Félix MARQUET
2024-11-07 11:14:29 +01:00
committed by GitHub
2 changed files with 14 additions and 5 deletions

17
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.14.0",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
@@ -912,9 +912,10 @@
}
},
"node_modules/@eslint/js": {
"version": "9.13.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.13.0.tgz",
"integrity": "sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==",
"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"
}
@@ -3608,6 +3609,14 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/@eslint/js": {
"version": "9.13.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.13.0.tgz",
"integrity": "sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/eslint/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",

View File

@@ -36,7 +36,7 @@
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.14.0",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",