Skip to content

Commit

Permalink
Bump qs and @types/qs (#2353)
Browse files Browse the repository at this point in the history
Bumps [qs](https://github.com/ljharb/qs) and [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs). These dependencies needed to be updated together.

Updates `qs` from 6.11.2 to 6.12.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.11.2...v6.12.1)

Updates `@types/qs` from 6.9.7 to 6.9.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/qs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored May 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 71cd771 commit f5dbf53
Showing 4 changed files with 123 additions and 46 deletions.
159 changes: 118 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
"lodash": "4.17.21",
"match-sorter": "6.3.1",
"moment": "2.29.4",
"qs": "6.11.2",
"qs": "6.12.1",
"overlayscrollbars": "1.13.3",
"overlayscrollbars-react": "0.3.0",
"react-dropzone": "14.2.3",
@@ -85,7 +85,7 @@
"@types/isomorphic-fetch": "0.0.36",
"@types/jest": "29.5.3",
"@types/lodash": "4.14.197",
"@types/qs": "6.9.7",
"@types/qs": "6.9.15",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"@types/isomorphic-fetch": "0.0.36",
"@types/jest": "29.5.3",
"@types/lodash": "4.14.197",
"@types/qs": "6.9.7",
"@types/qs": "6.9.15",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
4 changes: 2 additions & 2 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"lodash": "4.17.21",
"match-sorter": "6.3.1",
"moment": "2.29.4",
"qs": "6.11.2",
"qs": "6.12.1",
"react-dropzone": "14.2.3",
"react-hook-form": "7.45.4",
"react-redux": "8.1.2",
@@ -72,7 +72,7 @@
"@types/isomorphic-fetch": "0.0.36",
"@types/jest": "29.5.3",
"@types/lodash": "4.14.197",
"@types/qs": "6.9.7",
"@types/qs": "6.9.15",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",

0 comments on commit f5dbf53

Please sign in to comment.