1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-05 12:04:53 +01:00 committed by GitHub
parent 0bd626b389
commit b7f2e48445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

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

View File

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