aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-14 20:59:42 +0000
committerGitHub <noreply@github.com>2024-04-14 20:59:42 +0000
commitebb5567f4a1fd56b53beef1ecede141be154c4d5 (patch)
treefcafbafd920d58a5ce7f3b5c8f018af05cb6c835
parenta2384fa2e9bbef22cab3b1e09a9f7e4e6d7e89b4 (diff)
downloadFlightCore-dependabot/npm_and_yarn/src-vue/typescript-5.4.5.tar.gz
FlightCore-dependabot/npm_and_yarn/src-vue/typescript-5.4.5.zip
chore: bump typescript from 5.3.3 to 5.4.5 in /src-vuedependabot/npm_and_yarn/src-vue/typescript-5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--src-vue/package-lock.json8
-rw-r--r--src-vue/package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index 48c113aa..bde18aca 100644
--- a/src-vue/package-lock.json
+++ b/src-vue/package-lock.json
@@ -20,7 +20,7 @@
"devDependencies": {
"@types/marked": "^6.0.0",
"@vitejs/plugin-vue": "^3.1.0",
- "typescript": "^5.3.3",
+ "typescript": "^5.4.5",
"vite": "^3.1.0",
"vue-tsc": "^2.0.7"
}
@@ -1166,9 +1166,9 @@
}
},
"node_modules/typescript": {
- "version": "5.3.3",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
- "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
+ "version": "5.4.5",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
+ "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"devOptional": true,
"bin": {
"tsc": "bin/tsc",
diff --git a/src-vue/package.json b/src-vue/package.json
index 104c9b33..eb5a529c 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -21,7 +21,7 @@
"devDependencies": {
"@types/marked": "^6.0.0",
"@vitejs/plugin-vue": "^3.1.0",
- "typescript": "^5.3.3",
+ "typescript": "^5.4.5",
"vite": "^3.1.0",
"vue-tsc": "^2.0.7"
}