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

Commit afb8272

Browse files
build(deps-dev): bump @types/node in /token-lending/js (#2023)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.0 to 16.0.0. - [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-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dfb5774 commit afb8272

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

token-lending/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@solana/web3.js": "^1.20.0",
4646
"@types/eslint": "^7.2.13",
4747
"@types/eslint-plugin-prettier": "^3.1.0",
48-
"@types/node": "^15.14.0",
48+
"@types/node": "^16.0.0",
4949
"@types/prettier": "^2.3.1",
5050
"@typescript-eslint/eslint-plugin": "^4.28.0",
5151
"@typescript-eslint/parser": "^4.28.1",

token-lending/js/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@
227227
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6"
228228
integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==
229229

230-
"@types/node@*", "@types/node@^15.14.0":
231-
version "15.14.0"
232-
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.0.tgz#74dbf254fb375551a9d2a71faf6b9dbc2178dc53"
233-
integrity sha512-um/+/ip3QZmwLfIkWZSNtQIJNVAqrJ92OkLMeuZrjZMTAJniI7fh8N8OICyDhAJ2mzgk/fmYFo72jRr5HyZ1EQ==
230+
"@types/node@*", "@types/node@^16.0.0":
231+
version "16.0.0"
232+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.0.tgz#067a6c49dc7a5c2412a505628e26902ae967bf6f"
233+
integrity sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg==
234234

235235
"@types/node@^12.12.54":
236236
version "12.20.15"

0 commit comments

Comments
 (0)