Skip to content

Commit c720b82

Browse files
build(deps): bump query-string from 9.2.2 to 9.3.1 in /web/app (#14541)
Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.2.2 to 9.3.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](sindresorhus/query-string@v9.2.2...v9.3.1) --- updated-dependencies: - dependency-name: query-string dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 593be21 commit c720b82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"make-plural": "^7.4.0",
3030
"path": "0.12.7",
3131
"prop-types": "15.8.1",
32-
"query-string": "^9.2.2",
32+
"query-string": "^9.3.1",
3333
"react": "16.14.0",
3434
"react-dom": "16.14.0",
3535
"react-linkify": "1.0.0-alpha",

web/app/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8232,10 +8232,10 @@ query-string@^7.0.0:
82328232
split-on-first "^1.0.0"
82338233
strict-uri-encode "^2.0.0"
82348234

8235-
query-string@^9.2.2:
8236-
version "9.2.2"
8237-
resolved "https://registry.yarnpkg.com/query-string/-/query-string-9.2.2.tgz#a0104824edfdd2c1db2f18af71cef7abf6a3b20f"
8238-
integrity sha512-pDSIZJ9sFuOp6VnD+5IkakSVf+rICAuuU88Hcsr6AKL0QtxSIfVuKiVP2oahFI7tk3CRSexwV+Ya6MOoTxzg9g==
8235+
query-string@^9.3.1:
8236+
version "9.3.1"
8237+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-9.3.1.tgz#d0c93e6c7fb7c17bdf04aa09e382114580ede270"
8238+
integrity sha512-5fBfMOcDi5SA9qj5jZhWAcTtDfKF5WFdd2uD9nVNlbxVv1baq65aALy6qofpNEGELHvisjjasxQp7BlM9gvMzw==
82398239
dependencies:
82408240
decode-uri-component "^0.4.1"
82418241
filter-obj "^5.1.0"

0 commit comments

Comments
 (0)