1 Commits

Author SHA1 Message Date
cb89d6b5b8 Update dependency @babel/eslint-parser to v7.28.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-07-05 09:36:05 +00:00
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -15,7 +15,7 @@
"vue": "3.5.17"
},
"devDependencies": {
"@babel/eslint-parser": "7.27.5",
"@babel/eslint-parser": "7.28.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8",
@ -115,9 +115,9 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.27.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.5.tgz",
"integrity": "sha512-HLkYQfRICudzcOtjGwkPvGc5nF1b4ljLZh1IRDj50lRZ718NAKVgQpIAUX8bfg6u/yuSKY3L7E0YzIV+OxrB8Q==",
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz",
"integrity": "sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -15,7 +15,7 @@
"vue": "3.5.17"
},
"devDependencies": {
"@babel/eslint-parser": "7.27.5",
"@babel/eslint-parser": "7.28.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8",
@ -26,6 +26,6 @@
"eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.20.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-vue": "10.3.0"
"eslint-plugin-vue": "9.33.0"
}
}