From dc10222d653b6288ecd2aa84a6594d3b884a7dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 21:10:13 +0000 Subject: [PATCH] Bump @vue/cli-plugin-typescript from 5.0.6 to 5.0.8 in /webui/frontend Bumps [@vue/cli-plugin-typescript](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-typescript) from 5.0.6 to 5.0.8. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-typescript) --- updated-dependencies: - dependency-name: "@vue/cli-plugin-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webui/frontend/package.json | 2 +- webui/frontend/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/webui/frontend/package.json b/webui/frontend/package.json index 5313debf..b3b92255 100644 --- a/webui/frontend/package.json +++ b/webui/frontend/package.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "^5.30.3", "@vue/cli-plugin-babel": "~5.0.6", "@vue/cli-plugin-eslint": "~5.0.6", - "@vue/cli-plugin-typescript": "~5.0.6", + "@vue/cli-plugin-typescript": "~5.0.8", "@vue/cli-service": "~4.5.15", "@vue/eslint-config-typescript": "^5.0.2", "babel-eslint": "^10.1.0", diff --git a/webui/frontend/yarn.lock b/webui/frontend/yarn.lock index 0812d245..7d615738 100644 --- a/webui/frontend/yarn.lock +++ b/webui/frontend/yarn.lock @@ -1559,14 +1559,14 @@ dependencies: "@vue/cli-shared-utils" "^4.5.17" -"@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" @@ -1660,10 +1660,10 @@ semver "^6.1.0" strip-ansi "^6.0.0" -"@vue/cli-shared-utils@^5.0.6": - version "5.0.6" - resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-5.0.6.tgz#f47202d68dfd4c2e41160c63721263b39cd97d1e" - integrity sha512-5HmlRtMByOCFO0P3mMUx8dVruTRhZ3pqQ0f1cCH9TmAoDjetmD/Ib7yx/5KxTHV8QY3xZJxYvgAmOU5C49K5xA== +"@vue/cli-shared-utils@^5.0.6", "@vue/cli-shared-utils@^5.0.8": + version "5.0.8" + resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-5.0.8.tgz#75fc96528eba2b1c7e33cb7e989a984ddef99c8a" + integrity sha512-uK2YB7bBVuQhjOJF+O52P9yFMXeJVj7ozqJkwYE9PlMHL1LMHjtCYm4cSdOebuPzyP+/9p0BimM/OqxsevIopQ== dependencies: "@achrinza/node-ipc" "^9.2.5" chalk "^4.1.2"