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

Commit 6665520

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @types/node to v14.17.14
1 parent ef61530 commit 6665520

File tree

3 files changed

+26
-19
lines changed

3 files changed

+26
-19
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
@@ -132,7 +132,7 @@
132132
"@sourcegraph/eslint-config": "^0.23.0",
133133
"@sourcegraph/prettierrc": "^3.0.3",
134134
"@sourcegraph/tsconfig": "^4.0.1",
135-
"@types/node": "14.17.9",
135+
"@types/node": "14.17.14",
136136
"@types/vscode": "1.52.0",
137137
"eslint": "^7.32.0",
138138
"husky": "^4.3.6",

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -741,10 +741,10 @@
741741
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.0.tgz"
742742
integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
743743

744-
"@types/node@*", "@types/[email protected].9", "@types/node@>= 8":
745-
version "14.17.9"
746-
resolved "https://registry.npmjs.org/@types/node/-/node-14.17.9.tgz"
747-
integrity sha512-CMjgRNsks27IDwI785YMY0KLt3co/c0cQ5foxHYv/shC2w8oOnVwz5Ubq1QG5KzrcW+AXk6gzdnxIkDnTvzu3g==
744+
"@types/node@*", "@types/[email protected].14", "@types/node@>= 8":
745+
version "14.17.14"
746+
resolved "https://registry.npmjs.org/@types/node/-/node-14.17.14.tgz"
747+
integrity sha512-rsAj2u8Xkqfc332iXV12SqIsjVi07H479bOP4q94NAcjzmAvapumEhuVIt53koEf7JFrpjgNKjBga5Pnn/GL8A==
748748

749749
"@types/normalize-package-data@^2.4.0":
750750
version "2.4.0"
@@ -3156,6 +3156,13 @@ has-symbols@^1.0.1, has-symbols@^1.0.2:
31563156
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
31573157
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
31583158

3159+
has-tostringtag@^1.0.0:
3160+
version "1.0.0"
3161+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
3162+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
3163+
dependencies:
3164+
has-symbols "^1.0.2"
3165+
31593166
has-unicode@^2.0.0, has-unicode@~2.0.1:
31603167
version "2.0.1"
31613168
resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz"
@@ -3439,9 +3446,9 @@ is-binary-path@~2.1.0:
34393446
binary-extensions "^2.0.0"
34403447

34413448
is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.2:
3442-
version "1.2.3"
3443-
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz"
3444-
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
3449+
version "1.2.4"
3450+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
3451+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
34453452

34463453
is-ci@^1.0.10:
34473454
version "1.2.1"
@@ -3574,12 +3581,12 @@ is-redirect@^1.0.0:
35743581
integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=
35753582

35763583
is-regex@^1.0.4, is-regex@^1.1.1:
3577-
version "1.1.3"
3578-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
3579-
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
3584+
version "1.1.4"
3585+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
3586+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
35803587
dependencies:
35813588
call-bind "^1.0.2"
3582-
has-symbols "^1.0.2"
3589+
has-tostringtag "^1.0.0"
35833590

35843591
is-retry-allowed@^1.0.0:
35853592
version "1.2.0"

0 commit comments

Comments
 (0)