1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-17 01:43:20 +02:00

Bump @giphy/js-fetch-api from 2.1.0 to 2.2.2

Bumps @giphy/js-fetch-api from 2.1.0 to 2.2.2.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-22 04:21:26 +00:00 committed by GitHub
parent 5b1c2d61fc
commit 3cac3eb8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -1291,12 +1291,12 @@
}
},
"@giphy/js-fetch-api": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@giphy/js-fetch-api/-/js-fetch-api-2.1.0.tgz",
"integrity": "sha512-I2xXeJrzScawxev1rSk4+zMkVGmjrKiGcY90otXh2Hb3zBjnsZZGanHFJuF3dyUnE2wYgmWa812z2u86i/cpGw==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@giphy/js-fetch-api/-/js-fetch-api-2.2.2.tgz",
"integrity": "sha512-YZiKq434Oubh8NySapMSEcogjKohGGJ2jbvkjk7Z/23H6s4rSRLPF82HMYkQAYfypgZKphd1+388o7nfe4kvhQ==",
"requires": {
"@giphy/js-types": "^3.0.0",
"@giphy/js-util": "^2.1.0",
"@giphy/js-types": "^3.0.1",
"@giphy/js-util": "^2.1.1",
"qs": "^6.9.4"
},
"dependencies": {
@ -1308,16 +1308,16 @@
}
},
"@giphy/js-types": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@giphy/js-types/-/js-types-3.0.0.tgz",
"integrity": "sha512-o0e/0eyT7xxqU1el7rc5xL7K1ibWxiRSzqJcUDB9Zy/YGrAYx01YZNji84gNnR83w/rC3Zmw+TN3fm7WHA4dKA=="
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@giphy/js-types/-/js-types-3.0.1.tgz",
"integrity": "sha512-1hs8t5RbX3/gGR6sHjqGxvGjZlIYnkIJzkOqyDP7COPqpk2fdzo2tGAYfkBNlurFjDsFFmODSi4QyE0+Rlz+3Q=="
},
"@giphy/js-util": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@giphy/js-util/-/js-util-2.1.0.tgz",
"integrity": "sha512-MY75RHk4rhSYqZ7y87RB/xhDeIHrzHsaeJSfpi7HALs5TZp4HTkAoO8Hh0KeCwVDK/9dP52AMqbjDgrIYp7xDw==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@giphy/js-util/-/js-util-2.1.1.tgz",
"integrity": "sha512-ElOpOUPPAJbHWmf8Bd4EGGUEAxyWm/Gj5pkvXuyv8SK5euN0X5XVlbnCN/lP5bgK/lKgX7U9t+pObfZ59bZUpg==",
"requires": {
"@giphy/js-types": "^3.0.0",
"@giphy/js-types": "^3.0.1",
"dompurify": "^2.2.2",
"uuid": "^8.3.0"
},

View File

@ -20,7 +20,7 @@
"new": "babel-node ./scripts/new.js"
},
"dependencies": {
"@giphy/js-fetch-api": "^2.1.0",
"@giphy/js-fetch-api": "^2.2.2",
"axios": "^0.21.1",
"file-saver": "^2.0.5",
"gatsby": "^2.32.3",