chore(deps): update dependency @babel/eslint-parser to v7.26.5 #159

Open
renovate-bot wants to merge 1 commits from renovate/linters into main
2 changed files with 5 additions and 5 deletions
Showing only changes of commit f70c240f8e - Show all commits

8
package-lock.json generated
View File

@ -8,7 +8,7 @@
"name": "@wtf/ki-frontend",
"version": "1.1.0",
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@babel/eslint-parser": "7.26.5",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
@ -116,9 +116,9 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz",
"integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==",
"version": "7.26.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz",
"integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -7,7 +7,7 @@
"lint": "vue-cli-service lint"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@babel/eslint-parser": "7.26.5",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",