[PR #1114] [MERGED] build(deps): bump @google-cloud/storage from 6.9.4 to 6.9.5 in /examples/node #1206

Closed
opened 2026-03-03 12:33:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1114
Author: @dependabot[bot]
Created: 3/30/2023
Status: Merged
Merged: 3/30/2023
Merged by: @fsouza

Base: mainHead: dependabot/npm_and_yarn/examples/node/google-cloud/storage-6.9.5


📝 Commits (1)

  • 65025a2 build(deps): bump @google-cloud/storage in /examples/node

📊 Changes

2 files changed (+10 additions, -10 deletions)

View changed files

📝 examples/node/package-lock.json (+9 -9)
📝 examples/node/package.json (+1 -1)

📄 Description

Bumps @google-cloud/storage from 6.9.4 to 6.9.5.

Release notes

Sourced from @​google-cloud/storage's releases.

v6.9.5

6.9.5 (2023-03-30)

Bug Fixes

  • Check that err.message is a string before attempting indexOf (#2173) (130818d)
  • V4 Signing Errors with exactly 7 day expiry (#2170) (f930998)
Changelog

Sourced from @​google-cloud/storage's changelog.

6.9.5 (2023-03-30)

Bug Fixes

  • Check that err.message is a string before attempting indexOf (#2173) (130818d)
  • V4 Signing Errors with exactly 7 day expiry (#2170) (f930998)
Commits
  • be0c410 chore(main): release 6.9.5 (#2174)
  • f930998 fix: v4 Signing Errors with exactly 7 day expiry (#2170)
  • 130818d fix: check that err.message is a string before attempting indexOf (#2173)
  • 7dbad91 test: update signed url json, update testbench docker image version, fix hand...
  • 2c967f6 test: fix performance test output, remove CSV (no longer required) (#2166)
  • d05234e chore: store nodejs build artifacts in placer (#2164)
  • 6f58201 test: do not force a directory delete for performance tests (#2163)
  • 0501127 test: add ranged read test, performance test code cleanups (#2161)
  • 6b8a848 docs: mark acl.get entity param as required (#2160)
  • d518616 chore: remove usage of deprecated substr (#2157)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1114 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/30/2023 **Status:** ✅ Merged **Merged:** 3/30/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/examples/node/google-cloud/storage-6.9.5` --- ### 📝 Commits (1) - [`65025a2`](https://github.com/fsouza/fake-gcs-server/commit/65025a2869dd7cd91cbf2b49ee3ea753b207a45d) build(deps): bump @google-cloud/storage in /examples/node ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `examples/node/package-lock.json` (+9 -9) 📝 `examples/node/package.json` (+1 -1) </details> ### 📄 Description Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 6.9.4 to 6.9.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/nodejs-storage/releases"><code>@​google-cloud/storage</code>'s releases</a>.</em></p> <blockquote> <h2>v6.9.5</h2> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v6.9.4...v6.9.5">6.9.5</a> (2023-03-30)</h2> <h3>Bug Fixes</h3> <ul> <li>Check that err.message is a string before attempting indexOf (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2173">#2173</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/130818d291a0004e5d36e5ee72a8c0687b9db181">130818d</a>)</li> <li>V4 Signing Errors with exactly 7 day expiry (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2170">#2170</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/f9309985d130a574dd23ecf7b6fb5b58b01d42a0">f930998</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md"><code>@​google-cloud/storage</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v6.9.4...v6.9.5">6.9.5</a> (2023-03-30)</h2> <h3>Bug Fixes</h3> <ul> <li>Check that err.message is a string before attempting indexOf (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2173">#2173</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/130818d291a0004e5d36e5ee72a8c0687b9db181">130818d</a>)</li> <li>V4 Signing Errors with exactly 7 day expiry (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2170">#2170</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/f9309985d130a574dd23ecf7b6fb5b58b01d42a0">f930998</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/nodejs-storage/commit/be0c410ebfa25e0590d5897fed737215c57c7cf4"><code>be0c410</code></a> chore(main): release 6.9.5 (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2174">#2174</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/f9309985d130a574dd23ecf7b6fb5b58b01d42a0"><code>f930998</code></a> fix: v4 Signing Errors with exactly 7 day expiry (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2170">#2170</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/130818d291a0004e5d36e5ee72a8c0687b9db181"><code>130818d</code></a> fix: check that err.message is a string before attempting indexOf (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2173">#2173</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/7dbad91d656ca803d95dd8a8a542170749f7bad5"><code>7dbad91</code></a> test: update signed url json, update testbench docker image version, fix hand...</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/2c967f6bee97f0f1a271de23c380c545dde532fc"><code>2c967f6</code></a> test: fix performance test output, remove CSV (no longer required) (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2166">#2166</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/d05234ef45fbfab6e08f0149c0952fb511f72ae4"><code>d05234e</code></a> chore: store nodejs build artifacts in placer (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2164">#2164</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/6f582019a45f70e0052bbb71c9279f853269e000"><code>6f58201</code></a> test: do not force a directory delete for performance tests (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2163">#2163</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/0501127f14deb7403676c93fcb53eb302fe618b7"><code>0501127</code></a> test: add ranged read test, performance test code cleanups (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2161">#2161</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/6b8a84875cdbbd7fa0e6c8b5cea3243939b3df19"><code>6b8a848</code></a> docs: mark acl.get entity param as required (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2160">#2160</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/d51861629c55134b3a553a1c645d80a95a03ee97"><code>d518616</code></a> chore: remove usage of deprecated substr (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2157">#2157</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/nodejs-storage/compare/v6.9.4...v6.9.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@google-cloud/storage&package-manager=npm_and_yarn&previous-version=6.9.4&new-version=6.9.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:33:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1206
No description provided.