Skip to content

Commit

Permalink
Merge pull request #229 from foxundermoon/renovate/node-14.x
Browse files Browse the repository at this point in the history
Update dependency @types/node to v14.17.32
  • Loading branch information
foxundermoon committed Nov 6, 2021
2 parents 6dbed14 + 8192465 commit f94217a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@
"format-check": "pretty-quick --check"
},
"devDependencies": {
"@types/node": "14.17.32",
"@types/mocha": "9.0.0",
"@types/node": "14.17.21",
"husky": "^7.0.4",
"lint-staged": "11.2.6",
"mocha": "9.1.3",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,16 @@
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz"
integrity sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==

"@types/node@*", "@types/[email protected]":
"@types/node@*":
version "14.17.21"
resolved "https://registry.npmjs.org/@types/node/-/node-14.17.21.tgz"
integrity sha512-zv8ukKci1mrILYiQOwGSV4FpkZhyxQtuFWGya2GujWg+zVAeRQ4qbaMmWp9vb9889CFA8JECH7lkwCL6Ygg8kA==

"@types/[email protected]":
version "14.17.32"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.32.tgz#2ca61c9ef8c77f6fa1733be9e623ceb0d372ad96"
integrity sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==

"@types/parse-json@^4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz"
Expand Down

0 comments on commit f94217a

Please sign in to comment.