From 31531243f6c01cf6de8ca7a19f3cd9daeea6248e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 23:26:05 +0000 Subject: [PATCH] :arrow_up: Bump qs from 6.9.4 to 6.9.7 in /functions/tenor-gif Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.9.7. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.9.4...v6.9.7) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- functions/tenor-gif/package-lock.json | 6 +++--- functions/tenor-gif/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/tenor-gif/package-lock.json b/functions/tenor-gif/package-lock.json index 44ae7ca..5d39e99 100644 --- a/functions/tenor-gif/package-lock.json +++ b/functions/tenor-gif/package-lock.json @@ -18,9 +18,9 @@ "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==" }, "qs": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", - "integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==" + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==" } } } diff --git a/functions/tenor-gif/package.json b/functions/tenor-gif/package.json index 9567be1..c71c2c9 100644 --- a/functions/tenor-gif/package.json +++ b/functions/tenor-gif/package.json @@ -16,6 +16,6 @@ "license": "MIT", "dependencies": { "axios": "^0.21.2", - "qs": "^6.7.0" + "qs": "^6.9.7" } }