Skip to content

Commit

Permalink
Merge pull request #8 from EffectiveRange/dependabot/npm_and_yarn/typ…
Browse files Browse the repository at this point in the history
…es/node-22.10.7

chore(deps-dev): bump @types/node from 18.19.21 to 22.10.7
  • Loading branch information
effective-range authored Jan 21, 2025
2 parents fc168b3 + 825f9e6 commit 0c01701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"devDependencies": {
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"@types/node": "^22",
"@types/sinon": "^17.0.3",
"@types/uuid": "^9.0.8",
"@types/vscode": "^1.85.0",
Expand Down
14 changes: 1 addition & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,20 +336,13 @@
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz"
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==

"@types/node@*":
"@types/node@*", "@types/node@^22":
version "22.10.7"
resolved "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz"
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
dependencies:
undici-types "~6.20.0"

"@types/node@^20":
version "20.17.14"
resolved "https://registry.npmjs.org/@types/node/-/node-20.17.14.tgz"
integrity sha512-w6qdYetNL5KRBiSClK/KWai+2IMEJuAj+EujKCumalFOwXtvOXaEan9AuwcRID2IcOIAWSIfR495hBtgKlx2zg==
dependencies:
undici-types "~6.19.2"

"@types/sinon@^17.0.3":
version "17.0.3"
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.3.tgz"
Expand Down Expand Up @@ -4313,11 +4306,6 @@ underscore@^1.12.1:
resolved "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz"
integrity sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==

undici-types@~6.19.2:
version "6.19.8"
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz"
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==

undici-types@~6.20.0:
version "6.20.0"
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz"
Expand Down

0 comments on commit 0c01701

Please sign in to comment.