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 4 updates #1171

Merged
merged 1 commit into from
Oct 13, 2024
Merged
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^8.0.0",
"@types/chai": "^5.0.0",
"@types/chai-as-promised": "^8.0.1",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.2",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.5",
"c8": "^10.1.2",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
Expand Down
41 changes: 24 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,22 +336,29 @@ __metadata:
languageName: node
linkType: hard

"@types/chai-as-promised@npm:^8.0.0":
version: 8.0.0
resolution: "@types/chai-as-promised@npm:8.0.0"
"@types/chai-as-promised@npm:^8.0.1":
version: 8.0.1
resolution: "@types/chai-as-promised@npm:8.0.1"
dependencies:
"@types/chai": "npm:*"
checksum: 10c0/85c91bad8a5f1665a51a3fbb8cdd80b8eca663cf42816ccdfaddff1a9b8705060235220c26e32d361f2568386216c7ee484ab4e1735c971dbdcacced7acc857d
checksum: 10c0/706edb801e8327a09a78f00629f3ae92ec567465338c0114f1586f84daf26911ca05979ec8d5b62f857e7b5a9163c7aaf2f4415903e0ff57b3bfc47785088dd5
languageName: node
linkType: hard

"@types/chai@npm:*, @types/chai@npm:^4.3.19":
"@types/chai@npm:*":
version: 4.3.19
resolution: "@types/chai@npm:4.3.19"
checksum: 10c0/8fd573192e486803c4d04185f2b0fab554660d9a1300dbed5bde9747ab8bef15f462a226f560ed5ca48827eecaf8d71eed64aa653ff9aec72fb2eae272e43a84
languageName: node
linkType: hard

"@types/chai@npm:^5.0.0":
version: 5.0.0
resolution: "@types/chai@npm:5.0.0"
checksum: 10c0/fcce55f2bbb8485fc860a1dcbac17c1a685b598cfc91a55d37b65b1642b921cf736caa8cce9dcc530830d900f78ab95cf43db4e118db34a5176f252cacd9e1e8
languageName: node
linkType: hard

"@types/color-name@npm:^1.1.1":
version: 1.1.1
resolution: "@types/color-name@npm:1.1.1"
Expand Down Expand Up @@ -434,10 +441,10 @@ __metadata:
languageName: node
linkType: hard

"@types/mocha@npm:^10.0.7":
version: 10.0.7
resolution: "@types/mocha@npm:10.0.7"
checksum: 10c0/48a2df4dd02b6e66a11129dca6a23cf0cc3995faf8525286eb851043685bd8b7444780f4bb29a1c42df7559ed63294e5308bfce3a6b862ad2e0359cb21c21329
"@types/mocha@npm:^10.0.9":
version: 10.0.9
resolution: "@types/mocha@npm:10.0.9"
checksum: 10c0/76dd782ac7e971ea159d4a7fd40c929afa051e040be3f41187ff03a2d7b3279e19828ddaa498ba1757b3e6b91316263bb7640db0e906938275b97a06e087b989
languageName: node
linkType: hard

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

"@types/node@npm:^22.5.2":
version: 22.5.2
resolution: "@types/node@npm:22.5.2"
"@types/node@npm:^22.7.5":
version: 22.7.5
resolution: "@types/node@npm:22.7.5"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/624a7fd76229eacc6c158eb3b9afd55b811d7f01976c5f92c630d5b9d47047cc218928c343988484a165ac400e5eb6fe70ea300fc7242deeb0e920c7724290f6
checksum: 10c0/cf11f74f1a26053ec58066616e3a8685b6bcd7259bc569738b8f752009f9f0f7f85a1b2d24908e5b0f752482d1e8b6babdf1fbb25758711ec7bb9500bfcd6e60
languageName: node
linkType: hard

Expand Down Expand Up @@ -3160,11 +3167,11 @@ __metadata:
dependencies:
"@biomejs/biome": "npm:^1.9.3"
"@tokenizer/token": "npm:^0.3.0"
"@types/chai": "npm:^4.3.19"
"@types/chai-as-promised": "npm:^8.0.0"
"@types/chai": "npm:^5.0.0"
"@types/chai-as-promised": "npm:^8.0.1"
"@types/debug": "npm:^4.1.12"
"@types/mocha": "npm:^10.0.7"
"@types/node": "npm:^22.5.2"
"@types/mocha": "npm:^10.0.9"
"@types/node": "npm:^22.7.5"
c8: "npm:^10.1.2"
chai: "npm:^5.1.1"
chai-as-promised: "npm:^8.0.0"
Expand Down
Loading