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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"mdast-zone": "https://esm.sh/v121/mdast-zone@^4.0.0?deps=react@18.2.0",
2323
"merge-anything": "https://esm.sh/v121/merge-anything@^3.0.3?deps=react@18.2.0",
2424
"mousetrap": "https://esm.sh/v121/mousetrap@^1.6.5?deps=react@18.2.0",
25-
"query-string": "https://esm.sh/v121/query-string@^7.1.1?deps=react@18.2.0",
25+
"query-string": "https://esm.sh/v121/query-string@^7.1.3?deps=react@18.2.0",
2626
"react": "https://esm.sh/v121/react@18.2.0?deps=react@18.2.0",
2727
"react/jsx-runtime": "https://esm.sh/v121/react@18.2.0/jsx-runtime?deps=react@18.2.0",
2828
"react-dom": "https://esm.sh/v121/react-dom@>=18.0.0?deps=react@18.2.0",

packages/spectacle/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)