Skip to content

Commit f08e4c0

Browse files
committed
fix(packages): Bump @google-cloud/storage to 7.17.2
- Updated in `packages/gcp-task-runner` and root package dependencies. - Ensures compatibility with the latest version.
1 parent 66f4d0f commit f08e4c0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"yargs": "^17.7.2"
4747
},
4848
"devDependencies": {
49-
"@google-cloud/storage": "^7.17.0",
49+
"@google-cloud/storage": "^7.17.2",
5050
"@jamesives/github-pages-deploy-action": "^4.7.3",
5151
"@jscutlery/semver": "^5.7.1",
5252
"@nx/eslint-plugin": "21.4.1",

packages/gcp-task-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "9.0.2",
44
"main": "src/index.js",
55
"dependencies": {
6-
"@google-cloud/storage": "7.17.0"
6+
"@google-cloud/storage": "7.17.2"
77
},
88
"peerDependencies": {
99
"@nx/devkit": "^21.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4641,9 +4641,9 @@ __metadata:
46414641
languageName: node
46424642
linkType: hard
46434643

4644-
"@google-cloud/storage@npm:7.17.0, @google-cloud/storage@npm:^7.17.0":
4645-
version: 7.17.0
4646-
resolution: "@google-cloud/storage@npm:7.17.0"
4644+
"@google-cloud/storage@npm:7.17.2, @google-cloud/storage@npm:^7.17.2":
4645+
version: 7.17.2
4646+
resolution: "@google-cloud/storage@npm:7.17.2"
46474647
dependencies:
46484648
"@google-cloud/paginator": "npm:^5.0.0"
46494649
"@google-cloud/projectify": "npm:^4.0.0"
@@ -4660,7 +4660,7 @@ __metadata:
46604660
retry-request: "npm:^7.0.0"
46614661
teeny-request: "npm:^9.0.0"
46624662
uuid: "npm:^8.0.0"
4663-
checksum: 10/882514c12994c60fba4f2759c656ce264d45fbc046f364ba9d23794444ff4b32cb40425f1c73df48549ac072d7ed8d450b2118cf0016b48e46d1dc1c8632157e
4663+
checksum: 10/b35b456cb4a5a9ed39559c9a146b7e7f3000d5601ca8c628f3b85d11ee207b12fb65b8aa1bc5ab87f956d3bccba493889fe6c8e2566f79802760ce674557c011
46644664
languageName: node
46654665
linkType: hard
46664666

@@ -6377,7 +6377,7 @@ __metadata:
63776377
version: 0.0.0-use.local
63786378
resolution: "@nx-extend/gcp-task-runner@workspace:packages/gcp-task-runner"
63796379
dependencies:
6380-
"@google-cloud/storage": "npm:7.17.0"
6380+
"@google-cloud/storage": "npm:7.17.2"
63816381
peerDependencies:
63826382
"@nx/devkit": ^21.0.0
63836383
"@nx/workspace": ^21.0.0
@@ -25544,7 +25544,7 @@ __metadata:
2554425544
resolution: "nx-extend@workspace:."
2554525545
dependencies:
2554625546
"@actions/core": "npm:^1.11.1"
25547-
"@google-cloud/storage": "npm:^7.17.0"
25547+
"@google-cloud/storage": "npm:^7.17.2"
2554825548
"@jamesives/github-pages-deploy-action": "npm:^4.7.3"
2554925549
"@jscutlery/semver": "npm:^5.7.1"
2555025550
"@nx/devkit": "npm:21.4.1"

0 commit comments

Comments
 (0)