build(deps-dev): Bump qs from 6.11.1 to 6.11.2 (#1541)

Bumps [qs](https://github.com/ljharb/qs) from 6.11.1 to 6.11.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.11.1...v6.11.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-16 21:59:55 +00:00 committed by GitHub
parent a4efdc0e1e
commit 2d92b785a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -63,7 +63,7 @@
"node-fetch": "2.6.9",
"prettier": "2.8.8",
"puppeteer": "19.11.1",
"qs": "6.11.1",
"qs": "6.11.2",
"rimraf": "5.0.0",
"rollup": "3.20.2",
"rollup-plugin-terser": "7.0.2",
@ -14014,9 +14014,9 @@
]
},
"node_modules/qs": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz",
"integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==",
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
"integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
"dev": true,
"dependencies": {
"side-channel": "^1.0.4"

View File

@ -111,7 +111,7 @@
"node-fetch": "2.6.9",
"prettier": "2.8.8",
"puppeteer": "19.11.1",
"qs": "6.11.1",
"qs": "6.11.2",
"rimraf": "5.0.0",
"rollup": "3.20.2",
"rollup-plugin-terser": "7.0.2",