Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 731d00d

Browse files
committed
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
1 parent 7f53a7b commit 731d00d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"highcharts-vue": "^1.4.0",
2323
"node-sass": "^6.0.1",
2424
"sass-loader": "10",
25-
"typescript": "~4.1.5",
25+
"typescript": "~4.4.3",
2626
"vue": "^2.6.11",
2727
"vue-template-compiler": "^2.6.11"
2828
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8779,10 +8779,10 @@ typedarray@^0.0.6:
87798779
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
87808780
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
87818781

8782-
typescript@~4.1.5:
8783-
version "4.1.6"
8784-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138"
8785-
integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==
8782+
typescript@~4.4.3:
8783+
version "4.4.4"
8784+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
8785+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
87868786

87878787
uglify-js@3.4.x:
87888788
version "3.4.10"

0 commit comments

Comments
 (0)