Merge branch 'main' into renovate/eslint-plugin-n-17.x
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Brain 2024-05-10 14:05:40 +02:00
commit b38698b90c
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -15,7 +15,7 @@
"vue": "^3.4.23" "vue": "^3.4.23"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.24.1", "@babel/eslint-parser": "7.24.5",
"@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8", "@vue/cli-plugin-pwa": "5.0.8",
@ -119,9 +119,9 @@
} }
}, },
"node_modules/@babel/eslint-parser": { "node_modules/@babel/eslint-parser": {
"version": "7.24.1", "version": "7.24.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz",
"integrity": "sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==", "integrity": "sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@ -133,7 +133,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.11.0", "@babel/core": "^7.11.0",
"eslint": "^7.5.0 || ^8.0.0" "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
} }
}, },
"node_modules/@babel/generator": { "node_modules/@babel/generator": {

View File

@ -21,7 +21,7 @@
"@vue/cli-service": "5.0.8", "@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.4.27", "@vue/compiler-sfc": "3.4.27",
"@vue/eslint-config-standard": "8.0.1", "@vue/eslint-config-standard": "8.0.1",
"@babel/eslint-parser": "7.24.1", "@babel/eslint-parser": "7.24.5",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.5.1", "eslint-plugin-n": "17.5.1",