From 99bb4da7d5cbabac6993b85f3349d1717d237451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 23:26:35 +0000 Subject: [PATCH] Bump @giphy/js-fetch-api from 4.6.0 to 4.7.1 (#1051) Bumps [@giphy/js-fetch-api](https://github.com/Giphy/giphy-js) from 4.6.0 to 4.7.1. - [Release notes](https://github.com/Giphy/giphy-js/releases) - [Commits](https://github.com/Giphy/giphy-js/compare/@giphy/js-fetch-api@4.6.0...@giphy/js-fetch-api@4.7.1) --- updated-dependencies: - dependency-name: "@giphy/js-fetch-api" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89c34ba..aea7a25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@giphy/js-fetch-api": "^4.6.0", + "@giphy/js-fetch-api": "^4.7.1", "@yaireo/relative-time": "^1.0.2", "file-saver": "^2.0.5", "framer-motion": "^7.6.18", @@ -2043,9 +2043,9 @@ } }, "node_modules/@giphy/js-fetch-api": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@giphy/js-fetch-api/-/js-fetch-api-4.6.0.tgz", - "integrity": "sha512-GXZLNZ41J89GoqCdz68djubOO0Vq2onsu6ZiW+h+kQYkfC/gN1tO6d9NBywG5pOJ9U4l4aY9f7qQtPdJqV3aYA==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/@giphy/js-fetch-api/-/js-fetch-api-4.7.1.tgz", + "integrity": "sha512-LFpi8ZbV/N51nhIDc7ig6HnBUZ0Y/Av0GVCVDOs9zmUK1/zgTA33fkWMCNVxc4wgrugwRXCJA7Mj8Zb8BTea2w==", "dependencies": { "@giphy/js-types": "^4.4.0", "@giphy/js-util": "^4.3.0", diff --git a/package.json b/package.json index b5837a9..9abc02e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "favicon": "ts-node-esm ./scripts/favicon.ts" }, "dependencies": { - "@giphy/js-fetch-api": "^4.6.0", + "@giphy/js-fetch-api": "^4.7.1", "@yaireo/relative-time": "^1.0.2", "file-saver": "^2.0.5", "framer-motion": "^7.6.18",