mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01: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:
parent
5b1c2d61fc
commit
3cac3eb8ee
24
package-lock.json
generated
24
package-lock.json
generated
@ -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"
|
||||
},
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user