Add 'qs' dependency

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-27 02:06:37 +04:00
parent 4616fe2e2b
commit 76ed801518
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
"dependencies": { "dependencies": {
"knex": "<0.20.0", "knex": "<0.20.0",
"nodemailer": "^6.6.1", "nodemailer": "^6.6.1",
"qs": "^6.10.3",
"slugify": "^1.4.6", "slugify": "^1.4.6",
"sqlite3": "latest", "sqlite3": "latest",
"strapi": "3.6.7", "strapi": "3.6.7",
+7
View File
@@ -8487,6 +8487,13 @@ qs@6.7.0:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
qs@^6.10.3:
version "6.10.3"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e"
integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==
dependencies:
side-channel "^1.0.4"
qs@^6.4.0, qs@^6.9.3, qs@^6.9.4: qs@^6.4.0, qs@^6.9.3, qs@^6.9.4:
version "6.9.4" version "6.9.4"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687" resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687"