Skip to content

Commit

Permalink
fix: upgrade qs from 6.11.1 to 6.11.2 (#107)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade qs from 6.11.1 to 6.11.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/ramgrandhi/project/2d29e7ed-6731-4fcd-9b67-a24851328560?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
ramgrandhi and snyk-bot committed Nov 15, 2023
1 parent 3d8162e commit 24db847
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"fs": "^0.0.2",
"https": "^1.0.0",
"jest": "^26.6.3",
"qs": "^6.11.1",
"qs": "^6.11.2",
"release": "^6.3.0",
"serverless": "^1.75.1",
"serverless-deployment-bucket": "^1.4.1",
Expand All @@ -66,7 +66,7 @@
"fs": "^0.0.2",
"https": "^1.0.0",
"semver": "^7.4.0",
"qs": "^6.11.1",
"qs": "^6.11.2",
"split-ca": "^1.0.1",
"swagger-parser": "^10.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6344,10 +6344,10 @@ punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

qs@^6.11.1:
version "6.11.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.1.tgz#6c29dff97f0c0060765911ba65cbc9764186109f"
integrity sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==
qs@^6.11.2:
version "6.11.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
dependencies:
side-channel "^1.0.4"

Expand Down

0 comments on commit 24db847

Please sign in to comment.