Update dependency typescript to v3.9.10

This commit is contained in:
renovate[bot] 2022-12-01 14:44:38 +00:00 committed by Salah Benmoussati
parent 88b2601476
commit 640e0f7204
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View File

@ -67,7 +67,7 @@
"ts-jest": "25.3.0",
"tslint": "5.11.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "3.9.7"
"typescript": "3.9.10"
},
"optionalDependencies": {
"@symphony/symphony-c9-shell": "3.14.99-37",
@ -19456,11 +19456,10 @@
}
},
"node_modules/typescript": {
"version": "3.9.7",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha1-mNYApevcOPQMsndSLxLcgA6eJfo=",
"version": "3.9.10",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz",
"integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -35311,9 +35310,9 @@
}
},
"typescript": {
"version": "3.9.7",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha1-mNYApevcOPQMsndSLxLcgA6eJfo=",
"version": "3.9.10",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz",
"integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==",
"dev": true
},
"uglify-js": {

View File

@ -197,7 +197,7 @@
"ts-jest": "25.3.0",
"tslint": "5.11.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "3.9.7"
"typescript": "3.9.10"
},
"dependencies": {
"@types/lazy-brush": "^1.0.0",