Skip to content

Commit

Permalink
chore(deps): update dependency sinon to v18 (#5365)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sinon](https://sinonjs.org/) ([source](https://togithub.com/sinonjs/sinon)) | [`^17.0.0` -> `^18.0.0`](https://renovatebot.com/diffs/npm/sinon/17.0.1/18.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sinon/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sinon/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sinon/17.0.1/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sinon/17.0.1/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>sinonjs/sinon (sinon)</summary>

### [`v18.0.0`](https://togithub.com/sinonjs/sinon/compare/v17.0.2...v18.0.0)

[Compare Source](https://togithub.com/sinonjs/sinon/compare/v17.0.2...v18.0.0)

### [`v17.0.2`](https://togithub.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1702)

[Compare Source](https://togithub.com/sinonjs/sinon/compare/v17.0.1...v17.0.2)

-   [`f6dca0ba`](https://togithub.com/sinonjs/sinon/commit/f6dca0bac3f228fa917165eca8815d5e2b8a6793)
    upgrade packages ([#&#8203;2595](https://togithub.com/sinonjs/sinon/issues/2595)) (Carl-Erik Kopseng)
-   [`5025d001`](https://togithub.com/sinonjs/sinon/commit/5025d001401091fd2086cfa2ec69e40cc0da9b65)
    Avoid return and callArg\* clearing each other's state ([#&#8203;2593](https://togithub.com/sinonjs/sinon/issues/2593)) (Carl-Erik Kopseng)
    > -   Partially revert "fix returns does not override call through ([#&#8203;2567](https://togithub.com/sinonjs/sinon/issues/2567))"
    >
    > <!---->
    >
    > -   revert to the old manual clearing of props
-   [`ed068a88`](https://togithub.com/sinonjs/sinon/commit/ed068a886fa37cbd5f886d355824debd69aa1b16)
    Bump ip from 1.1.8 to 1.1.9 ([#&#8203;2587](https://togithub.com/sinonjs/sinon/issues/2587)) (dependabot\[bot])
-   [`ec4d592e`](https://togithub.com/sinonjs/sinon/commit/ec4d592ee4faf87d7e592c4b99b3e6fec99105c8)
    fix [#&#8203;2589](https://togithub.com/sinonjs/sinon/issues/2589): avoid invoking getter as side-effect ([#&#8203;2592](https://togithub.com/sinonjs/sinon/issues/2592)) (Carl-Erik Kopseng)
-   [`9972e1e3`](https://togithub.com/sinonjs/sinon/commit/9972e1e3997198ff7f403ca5c000187f890f1699)
    Fix typo in mocks documentation ([#&#8203;2591](https://togithub.com/sinonjs/sinon/issues/2591)) (Eduardo de la Cruz Palacios)
-   [`52e6e4c5`](https://togithub.com/sinonjs/sinon/commit/52e6e4c540d8d0b95727c9bbde8328f6692a6675)
    chore: prefer cache option of setup-node (Morgan Roderick)
-   [`08da1235`](https://togithub.com/sinonjs/sinon/commit/08da123555dc4ee4866720c925215dca4d3c799b)
    Bump actions/cache from 3 to 4 (dependabot\[bot])
-   [`404ef47e`](https://togithub.com/sinonjs/sinon/commit/404ef47e1119c7b8229e9d6a3c6ae9a912305d1f)
    Bump nokogiri from 1.14.3 to 1.16.2 (dependabot\[bot])
-   [`fd79612c`](https://togithub.com/sinonjs/sinon/commit/fd79612c3324bf3264533baa7159bb1722dd9788)
    Update Bug_report.md (Carl-Erik Kopseng)
-   [`1fbc812a`](https://togithub.com/sinonjs/sinon/commit/1fbc812a9f3351f55a06758bdc8b1a053135d826)
    Re-add about (Carl-Erik Kopseng)
-   [`fc8f6c3e`](https://togithub.com/sinonjs/sinon/commit/fc8f6c3e111473fcb53b2338eb8654b256c06e01)
    Fix formatting :clown: (Carl-Erik Kopseng)
-   [`c57e38ae`](https://togithub.com/sinonjs/sinon/commit/c57e38ae2ec6c466f83c4e38e85d3d324f72bb13)
    Remove old template (Carl-Erik Kopseng)
-   [`754bf7a9`](https://togithub.com/sinonjs/sinon/commit/754bf7a98b54a01472677772c7a34859f483adeb)
    Update Bug_report.md (Carl-Erik Kopseng)
-   [`87eed9d2`](https://togithub.com/sinonjs/sinon/commit/87eed9d255e9493b981494188abd12a9e1d95bf0)
    Fix some typos at code comments ([#&#8203;2581](https://togithub.com/sinonjs/sinon/issues/2581)) (EliyahuMachluf)
-   [`cbae6997`](https://togithub.com/sinonjs/sinon/commit/cbae69978c29d0420fa39d11496bb29b180361b0)
    Link to createStubInstance util.md docs in stubs.md ([#&#8203;2577](https://togithub.com/sinonjs/sinon/issues/2577)) (Daniel Kaplan)
-   [`adcf936d`](https://togithub.com/sinonjs/sinon/commit/adcf936de0e946e2b72a513436c0469319f3da79)
    Fix Mocha watch task by delegating to Node ([#&#8203;2573](https://togithub.com/sinonjs/sinon/issues/2573)) (Carl-Erik Kopseng)
-   [`30ad2372`](https://togithub.com/sinonjs/sinon/commit/30ad23729568d70f865a5e6d323109fd06c7913e)
    prettier:write (Carl-Erik Kopseng)
-   [`45c4d6b9`](https://togithub.com/sinonjs/sinon/commit/45c4d6b9b80841947d6ebc4af5046a11b216d598)
    Remove outdated info from README ([#&#8203;2571](https://togithub.com/sinonjs/sinon/issues/2571)) (Carl-Erik Kopseng)
-   [`6c9f5c2a`](https://togithub.com/sinonjs/sinon/commit/6c9f5c2ade9befeadd6fd7d10232883c147a9f1d)
    Add a notice that the Fake Timers API doc is incomplete ([#&#8203;2570](https://togithub.com/sinonjs/sinon/issues/2570)) (Carl-Erik Kopseng)
-   [`93db3ef3`](https://togithub.com/sinonjs/sinon/commit/93db3ef3b0b49458954eb6e7ed765aa1ea34b21d)
    breaking: Remove sinon.defaultConfig and related modules ([#&#8203;2565](https://togithub.com/sinonjs/sinon/issues/2565)) (Carl-Erik Kopseng)
    > -   breaking: Remove sinon.defaultConfig and related modules
    >
    > default-config and get-config are leftovers from when Sinon
    >
    > shipped with sinon.test (now the independent NPM module
    >
    > 'sinon-test').

*Released by [Carl-Erik Kopseng](https://togithub.com/fatso83) on 2024-05-07.*

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/google-cloud-node).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate-bot committed May 22, 2024
1 parent 0c4c15d commit aed952e
Show file tree
Hide file tree
Showing 180 changed files with 180 additions and 180 deletions.
2 changes: 1 addition & 1 deletion containers/node-bootstrap-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"mocha": "^9.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"snap-shot-it": "^7.9.6"
}
}
2 changes: 1 addition & 1 deletion packages/gapic-node-templating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"gapic-tools": "^0.4.0",
"gts": "^5.0.0",
"mocha": "^9.2.2",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"snap-shot-it": "^7.9.6",
"typescript": "^5.1.6"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-ai-generativelanguage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-analytics-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-analytics-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-api-apikeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-api-cloudquotas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-api-servicecontrol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-api-servicemanagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-api-serviceusage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-appengine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-apps-meet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-area120-tables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-accessapproval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-advisorynotifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-alloydb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-apigateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-apigeeconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-apigeeregistry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mocha": "^10.0.0",
"null-loader": "^4.0.1",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"ts-loader": "^9.1.2",
"typescript": "^5.1.6",
"webpack": "^5.36.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-apphub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-asset"
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-assuredworkloads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"ts-loader": "^9.0.0",
"typescript": "^5.1.6",
"webpack": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-backupdr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-baremetalsolution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^8.4.0",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-beyondcorp-appgateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-analyticshub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-dataexchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^10.0.0",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-datapolicies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-datatransfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mocha": "^10.0.0",
"null-loader": "^4.0.1",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"ts-loader": "^9.1.2",
"typescript": "^5.1.6",
"webpack": "^5.36.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-reservation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-billing-budgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-binaryauthorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"long": "^5.2.3",
"mocha": "^9.2.2",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
Loading

0 comments on commit aed952e

Please sign in to comment.