Bump qs from 6.12.1 to 6.12.2 (#2208)

Bumps [qs](https://github.com/ljharb/qs) from 6.12.1 to 6.12.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.12.1...v6.12.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] 2024-07-01 21:28:49 +00:00 committed by GitHub
parent b74e356603
commit e46409225b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -64,7 +64,7 @@
"node-fetch": "2.7.0",
"prettier": "3.3.2",
"puppeteer": "22.12.1",
"qs": "6.12.1",
"qs": "6.12.2",
"rimraf": "5.0.7",
"rollup": "4.14.0",
"rxjs": "7.8.1",
@ -14765,9 +14765,9 @@
]
},
"node_modules/qs": {
"version": "6.12.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.12.1.tgz",
"integrity": "sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==",
"version": "6.12.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.12.2.tgz",
"integrity": "sha512-x+NLUpx9SYrcwXtX7ob1gnkSems4i/mGZX5SlYxwIau6RrUSODO89TR/XDGGpn5RPWSYIB+aSfuSlV5+CmbTBg==",
"dev": true,
"dependencies": {
"side-channel": "^1.0.6"

View File

@ -112,7 +112,7 @@
"node-fetch": "2.7.0",
"prettier": "3.3.2",
"puppeteer": "22.12.1",
"qs": "6.12.1",
"qs": "6.12.2",
"rimraf": "5.0.7",
"rollup": "4.14.0",
"rxjs": "7.8.1",