Skip to content

Commit

Permalink
Bump qs from 5.2.1 to 6.0.4 in /simple_api
Browse files Browse the repository at this point in the history
Bumps [qs](https://github.com/ljharb/qs) from 5.2.1 to 6.0.4.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/master/CHANGELOG.md)
- [Commits](ljharb/qs@v5.2.1...v6.0.4)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2020
1 parent fe3f2eb commit f7b924b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion simple_api/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"body-parser": "^1.14.1",
"core-js": "^0.9.6",
"object-assign": "4.0.1",
"qs": "^5.2.0",
"qs": "^6.0.4",
"express": "^4.13.3"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions simple_api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==

qs@^5.2.0:
version "5.2.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-5.2.1.tgz#801fee030e0b9450d6385adc48a4cc55b44aedfc"
integrity sha1-gB/uAw4LlFDWOFrcSKTMVbRK7fw=
qs@^6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.0.4.tgz#51019d84720c939b82737e84556a782338ecea7b"
integrity sha1-UQGdhHIMk5uCc36EVWp4Izjs6ns=

range-parser@~1.2.1:
version "1.2.1"
Expand Down

0 comments on commit f7b924b

Please sign in to comment.