Skip to content

Commit

Permalink
chore(deps): bump @types/node from 18.15.11 to 20.4.2
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 20.4.2.
- [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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2023
1 parent 4f09831 commit 00c4dc5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@metamask-institutional/simplecache": "^1.1.0",
"@metamask-institutional/types": "^1.0.3",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "^18.15.11",
"@types/node": "^20.4.2",
"bignumber.js": "^9.1.1",
"jsonwebtoken": "^9.0.0"
},
Expand Down
23 changes: 19 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,21 @@
crypto "^1.0.1"
lodash.clonedeep "^4.5.0"

"@metamask-institutional/extension@^0.1.3":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@metamask-institutional/extension/-/extension-0.1.6.tgz#fcfbd923d266749ae828d47051b49cfe43dc8e68"
integrity sha512-kckH95z5qcX0tkn3SZjL2vyq7ZkDhRs9om5jNu3XakdKmvSw0+K3CC+/Gql/CniGvYpk+2qNWU++4uQpjRcUWg==
dependencies:
"@ethereumjs/util" "^8.0.5"
"@metamask-institutional/custody-controller" "^0.2.8"
"@metamask-institutional/custody-keyring" "^0.0.25"
"@metamask-institutional/portfolio-dashboard" "^1.4.0"
"@metamask-institutional/sdk" "^0.1.18"
"@metamask-institutional/transaction-update" "^0.1.23"
"@metamask-institutional/types" "^1.0.3"
jest-create-mock-instance "^2.0.0"
jest-fetch-mock "3.0.3"

"@metamask/approval-controller@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@metamask/approval-controller/-/approval-controller-2.1.1.tgz#c8731ddaaa8e29c1ab5355f87116b3f20a7e6c0d"
Expand Down Expand Up @@ -2298,10 +2313,10 @@
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==

"@types/node@*", "@types/node@^18.15.11":
version "18.15.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
"@types/node@*", "@types/node@^20.4.2":
version "20.4.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.2.tgz#129cc9ae69f93824f92fac653eebfb4812ab4af9"
integrity sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down

0 comments on commit 00c4dc5

Please sign in to comment.