Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

deps: update dependency @types/cli-progress to ^3.11.6 #358

Open
wants to merge 1 commit into
base: main
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
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@tophat/sanity-runner-types": "workspace:*",
"@types/cli-progress": "^3",
"@types/cli-progress": "^3.11.6",
"@types/lodash": "^4.14.192",
"@types/node": "^16.11.36"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5628,12 +5628,12 @@ __metadata:
languageName: node
linkType: hard

"@types/cli-progress@npm:^3":
version: 3.11.0
resolution: "@types/cli-progress@npm:3.11.0"
"@types/cli-progress@npm:^3.11.6":
version: 3.11.6
resolution: "@types/cli-progress@npm:3.11.6"
dependencies:
"@types/node": "*"
checksum: d4401622333e888925b47c5d5bb0b89dddae17cc020f909a64ad7275b326bf3c6e9cd467f625a197fd958a1e49220d32f4a2b0bf2948fee330c719a9b985674e
checksum: 2df9d4788089564c8eb01e6d05b084bd030b7ce3f1a3698c57a998f2b329c5c7a3ea2d20e3756579a385945c70875df3c798b7740f6bf679eb1b1937e91f5eca
languageName: node
linkType: hard

Expand Down Expand Up @@ -20467,7 +20467,7 @@ __metadata:
"@aws-sdk/client-lambda": ^3.319.0
"@aws-sdk/node-http-handler": ^3.310.0
"@tophat/sanity-runner-types": "workspace:*"
"@types/cli-progress": ^3
"@types/cli-progress": ^3.11.6
"@types/lodash": ^4.14.192
"@types/node": ^16.11.36
axios: ^1.3.6
Expand Down
Loading