fix(deps): update dependency qs to v6.11.0

This commit is contained in:
renovate[bot]
2022-06-27 05:59:02 +00:00
parent c84268c32e
commit d22366b63a
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -34,7 +34,7 @@
"mobx-react-lite": "3.4.0",
"mobx-stored": "1.1.0",
"promise-retry": "2.0.1",
"qs": "6.10.5",
"qs": "6.11.0",
"react": "17.0.2",
"react-app-polyfill": "3.0.0",
"react-cool-dimensions": "2.0.7",
@@ -26856,9 +26856,9 @@
}
},
"node_modules/qs": {
"version": "6.10.5",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz",
"integrity": "sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==",
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
"integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
"dependencies": {
"side-channel": "^1.0.4"
},
@@ -54513,9 +54513,9 @@
"dev": true
},
"qs": {
"version": "6.10.5",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz",
"integrity": "sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==",
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
"integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
"requires": {
"side-channel": "^1.0.4"
}

View File

@@ -33,7 +33,7 @@
"mobx-react-lite": "3.4.0",
"mobx-stored": "1.1.0",
"promise-retry": "2.0.1",
"qs": "6.10.5",
"qs": "6.11.0",
"react": "17.0.2",
"react-app-polyfill": "3.0.0",
"react-cool-dimensions": "2.0.7",