Skip to content

Commit

Permalink
Merge pull request #268 from mozilla/renovate/node-18.x
Browse files Browse the repository at this point in the history
Update dependency @types/node to v18
  • Loading branch information
diox authored Nov 9, 2022
2 parents fa9bf8d + a63157e commit 2241e33
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 @@ -41,7 +41,7 @@
"@types/common-tags": "^1.8.0",
"@types/express": "4.17.14",
"@types/jest": "^29.0.0",
"@types/node": "^14.0.0",
"@types/node": "^18.0.0",
"@types/node-fetch": "^2.6.2",
"@types/safe-compare": "^1.1.0",
"@types/sinon": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -792,10 +792,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.4.tgz#7017a52e18dfaad32f55eebd539993014441949c"
integrity sha512-BxcJpBu8D3kv/GZkx/gSMz6VnTJREBj/4lbzYOQueUOELkt8WrO6zAcSPmp9uRPEW/d+lUO8QK0W2xnS1hEU0A==

"@types/node@^14.0.0":
version "14.18.32"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.32.tgz#8074f7106731f1a12ba993fe8bad86ee73905014"
integrity sha512-Y6S38pFr04yb13qqHf8uk1nHE3lXgQ30WZbv1mLliV9pt0NjvqdWttLcrOYLnXbOafknVYRHZGoMSpR9UwfYow==
"@types/node@^18.0.0":
version "18.11.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.6.tgz#4f91b0b30d405fdf76e0029b11ef5df6a0da4261"
integrity sha512-j3CEDa2vd96K0AXF8Wur7UucACvnjkk8hYyQAHhUNciabZLDl9nfAEVUSwmh245OOZV15bRA3Y590Gi5jUcDJg==

"@types/prettier@^2.1.5":
version "2.7.1"
Expand Down

0 comments on commit 2241e33

Please sign in to comment.