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

Commit b24684e

Browse files
build(deps-dev): bump @types/node in /token-lending/js (#2359)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.7.6 to 16.7.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fcfb99 commit b24684e

File tree

1 file changed

+3
-37
lines changed

1 file changed

+3
-37
lines changed

token-lending/js/yarn.lock

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@
261261
integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==
262262

263263
"@types/node@*", "@types/node@^16.0.0":
264-
version "16.7.6"
265-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.6.tgz#8666478db8095aa66e25b7e469f3e7b53ea2855e"
266-
integrity sha512-VESVNFoa/ahYA62xnLBjo5ur6gPsgEE5cNRy8SrdnkZ2nwJSW0kJ4ufbFr2zuU9ALtHM8juY53VcRoTA7htXSg==
264+
version "16.7.8"
265+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.8.tgz#2448be5f24fe6b77114632b6350fcd219334651e"
266+
integrity sha512-8upnoQU0OPzbIkm+ZMM0zCeFCkw2s3mS0IWdx0+AAaWqm4fkBb0UJp8Edl7FVKRamYbpJC/aVsHpKWBIbiC7Zg==
267267

268268
"@types/node@^12.12.54":
269269
version "12.20.15"
@@ -334,14 +334,6 @@
334334
"@typescript-eslint/typescript-estree" "4.30.0"
335335
debug "^4.3.1"
336336

337-
"@typescript-eslint/[email protected]":
338-
version "4.29.3"
339-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
340-
integrity sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==
341-
dependencies:
342-
"@typescript-eslint/types" "4.29.3"
343-
"@typescript-eslint/visitor-keys" "4.29.3"
344-
345337
"@typescript-eslint/[email protected]":
346338
version "4.30.0"
347339
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
@@ -350,29 +342,11 @@
350342
"@typescript-eslint/types" "4.30.0"
351343
"@typescript-eslint/visitor-keys" "4.30.0"
352344

353-
"@typescript-eslint/[email protected]":
354-
version "4.29.3"
355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
356-
integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
357-
358345
"@typescript-eslint/[email protected]":
359346
version "4.30.0"
360347
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
361348
integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
362349

363-
"@typescript-eslint/[email protected]":
364-
version "4.29.3"
365-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
366-
integrity sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==
367-
dependencies:
368-
"@typescript-eslint/types" "4.29.3"
369-
"@typescript-eslint/visitor-keys" "4.29.3"
370-
debug "^4.3.1"
371-
globby "^11.0.3"
372-
is-glob "^4.0.1"
373-
semver "^7.3.5"
374-
tsutils "^3.21.0"
375-
376350
"@typescript-eslint/[email protected]":
377351
version "4.30.0"
378352
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
@@ -386,14 +360,6 @@
386360
semver "^7.3.5"
387361
tsutils "^3.21.0"
388362

389-
"@typescript-eslint/[email protected]":
390-
version "4.29.3"
391-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
392-
integrity sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==
393-
dependencies:
394-
"@typescript-eslint/types" "4.29.3"
395-
eslint-visitor-keys "^2.0.0"
396-
397363
"@typescript-eslint/[email protected]":
398364
version "4.30.0"
399365
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"

0 commit comments

Comments
 (0)