Skip to content

Commit

Permalink
chore(deps): update dependency qs to ^6.13.0 (#5764)
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 |
|---|---|---|---|---|---|
| [qs](https://togithub.com/ljharb/qs) | [`^6.12.1` ->
`^6.13.0`](https://renovatebot.com/diffs/npm/qs/6.12.1/6.13.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/qs/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/qs/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/qs/6.12.1/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/qs/6.12.1/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ljharb/qs (qs)</summary>

###
[`v6.13.0`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6130)

[Compare
Source](https://togithub.com/ljharb/qs/compare/v6.12.3...v6.13.0)

- \[New] `parse`: add `strictDepth` option
([#&#8203;511](https://togithub.com/ljharb/qs/issues/511))
-   \[Tests] use `npm audit` instead of `aud`

###
[`v6.12.3`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6123)

[Compare
Source](https://togithub.com/ljharb/qs/compare/v6.12.2...v6.12.3)

- \[Fix] `parse`: properly account for `strictNullHandling` when
`allowEmptyArrays`
-   \[meta] fix changelog indentation

###
[`v6.12.2`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6122)

[Compare
Source](https://togithub.com/ljharb/qs/compare/v6.12.1...v6.12.2)

- \[Fix] `parse`: parse encoded square brackets
([#&#8203;506](https://togithub.com/ljharb/qs/issues/506))
-   \[readme] add CII best practices badge

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 608fcac commit e68bf06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
"minimatch": "^3.1.2",
"web3": "1.10.4",
"events": "^3.3.0",
"qs": "^6.12.1",
"qs": "^6.13.0",
"flat": "^5.0.2",
"crypto-js": "^4.2.0",
"browserify-sign": "^4.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14988,10 +14988,10 @@ qrcode@^1.5.1, qrcode@^1.5.4:
pngjs "^5.0.0"
yargs "^15.3.1"

[email protected], qs@^6.12.1, qs@^6.9.4, qs@~6.5.2:
version "6.12.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a"
integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==
[email protected], qs@^6.13.0, qs@^6.9.4, qs@~6.5.2:
version "6.13.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
dependencies:
side-channel "^1.0.6"

Expand Down

0 comments on commit e68bf06

Please sign in to comment.