From f8fd35441564e30fddd2bd98c8e62b14c34536cc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 20:52:13 +0000 Subject: [PATCH] Bump query-string from 6.11.1 to 6.13.7 Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.11.1 to 6.13.7. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v6.11.1...v6.13.7) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 922e081..14e2ea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2188,9 +2188,9 @@ "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" }, "query-string": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.11.1.tgz", - "integrity": "sha512-1ZvJOUl8ifkkBxu2ByVM/8GijMIPx+cef7u3yroO3Ogm4DOdZcF5dcrWTIlSHe3Pg/mtlt6/eFjObDfJureZZA==", + "version": "6.13.7", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.7.tgz", + "integrity": "sha512-CsGs8ZYb39zu0WLkeOhe0NMePqgYdAuCqxOYKDR5LVCytDZYMGx3Bb+xypvQvPHVPijRXB0HZNFllCzHRe4gEA==", "requires": { "decode-uri-component": "^0.2.0", "split-on-first": "^1.0.0", diff --git a/package.json b/package.json index efe96fe..b7f5ed1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "node-fetch": "^2.6.0", "node-opus": "^0.3.3", "omdbapi": "^3.0.0", - "query-string": "^6.11.1", + "query-string": "^6.13.7", "r2": "^2.0.1", "request": "^2.88.2", "simple-youtube-api": "^5.2.1",