Skip to content

Commit bdd4999

Browse files
authored
update query-string (#1319)
1 parent 8f4e74e commit bdd4999

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.changeset/four-trainers-fly.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'spectacle': patch
3+
---
4+
5+
security update: update query-string to fix decode-uri-component vulnerability in 0.2.0

examples/one-page/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"mdast-zone": "https://esm.sh/v121/mdast-zone@^[email protected]",
2323
"merge-anything": "https://esm.sh/v121/merge-anything@^[email protected]",
2424
"mousetrap": "https://esm.sh/v121/mousetrap@^[email protected]",
25-
"query-string": "https://esm.sh/v121/query-string@^7.1.1[email protected]",
25+
"query-string": "https://esm.sh/v121/query-string@^7.1.3[email protected]",
2626
"react": "https://esm.sh/v121/[email protected][email protected]",
2727
"react/jsx-runtime": "https://esm.sh/v121/[email protected]/[email protected]",
2828
"react-dom": "https://esm.sh/v121/react-dom@>[email protected]",

packages/spectacle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"mdast-zone": "^4.0.0",
2525
"merge-anything": "^3.0.3",
2626
"mousetrap": "^1.6.5",
27-
"query-string": "^7.1.1",
27+
"query-string": "^7.1.3",
2828
"react-fast-compare": "^3.2.0",
2929
"react-is": "^18.1.0",
3030
"react-spring": "^9.5.5",

pnpm-lock.yaml

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)