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

Commit a0735b7

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @types/node to v14.17.32
1 parent 63502c4 commit a0735b7

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"@sourcegraph/eslint-config": "^0.23.0",
143143
"@sourcegraph/prettierrc": "^3.0.3",
144144
"@sourcegraph/tsconfig": "^4.0.1",
145-
"@types/node": "14.17.21",
145+
"@types/node": "14.17.32",
146146
"@types/vscode": "1.52.0",
147147
"eslint": "^7.32.0",
148148
"husky": "^4.3.6",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -752,10 +752,10 @@
752752
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.0.tgz"
753753
integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
754754

755-
"@types/node@*", "@types/[email protected].21", "@types/node@>= 8":
756-
version "14.17.21"
757-
resolved "https://registry.npmjs.org/@types/node/-/node-14.17.21.tgz"
758-
integrity sha512-zv8ukKci1mrILYiQOwGSV4FpkZhyxQtuFWGya2GujWg+zVAeRQ4qbaMmWp9vb9889CFA8JECH7lkwCL6Ygg8kA==
755+
"@types/node@*", "@types/[email protected].32", "@types/node@>= 8":
756+
version "14.17.32"
757+
resolved "https://registry.npmjs.org/@types/node/-/node-14.17.32.tgz"
758+
integrity sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==
759759

760760
"@types/normalize-package-data@^2.4.0":
761761
version "2.4.0"
@@ -978,10 +978,10 @@ ansi-regex@^4.1.0:
978978
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz"
979979
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
980980

981-
ansi-regex@^5.0.0:
982-
version "5.0.0"
983-
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz"
984-
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
981+
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
982+
version "5.0.1"
983+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
984+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
985985

986986
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
987987
version "3.2.1"
@@ -6420,13 +6420,13 @@ string-width@^3.0.0, string-width@^3.1.0:
64206420
strip-ansi "^5.1.0"
64216421

64226422
string-width@^4.1.0, string-width@^4.2.0:
6423-
version "4.2.0"
6424-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz"
6425-
integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
6423+
version "4.2.3"
6424+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6425+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
64266426
dependencies:
64276427
emoji-regex "^8.0.0"
64286428
is-fullwidth-code-point "^3.0.0"
6429-
strip-ansi "^6.0.0"
6429+
strip-ansi "^6.0.1"
64306430

64316431
string.prototype.matchall@^4.0.2:
64326432
version "4.0.3"
@@ -6495,12 +6495,12 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
64956495
dependencies:
64966496
ansi-regex "^4.1.0"
64976497

6498-
strip-ansi@^6.0.0:
6499-
version "6.0.0"
6500-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz"
6501-
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
6498+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6499+
version "6.0.1"
6500+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6501+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
65026502
dependencies:
6503-
ansi-regex "^5.0.0"
6503+
ansi-regex "^5.0.1"
65046504

65056505
strip-bom@^3.0.0:
65066506
version "3.0.0"

0 commit comments

Comments
 (0)