Skip to content

Commit

Permalink
fix(deps): pin dependency qs to 6.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and Jabster28 committed Aug 16, 2020
1 parent f89806f commit 29b9ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"axios": "0.19.2",
"core-js": "3.6.5",
"plyr": "3.6.2",
"qs": "^6.9.4",
"qs": "6.9.4",
"quasar": "1.12.13",
"vue-i18n": "8.21.0"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10761,7 +10761,7 @@ qs@6.7.0:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==

qs@^6.9.4:
qs@6.9.4:
version "6.9.4"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687"
integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==
Expand Down

0 comments on commit 29b9ab0

Please sign in to comment.