chore(deps): update dependency typescript to v4.8.4 (#270)

Co-authored-by: Ian Lewis <ianlewis@google.com>
This commit is contained in:
WhiteSource Renovate
2022-10-28 04:58:23 +00:00
committed by GitHub
co-authored by Ian Lewis
parent c845407336
commit 585539ab5f
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -23,7 +23,7 @@
"eslint-plugin-github": "4.4.0",
"jasmine": "4.4.0",
"prettier": "2.7.1",
"typescript": "4.8.2"
"typescript": "4.8.4"
}
},
"node_modules/@actions/core": {
@@ -2947,9 +2947,9 @@
}
},
"node_modules/typescript": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -5223,9 +5223,9 @@
"dev": true
},
"typescript": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true
},
"unbox-primitive": {
+1 -1
View File
@@ -30,6 +30,6 @@
"eslint-plugin-github": "4.4.0",
"jasmine": "4.4.0",
"prettier": "2.7.1",
"typescript": "4.8.2"
"typescript": "4.8.4"
}
}