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] <support@github.com>

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] 2022-12-05 08:21:51 +00:00 committed by GitHub
parent f875d6feb7
commit 30047660f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -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"
}

View File

@ -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",