build(deps): update dependency query-string to v7.1.0 (#2772)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Clément Michaud <clement.michaud34@gmail.com> Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/2776/head^2
parent
5e4738beec
commit
03caebaad0
|
@ -13,7 +13,7 @@
|
|||
"axios": "0.24.0",
|
||||
"classnames": "2.3.1",
|
||||
"qrcode.react": "1.0.1",
|
||||
"query-string": "7.0.1",
|
||||
"query-string": "7.1.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react-ga": "3.3.0",
|
||||
|
|
|
@ -38,7 +38,7 @@ specifiers:
|
|||
jest-watch-typeahead: 1.0.0
|
||||
prettier: 2.5.1
|
||||
qrcode.react: 1.0.1
|
||||
query-string: 7.0.1
|
||||
query-string: 7.1.0
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2
|
||||
react-ga: 3.3.0
|
||||
|
@ -65,7 +65,7 @@ dependencies:
|
|||
axios: 0.24.0
|
||||
classnames: 2.3.1
|
||||
qrcode.react: 1.0.1_react@17.0.2
|
||||
query-string: 7.0.1
|
||||
query-string: 7.1.0
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
react-ga: 3.3.0_react@17.0.2
|
||||
|
@ -6853,8 +6853,8 @@ packages:
|
|||
react: 17.0.2
|
||||
dev: false
|
||||
|
||||
/query-string/7.0.1:
|
||||
resolution: {integrity: sha512-uIw3iRvHnk9to1blJCG3BTc+Ro56CBowJXKmNNAm3RulvPBzWLRqKSiiDk+IplJhsydwtuNMHi8UGQFcCLVfkA==}
|
||||
/query-string/7.1.0:
|
||||
resolution: {integrity: sha512-wnJ8covk+S9isYR5JIXPt93kFUmI2fQ4R/8130fuq+qwLiGVTurg7Klodgfw4NSz/oe7xnyi09y3lSrogUeM3g==}
|
||||
engines: {node: '>=6'}
|
||||
dependencies:
|
||||
decode-uri-component: 0.2.0
|
||||
|
|
Loading…
Reference in New Issue