Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the types group across 1 directory with 2 updates #1413

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"@aws-sdk/credential-providers": "^3.749.0",
"@biomejs/biome": "1.9.4",
"@tokenizer/token": "^0.3.0",
"@types/chai": "^5.0.1",
"@types/chai": "^5.2.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"@types/node": "^22.13.10",
"chai": "^5.2.0",
"del-cli": "^6.0.0",
"file-type": "^20.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1974,9 +1974,9 @@ __metadata:
"@biomejs/biome": "npm:1.9.4"
"@tokenizer/range": "npm:^0.13.0"
"@tokenizer/token": "npm:^0.3.0"
"@types/chai": "npm:^5.0.1"
"@types/chai": "npm:^5.2.0"
"@types/mocha": "npm:^10.0.10"
"@types/node": "npm:^22.12.0"
"@types/node": "npm:^22.13.10"
chai: "npm:^5.2.0"
del-cli: "npm:^6.0.0"
file-type: "npm:^20.1.0"
Expand Down Expand Up @@ -2026,12 +2026,12 @@ __metadata:
languageName: node
linkType: hard

"@types/chai@npm:^5.0.1":
version: 5.0.1
resolution: "@types/chai@npm:5.0.1"
"@types/chai@npm:^5.2.0":
version: 5.2.0
resolution: "@types/chai@npm:5.2.0"
dependencies:
"@types/deep-eql": "npm:*"
checksum: 10c0/82cb718101d37698e35fb03e2a983a442303065bfcb9b9e8b50b49fdad2fa5759c14dabfa5cb4a4bfa5c6aff1f05377d6ab4310bae0cfbf7d3138f94c969f441
checksum: 10c0/7eda3feab531bded0e9be35ea165c05946cc683ef3c4e807fc27e073021e3751e9467ab1c38a2f6a10786f236593978bbdc02e48b3589265f28fdc4ceebe879d
languageName: node
linkType: hard

Expand All @@ -2056,12 +2056,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.12.0":
version: 22.12.0
resolution: "@types/node@npm:22.12.0"
"@types/node@npm:^22.13.10":
version: 22.13.10
resolution: "@types/node@npm:22.13.10"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/be220706732d95db2ed1c441c1e64cab90bf9a47519ce6f4c79cc5a9ec9d5c517131a149a9ac30afac1a30103e67e3a00d453ba7c1b0141608a3a7ba6397c303
checksum: 10c0/a3865f9503d6f718002374f7b87efaadfae62faa499c1a33b12c527cfb9fd86f733e1a1b026b80c5a0e4a965701174bc3305595a7d36078aa1abcf09daa5dee9
languageName: node
linkType: hard

Expand Down
Loading