Skip to content

Commit

Permalink
Merge pull request #77 from shahednasser/dependabot/npm_and_yarn/type…
Browse files Browse the repository at this point in the history
…s/node-20.1.0

Bump @types/node from 18.14.0 to 20.1.0
  • Loading branch information
shahednasser authored May 15, 2023
2 parents 6b1f0ac + 79c305f commit 36c8e5a
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 @@ -34,7 +34,7 @@
"devDependencies": {
"@types/config": "^3.3.0",
"@types/dotenv": "^8.2.0",
"@types/node": "^18.11.19",
"@types/node": "^20.1.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@^18.11.19":
version "18.14.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.0.tgz#94c47b9217bbac49d4a67a967fdcdeed89ebb7d0"
integrity sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==
"@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 36c8e5a

Please sign in to comment.