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

Commit e564c79

Browse files
build(deps-dev): bump @types/node from 16.11.14 to 18.13.0 in /token-lending/js (#4032)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ade9b2 commit e564c79

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

token-lending/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@solana/web3.js": "^1.36.0",
4747
"@types/eslint": "^8.4.1",
4848
"@types/eslint-plugin-prettier": "^3.1.0",
49-
"@types/node": "^16.0.0",
49+
"@types/node": "^18.13.0",
5050
"@types/prettier": "^2.4.4",
5151
"@typescript-eslint/eslint-plugin": "^5.16.0",
5252
"@typescript-eslint/parser": "^5.16.0",

token-lending/js/yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -290,21 +290,16 @@
290290
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.178.tgz#341f6d2247db528d4a13ddbb374bcdc80406f4f8"
291291
integrity sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==
292292

293-
"@types/node@*":
294-
version "17.0.0"
295-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.0.tgz#62797cee3b8b497f6547503b2312254d4fe3c2bb"
296-
integrity sha512-eMhwJXc931Ihh4tkU+Y7GiLzT/y/DBNpNtr4yU9O2w3SYBsr9NaOPhQlLKRmoWtI54uNwuo0IOUFQjVOTZYRvw==
293+
"@types/node@*", "@types/node@^18.13.0":
294+
version "18.13.0"
295+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
296+
integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==
297297

298298
"@types/node@^12.12.54":
299299
version "12.20.37"
300300
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.37.tgz#abb38afa9d6e8a2f627a8cb52290b3c80fbe61ed"
301301
integrity sha512-i1KGxqcvJaLQali+WuypQnXwcplhtNtjs66eNsZpp2P2FL/trJJxx/VWsM0YCL2iMoIJrbXje48lvIQAQ4p2ZA==
302302

303-
"@types/node@^16.0.0":
304-
version "16.11.14"
305-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.14.tgz#4939fb42e5b0ffb3ea7e193c28244fe7414977a6"
306-
integrity sha512-mK6BKLpL0bG6v2CxHbm0ed6RcZrAtTHBTd/ZpnlVPVa3HkumsqLE4BC4u6TQ8D7pnrRbOU0am6epuALs+Ncnzw==
307-
308303
"@types/prettier@^2.4.4":
309304
version "2.4.4"
310305
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.4.tgz#5d9b63132df54d8909fce1c3f8ca260fdd693e17"

0 commit comments

Comments
 (0)