diff --git a/webapp/package.json b/webapp/package.json index 58ab249e..cb5ed920 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -27,7 +27,7 @@ "@vue/cli-plugin-babel": "~5.0.6", "@vue/cli-plugin-eslint": "~5.0.8", "@vue/cli-plugin-router": "^5.0.6", - "@vue/cli-plugin-typescript": "^5.0.6", + "@vue/cli-plugin-typescript": "^5.0.8", "@vue/cli-service": "~5.0.8", "@vue/eslint-config-typescript": "^11.0.0", "eslint": "^8.18.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 970d27fb..e34e8948 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -1658,14 +1658,14 @@ dependencies: "@vue/cli-shared-utils" "^5.0.8" -"@vue/cli-plugin-typescript@^5.0.6": - version "5.0.6" - resolved "https://registry.yarnpkg.com/@vue/cli-plugin-typescript/-/cli-plugin-typescript-5.0.6.tgz#c98b6fe67d71034109694f53a92c4a102fd5f060" - integrity sha512-DKw3SZEWs+9v6oUMTJAGcmJY4XCIdLhwXU1MsXDmhea/VqoGTcY9yl1mb/QfZ3AttdRtC7n4Vk01tGa0pnewsA== +"@vue/cli-plugin-typescript@^5.0.8": + version "5.0.8" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-typescript/-/cli-plugin-typescript-5.0.8.tgz#dd3d2b3a58f3f93359319958dc0f58a4861a33a7" + integrity sha512-JKJOwzJshBqsmp4yLBexwVMebOZ4VGJgbnYvmHVxasJOStF2RxwyW28ZF+zIvASGdat4sAUuo/3mAQyVhm7JHg== dependencies: "@babel/core" "^7.12.16" "@types/webpack-env" "^1.15.2" - "@vue/cli-shared-utils" "^5.0.6" + "@vue/cli-shared-utils" "^5.0.8" babel-loader "^8.2.2" fork-ts-checker-webpack-plugin "^6.4.0" globby "^11.0.2"