Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade qs from 6.12.1 to 6.13.1 #1086

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade qs from 6.12.1 to 6.13.1
Snyk has created this PR to upgrade qs from 6.12.1 to 6.13.1.

See this package in yarn:
qs

See this project in Snyk:
https://app.snyk.io/org/bs-sry/project/eca5ae63-fcc0-4b2d-b5f0-256867b96469?utm_source=github&utm_medium=referral&page=upgrade-pr
snyk-bot committed Dec 18, 2024

Verified

This commit was signed with the committer’s verified signature.
m4tx Mateusz Maćkowski
commit 3deb924ccd8d7d17bb8ad7c420d2e6f386a069e1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@
"dependencies": {
"@percy/cli-command": "^1.28.5",
"cross-spawn": "^7.0.3",
"qs": "^6.11.0"
"qs": "^6.13.1"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
@@ -6247,13 +6247,20 @@ qs@6.11.0:
dependencies:
side-channel "^1.0.4"

qs@^6.10.0, qs@^6.11.0, qs@^6.11.2:
qs@^6.10.0, qs@^6.11.2:
version "6.12.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a"
integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==
dependencies:
side-channel "^1.0.6"

qs@^6.13.1:
version "6.13.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.1.tgz#3ce5fc72bd3a8171b85c99b93c65dd20b7d1b16e"
integrity sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==
dependencies:
side-channel "^1.0.6"

queue-microtask@^1.2.2:
version "1.2.3"
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"