Compare commits

..

1 Commits

2 changed files with 5 additions and 5 deletions

8
package-lock.json generated

@ -8,7 +8,7 @@
"name": "@wtf/ki-frontend",
"version": "1.1.0",
"devDependencies": {
"@babel/eslint-parser": "7.25.7",
"@babel/eslint-parser": "7.25.8",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
@ -115,9 +115,9 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.25.7",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.7.tgz",
"integrity": "sha512-B+BO9x86VYsQHimucBAL1fxTJKF4wyKY6ZVzee9QgzdZOUfs3BaR6AQrgoGrRI+7IFS1wUz/VyQ+SoBcSpdPbw==",
"version": "7.25.8",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.8.tgz",
"integrity": "sha512-Po3VLMN7fJtv0nsOjBDSbO1J71UhzShE9MuOSkWEV9IZQXzhZklYtzKZ8ZD/Ij3a0JBv1AG3Ny2L3jvAHQVOGg==",
"dev": true,
"license": "MIT",
"dependencies": {

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