From 731d00d628f50c892dc8a18d3c98bfbd1c163cdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Oct 2021 18:35:12 +0000 Subject: [PATCH] fix: upgrade typescript from 4.1.6 to 4.4.3 Snyk has created this PR to upgrade typescript from 4.1.6 to 4.4.3. See this package in npm: See this project in Snyk: https://app.snyk.io/org/gitgitwi/project/4c4b2bc4-5e70-45ec-b33b-e63ecfb33429?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4036494..f0f132f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "highcharts-vue": "^1.4.0", "node-sass": "^6.0.1", "sass-loader": "10", - "typescript": "~4.1.5", + "typescript": "~4.4.3", "vue": "^2.6.11", "vue-template-compiler": "^2.6.11" }, diff --git a/yarn.lock b/yarn.lock index d91e58b..d0e0c65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8779,10 +8779,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@~4.1.5: - version "4.1.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138" - integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow== +typescript@~4.4.3: + version "4.4.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" + integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== uglify-js@3.4.x: version "3.4.10"