Skip to content

Commit 409dc9f

Browse files
chore(deps): bump query-string from 9.2.0 to 9.2.2 (#1156)
Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.2.0 to 9.2.2. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](sindresorhus/query-string@v9.2.0...v9.2.2) --- updated-dependencies: - dependency-name: query-string dependency-version: 9.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d099815 commit 409dc9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"monaco-editor": "^0.52.0",
3434
"playwright": "^1.54.2",
3535
"prop-types": "^15.7.2",
36-
"query-string": "^9.2.0",
36+
"query-string": "^9.2.2",
3737
"react": "18.3.1",
3838
"react-dom": "18.3.1",
3939
"react-github-button": "^0.1.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11227,10 +11227,10 @@ query-string@^6.14.1:
1122711227
split-on-first "^1.0.0"
1122811228
strict-uri-encode "^2.0.0"
1122911229

11230-
query-string@^9.2.0:
11231-
version "9.2.0"
11232-
resolved "https://registry.yarnpkg.com/query-string/-/query-string-9.2.0.tgz#bf9909412689117865aac4e05c10422c4839828f"
11233-
integrity sha512-YIRhrHujoQxhexwRLxfy3VSjOXmvZRd2nyw1PwL1UUqZ/ys1dEZd1+NSgXkne2l/4X/7OXkigEAuhTX0g/ivJQ==
11230+
query-string@^9.2.2:
11231+
version "9.2.2"
11232+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-9.2.2.tgz#a0104824edfdd2c1db2f18af71cef7abf6a3b20f"
11233+
integrity sha512-pDSIZJ9sFuOp6VnD+5IkakSVf+rICAuuU88Hcsr6AKL0QtxSIfVuKiVP2oahFI7tk3CRSexwV+Ya6MOoTxzg9g==
1123411234
dependencies:
1123511235
decode-uri-component "^0.4.1"
1123611236
filter-obj "^5.1.0"

0 commit comments

Comments
 (0)