Skip to content

Commit fccdbbb

Browse files
authored
fix(deps): update dependency arrify to v2.0.1 (#1588)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [arrify](https://redirect.github.com/sindresorhus/arrify) | [`2.0.0` -> `2.0.1`](https://renovatebot.com/diffs/npm/arrify/2.0.0/2.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/arrify/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/arrify/2.0.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/arrify (arrify)</summary> ### [`v2.0.1`](https://redirect.github.com/sindresorhus/arrify/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/sindresorhus/arrify/compare/v2.0.0...v2.0.1) - TypeScript - Fix handling of union types ([#&#8203;11](https://redirect.github.com/sindresorhus/arrify/issues/11)) [`e044bd1`](https://redirect.github.com/sindresorhus/arrify/commit/e044bd1) - TypeScript - Add overload for `ReadonlyArray` ([#&#8203;7](https://redirect.github.com/sindresorhus/arrify/issues/7)) [`f789ce5`](https://redirect.github.com/sindresorhus/arrify/commit/f789ce5) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/nodejs-bigtable). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjQxLjE3LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
1 parent 5bf78a5 commit fccdbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@opentelemetry/sdk-metrics": "^1.30.0",
5959
"@types/long": "^4.0.0",
6060
"abort-controller": "^3.0.0",
61-
"arrify": "2.0.0",
61+
"arrify": "2.0.1",
6262
"concat-stream": "^2.0.0",
6363
"dot-prop": "6.0.0",
6464
"escape-string-regexp": "4.0.0",

0 commit comments

Comments
 (0)