Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit fbf68c1

Browse files
committed
chore(deps): update dependency typescript to ^4.3.2
1 parent 4ee226c commit fbf68c1

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"prettier": "^2.2.1",
141141
"semantic-release": "^17.3.0",
142142
"semantic-release-vsce": "^3.0.1",
143-
"typescript": "^4.1.3",
143+
"typescript": "^4.3.2",
144144
"vsce": "^1.81.1"
145145
},
146146
"dependencies": {

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -3137,10 +3137,10 @@ has-flag@^4.0.0:
31373137
resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"
31383138
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
31393139

3140-
has-symbols@^1.0.1:
3141-
version "1.0.1"
3142-
resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz"
3143-
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
3140+
has-symbols@^1.0.1, has-symbols@^1.0.2:
3141+
version "1.0.2"
3142+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
3143+
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
31443144

31453145
has-unicode@^2.0.0, has-unicode@~2.0.1:
31463146
version "2.0.1"
@@ -3560,12 +3560,12 @@ is-redirect@^1.0.0:
35603560
integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=
35613561

35623562
is-regex@^1.0.4, is-regex@^1.1.1:
3563-
version "1.1.2"
3564-
resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz"
3565-
integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==
3563+
version "1.1.3"
3564+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
3565+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
35663566
dependencies:
35673567
call-bind "^1.0.2"
3568-
has-symbols "^1.0.1"
3568+
has-symbols "^1.0.2"
35693569

35703570
is-retry-allowed@^1.0.0:
35713571
version "1.2.0"
@@ -6792,10 +6792,10 @@ typedarray@^0.0.6:
67926792
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
67936793
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
67946794

6795-
typescript@^4.1.3:
6796-
version "4.1.3"
6797-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz"
6798-
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
6795+
typescript@^4.3.2:
6796+
version "4.3.2"
6797+
resolved "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz"
6798+
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
67996799

68006800
uc.micro@^1.0.1, uc.micro@^1.0.5:
68016801
version "1.0.6"

0 commit comments

Comments
 (0)