update: update dependency typescript to v3.9.7 (#244)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
1555cc54aa
commit
96d59762d7
|
@ -63,7 +63,7 @@
|
|||
"tslint-etc": "1.12.0",
|
||||
"tslint-microsoft-contrib": "6.2.0",
|
||||
"tslint-sonarts": "1.9.0",
|
||||
"typescript": "3.9.6"
|
||||
"typescript": "3.9.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"js-yaml": "^3.13.1"
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -4180,16 +4180,21 @@ typedarray@^0.0.6:
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
typescript@3.9.6, typescript@~3.9.5:
|
||||
version "3.9.6"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
|
||||
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
|
||||
typescript@3.9.7:
|
||||
version "3.9.7"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
|
||||
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
|
||||
|
||||
typescript@^3.0.0:
|
||||
version "3.7.2"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
|
||||
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
|
||||
|
||||
typescript@~3.9.5:
|
||||
version "3.9.6"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
|
||||
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
|
||||
|
||||
uglify-js@^3.1.4:
|
||||
version "3.6.9"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/uglify-js/-/uglify-js-3.6.9.tgz#85d353edb6ddfb62a9d798f36e91792249320611"
|
||||
|
|
Loading…
Reference in New Issue