Skip to content

Commit

Permalink
chore(deps): bump qs and @types/qs
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.13.0
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.11.2...v6.13.0)

Updates `@types/qs` from 6.9.11 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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent c4603ca commit 7862dcd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.2",
"@types/qs": "^6.9.7",
"@types/qs": "^6.9.15",
"@types/react": "^17.0.43",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.0.3",
Expand All @@ -55,7 +55,7 @@
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"moment": "^2.29.4",
"qs": "^6.11.2",
"qs": "^6.13.0",
"react": "^17.0.2",
"react-app-polyfill": "^3.0.0",
"react-beautiful-dnd": "^13.1.1",
Expand Down

0 comments on commit 7862dcd

Please sign in to comment.