chore: Update eslint config to 5.1.0 (#898)

This commit is contained in:
Norman Breau 2024-10-19 12:17:43 -03:00 committed by GitHub
parent f38aba2b59
commit 49438dee6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "7.0.1-dev", "version": "7.0.1-dev",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@cordova/eslint-config": "^5.0.0" "@cordova/eslint-config": "^5.1.0"
}, },
"engines": { "engines": {
"cordovaDependencies": { "cordovaDependencies": {
@ -56,9 +56,9 @@
} }
}, },
"node_modules/@cordova/eslint-config": { "node_modules/@cordova/eslint-config": {
"version": "5.0.0", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/@cordova/eslint-config/-/eslint-config-5.0.0.tgz", "resolved": "https://registry.npmjs.org/@cordova/eslint-config/-/eslint-config-5.1.0.tgz",
"integrity": "sha512-tBSV8LbT6RjWsO2lSp45Y+zU7hfXhGMGhfYTZjDrjzli87WOgE6IAS37k6F45JNoGq1XlCJEVkCWwz4KCF8Scw==", "integrity": "sha512-9Da72mSQli08ylGf6jYKWJo67LSu6HWlDPELJsW+bVVos3b0ZMxXsHUCluwrlmZ+sxCFq7VhxAFjK+2/YQFncw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"eslint": "^8.31.0", "eslint": "^8.31.0",
@ -2494,9 +2494,9 @@
"dev": true "dev": true
}, },
"@cordova/eslint-config": { "@cordova/eslint-config": {
"version": "5.0.0", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/@cordova/eslint-config/-/eslint-config-5.0.0.tgz", "resolved": "https://registry.npmjs.org/@cordova/eslint-config/-/eslint-config-5.1.0.tgz",
"integrity": "sha512-tBSV8LbT6RjWsO2lSp45Y+zU7hfXhGMGhfYTZjDrjzli87WOgE6IAS37k6F45JNoGq1XlCJEVkCWwz4KCF8Scw==", "integrity": "sha512-9Da72mSQli08ylGf6jYKWJo67LSu6HWlDPELJsW+bVVos3b0ZMxXsHUCluwrlmZ+sxCFq7VhxAFjK+2/YQFncw==",
"dev": true, "dev": true,
"requires": { "requires": {
"eslint": "^8.31.0", "eslint": "^8.31.0",

View File

@ -62,6 +62,6 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@cordova/eslint-config": "^5.0.0" "@cordova/eslint-config": "^5.1.0"
} }
} }