Skip to content

Commit

Permalink
Merge pull request #278 from muxinc/dependabot/npm_and_yarn/types/nod…
Browse files Browse the repository at this point in the history
…e-20.1.0

Bump @types/node from 18.11.18 to 20.1.0
  • Loading branch information
jaredsmith committed May 8, 2023
2 parents e3e4be4 + 8ffbc52 commit d5b760b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "^18.11.18",
"@types/node": "^20.1.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"chai": "^4.3.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^18.11.18":
version "18.11.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
"@types/node@*", "@types/node@^20.1.0":
version "20.1.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.1.0.tgz#258805edc37c327cf706e64c6957f241ca4c4c20"
integrity sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==

"@types/semver@^7.3.12":
version "7.3.13"
Expand Down

0 comments on commit d5b760b

Please sign in to comment.