Bump @giphy/js-fetch-api from 5.2.0 to 5.3.0 (#1273)

Bumps [@giphy/js-fetch-api](https://github.com/Giphy/giphy-js) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/Giphy/giphy-js/releases)
- [Commits](https://github.com/Giphy/giphy-js/compare/@giphy/js-fetch-api@5.2.0...@giphy/js-fetch-api@5.3.0)

---
updated-dependencies:
- dependency-name: "@giphy/js-fetch-api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-26 10:17:07 +00:00 committed by GitHub
parent 2016400ec5
commit a3cf2c73d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@giphy/js-fetch-api": "^5.2.0",
"@giphy/js-fetch-api": "^5.3.0",
"@radix-ui/react-select": "^2.0.0",
"@yaireo/relative-time": "^1.0.4",
"file-saver": "^2.0.5",
@ -2292,9 +2292,9 @@
"integrity": "sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A=="
},
"node_modules/@giphy/js-fetch-api": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@giphy/js-fetch-api/-/js-fetch-api-5.2.0.tgz",
"integrity": "sha512-lqSSj0BjRSOGs4qQtAdIJXYHD/Lef2YPdwz9iGkrYmgykNb1iKQ9so7ndUib2Rxog3jdgl3FIHOPPhAqMfwthQ==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@giphy/js-fetch-api/-/js-fetch-api-5.3.0.tgz",
"integrity": "sha512-zeLXjxMsuOKhmiFYvmZqEwQmAsze8Ech7jRAv6Ub0UarRD+9P2cJfBxaopUoBGREvzrmzwdMRfEro9hKFDs7tw==",
"dependencies": {
"@giphy/js-types": "*",
"@giphy/js-util": "*",

View File

@ -24,7 +24,7 @@
"favicon": "ts-node-esm ./scripts/favicon.ts"
},
"dependencies": {
"@giphy/js-fetch-api": "^5.2.0",
"@giphy/js-fetch-api": "^5.3.0",
"@radix-ui/react-select": "^2.0.0",
"@yaireo/relative-time": "^1.0.4",
"file-saver": "^2.0.5",