Skip to content

Commit dfaf018

Browse files
authored
fix(deps): bump qs to 6.15.0 [DX-748] (#570)
<!-- Thank you for opening a pull request. Please fill in as much of the template below as you're able. Feel free to remove any section you want to skip. --> ## Summary Bump qs dep to most recent version; pin in package.json and ensure new patch version will be released. Replaces #567 ## Description <!-- Describe your changes in detail --> ## Motivation and Context <!-- Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. --> ## PR Checklist - [x] I have read the `CONTRIBUTING.md` file - [x] All commits follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) - [ ] Documentation is updated (if necessary) - [x] PR doesn't contain any sensitive information - [x] There are no breaking changes
1 parent 5dc44f3 commit dfaf018

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"fast-copy": "^3.0.2",
4040
"lodash": "^4.17.23",
4141
"process": "^0.11.10",
42-
"qs": "^6.14.1"
42+
"qs": "^6.15.0"
4343
},
4444
"devDependencies": {
4545
"@rollup/plugin-json": "^6.1.0",

0 commit comments

Comments
 (0)