From b7f2e48445d95745d0c7737ff1b9365db2105c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:04:53 +0100 Subject: [PATCH] Bump @giphy/js-fetch-api from 4.7.1 to 4.9.2 (#1137) Bumps [@giphy/js-fetch-api](https://github.com/Giphy/giphy-js) from 4.7.1 to 4.9.2. - [Release notes](https://github.com/Giphy/giphy-js/releases) - [Commits](https://github.com/Giphy/giphy-js/compare/@giphy/js-fetch-api@4.7.1...@giphy/js-fetch-api@4.9.2) --- updated-dependencies: - dependency-name: "@giphy/js-fetch-api" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9613a54..3fd68d5 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.7.1", + "@giphy/js-fetch-api": "^4.9.2", "@radix-ui/react-select": "^1.2.1", "@yaireo/relative-time": "^1.0.3", "file-saver": "^2.0.5", @@ -2170,12 +2170,12 @@ } }, "node_modules/@giphy/js-fetch-api": { - "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==", + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/@giphy/js-fetch-api/-/js-fetch-api-4.9.2.tgz", + "integrity": "sha512-TsRSQy7On+eOZwU2ONJUbTplVRp0HT0W8zrDMO1DJUOSTZc3bl5D5sRUFp7NrconbmMovFAvxG9XnBF3WDOmmg==", "dependencies": { - "@giphy/js-types": "^4.4.0", - "@giphy/js-util": "^4.3.0", + "@giphy/js-types": "*", + "@giphy/js-util": "*", "qs": "^6.9.4" } }, diff --git a/package.json b/package.json index 6c8be33..2fee394 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "favicon": "ts-node-esm ./scripts/favicon.ts" }, "dependencies": { - "@giphy/js-fetch-api": "^4.7.1", + "@giphy/js-fetch-api": "^4.9.2", "@radix-ui/react-select": "^1.2.1", "@yaireo/relative-time": "^1.0.3", "file-saver": "^2.0.5",