build(deps): bump qs from 6.10.2 to 6.10.3 in /app/vmui/packages/vmui (#2072)

Bumps [qs](https://github.com/ljharb/qs) from 6.10.2 to 6.10.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.10.2...v6.10.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:production
  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] 2022-01-17 09:52:30 +03:00 committed by GitHub
parent 1bdc71d917
commit fc76ecde13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@
"lodash.throttle": "^4.1.1", "lodash.throttle": "^4.1.1",
"numeral": "^2.0.6", "numeral": "^2.0.6",
"preact": "^10.6.4", "preact": "^10.6.4",
"qs": "^6.10.2", "qs": "^6.10.3",
"typescript": "~4.5.4", "typescript": "~4.5.4",
"uplot": "^1.6.18", "uplot": "^1.6.18",
"web-vitals": "^2.1.3" "web-vitals": "^2.1.3"
@ -15509,9 +15509,9 @@
} }
}, },
"node_modules/qs": { "node_modules/qs": {
"version": "6.10.2", "version": "6.10.3",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.2.tgz", "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz",
"integrity": "sha512-mSIdjzqznWgfd4pMii7sHtaYF8rx8861hBO80SraY5GT0XQibWZWJSid0avzHGkDIZLImux2S5mXO0Hfct2QCw==", "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
"dependencies": { "dependencies": {
"side-channel": "^1.0.4" "side-channel": "^1.0.4"
}, },
@ -30759,9 +30759,9 @@
"peer": true "peer": true
}, },
"qs": { "qs": {
"version": "6.10.2", "version": "6.10.3",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.2.tgz", "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz",
"integrity": "sha512-mSIdjzqznWgfd4pMii7sHtaYF8rx8861hBO80SraY5GT0XQibWZWJSid0avzHGkDIZLImux2S5mXO0Hfct2QCw==", "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
"requires": { "requires": {
"side-channel": "^1.0.4" "side-channel": "^1.0.4"
} }

View file

@ -29,7 +29,7 @@
"lodash.throttle": "^4.1.1", "lodash.throttle": "^4.1.1",
"numeral": "^2.0.6", "numeral": "^2.0.6",
"preact": "^10.6.4", "preact": "^10.6.4",
"qs": "^6.10.2", "qs": "^6.10.3",
"typescript": "~4.5.4", "typescript": "~4.5.4",
"uplot": "^1.6.18", "uplot": "^1.6.18",
"web-vitals": "^2.1.3" "web-vitals": "^2.1.3"