From 30047660f2f654d23f5c9a65217746e665a0d443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:21:51 +0000 Subject: [PATCH] Bump @giphy/js-fetch-api from 4.4.0 to 4.6.0 (#1047) Bumps [@giphy/js-fetch-api](https://github.com/Giphy/giphy-js) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/Giphy/giphy-js/releases) - [Commits](https://github.com/Giphy/giphy-js/compare/@giphy/js-fetch-api@4.4.0...@giphy/js-fetch-api@4.6.0) --- 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 | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2edfe14..0c13c7b 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.4.0", + "@giphy/js-fetch-api": "^4.6.0", "@yaireo/relative-time": "^1.0.2", "file-saver": "^2.0.5", "framer-motion": "^7.6.18", @@ -2043,26 +2043,26 @@ } }, "node_modules/@giphy/js-fetch-api": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@giphy/js-fetch-api/-/js-fetch-api-4.4.0.tgz", - "integrity": "sha512-eLJuOxY8LQnmg80qzH34zs9s0+ibLzgX98mQwWSOFxz3WKyVkxT5/YBvr5e1bNznrlFGKSqIb2RV4gG+/YlLPg==", + "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==", "dependencies": { - "@giphy/js-types": "^4.2.1", - "@giphy/js-util": "^4.1.1", + "@giphy/js-types": "^4.4.0", + "@giphy/js-util": "^4.3.0", "qs": "^6.9.4" } }, "node_modules/@giphy/js-types": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@giphy/js-types/-/js-types-4.2.1.tgz", - "integrity": "sha512-Ii+TvBhQsDHaeS79Y/dSqJTCeH3TirHv9DpbuIzxJ2VDKpsXVuIMrxAybwQ7Ve/mF+kjvEiL7TXtrz9Sc8Zxeg==" + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@giphy/js-types/-/js-types-4.4.0.tgz", + "integrity": "sha512-W9G6crS2oqTn7g0RpvYu1l/sna4LnivRTk25jmxdzujOFb9kvQ+VFM/v9RPYV2GIBnzT/maW/EwjFIba9jkflA==" }, "node_modules/@giphy/js-util": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@giphy/js-util/-/js-util-4.1.1.tgz", - "integrity": "sha512-b+Q6vQiRFyLrRzhV9OBEpLON57wxpvrSRjtk9rdtbISpgvmgcSzyb/g2SCB9Ptqo8c50+1HK6MQxA1ufTXBafw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@giphy/js-util/-/js-util-4.3.0.tgz", + "integrity": "sha512-ZxYw4DiNVchMxtCjVdLzXJ6+40To1C1B37PJ2a7zUP8Dxa62uGctbyb2PXAB1NmsCZOhy1d0QGEnjxK5LQocHQ==", "dependencies": { - "@giphy/js-types": "^4.2.1", + "@giphy/js-types": "^4.4.0", "dompurify": "^2.2.2", "uuid": "^8.3.0" } diff --git a/package.json b/package.json index 02af353..de520a2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "favicon": "ts-node-esm ./scripts/favicon.ts" }, "dependencies": { - "@giphy/js-fetch-api": "^4.4.0", + "@giphy/js-fetch-api": "^4.6.0", "@yaireo/relative-time": "^1.0.2", "file-saver": "^2.0.5", "framer-motion": "^7.6.18",