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 @types/stream-buffers from 3.0.4 to 3.0.7 #192

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 cloudbuild-task-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^18.16.3",
"@types/stream-buffers": "^3.0.4",
"@types/stream-buffers": "^3.0.7",
"jest": "^29.6.4",
"jshint": "^2.13.6",
"stream-buffers": "^3.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1443,12 +1443,12 @@ __metadata:
languageName: node
linkType: hard

"@types/stream-buffers@npm:^3.0.4":
version: 3.0.4
resolution: "@types/stream-buffers@npm:3.0.4"
"@types/stream-buffers@npm:^3.0.7":
version: 3.0.7
resolution: "@types/stream-buffers@npm:3.0.7"
dependencies:
"@types/node": "*"
checksum: 5b432b2bf963d612747b79ac317562888236d6a9ea14414fb055c24e7be9643b5e3c7b7470841fa82802aa1c1c0d752a4ba935bbc0cfb12de6b89f7e1dadee92
checksum: b5cf12f69ba866035207e2313bd795166c30ca18329b8c07a96ec5e30d702a0c23b12fa789c7ebc3a08091ea01eca8db84203c93b6823e7477df016a49540f84
languageName: node
linkType: hard

Expand Down Expand Up @@ -2217,7 +2217,7 @@ __metadata:
dependencies:
"@types/jest": ^29.5.4
"@types/node": ^18.16.3
"@types/stream-buffers": ^3.0.4
"@types/stream-buffers": ^3.0.7
child_process: ^1.0.2
cloudbuild-task-contracts: "workspace:cloudbuild-task-contracts"
jest: ^29.6.4
Expand Down
Loading