From 3cac3eb8ee68bfcf559198aed601913c13410dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 04:21:26 +0000 Subject: [PATCH] Bump @giphy/js-fetch-api from 2.1.0 to 2.2.2 Bumps @giphy/js-fetch-api from 2.1.0 to 2.2.2. Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5fb011..67bf688 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1291,12 +1291,12 @@ } }, "@giphy/js-fetch-api": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@giphy/js-fetch-api/-/js-fetch-api-2.1.0.tgz", - "integrity": "sha512-I2xXeJrzScawxev1rSk4+zMkVGmjrKiGcY90otXh2Hb3zBjnsZZGanHFJuF3dyUnE2wYgmWa812z2u86i/cpGw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@giphy/js-fetch-api/-/js-fetch-api-2.2.2.tgz", + "integrity": "sha512-YZiKq434Oubh8NySapMSEcogjKohGGJ2jbvkjk7Z/23H6s4rSRLPF82HMYkQAYfypgZKphd1+388o7nfe4kvhQ==", "requires": { - "@giphy/js-types": "^3.0.0", - "@giphy/js-util": "^2.1.0", + "@giphy/js-types": "^3.0.1", + "@giphy/js-util": "^2.1.1", "qs": "^6.9.4" }, "dependencies": { @@ -1308,16 +1308,16 @@ } }, "@giphy/js-types": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@giphy/js-types/-/js-types-3.0.0.tgz", - "integrity": "sha512-o0e/0eyT7xxqU1el7rc5xL7K1ibWxiRSzqJcUDB9Zy/YGrAYx01YZNji84gNnR83w/rC3Zmw+TN3fm7WHA4dKA==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@giphy/js-types/-/js-types-3.0.1.tgz", + "integrity": "sha512-1hs8t5RbX3/gGR6sHjqGxvGjZlIYnkIJzkOqyDP7COPqpk2fdzo2tGAYfkBNlurFjDsFFmODSi4QyE0+Rlz+3Q==" }, "@giphy/js-util": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@giphy/js-util/-/js-util-2.1.0.tgz", - "integrity": "sha512-MY75RHk4rhSYqZ7y87RB/xhDeIHrzHsaeJSfpi7HALs5TZp4HTkAoO8Hh0KeCwVDK/9dP52AMqbjDgrIYp7xDw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@giphy/js-util/-/js-util-2.1.1.tgz", + "integrity": "sha512-ElOpOUPPAJbHWmf8Bd4EGGUEAxyWm/Gj5pkvXuyv8SK5euN0X5XVlbnCN/lP5bgK/lKgX7U9t+pObfZ59bZUpg==", "requires": { - "@giphy/js-types": "^3.0.0", + "@giphy/js-types": "^3.0.1", "dompurify": "^2.2.2", "uuid": "^8.3.0" }, diff --git a/package.json b/package.json index 605fdca..24ce8dd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "new": "babel-node ./scripts/new.js" }, "dependencies": { - "@giphy/js-fetch-api": "^2.1.0", + "@giphy/js-fetch-api": "^2.2.2", "axios": "^0.21.1", "file-saver": "^2.0.5", "gatsby": "^2.32.3",