Skip to content

Commit

Permalink
fix: upgrade cloudinary from 1.21.0 to 1.22.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade cloudinary from 1.21.0 to 1.22.0.

See this package in npm:

See this project in Snyk:
https://app.snyk.io/org/eexit/project/b2d773a9-2cb0-4a63-88b8-585321d1710b?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored and eexit committed Nov 13, 2020
1 parent 241bd0a commit c97e721
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"bluebird": "^3.7.0",
"cloudinary": "~1.21.0",
"cloudinary": "~1.22.0",
"ghost-ignition": "^4.2.2",
"ghost-storage-base": "0.0.5",
"image-size": "^0.9.2",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -745,11 +745,12 @@ clone@^1.0.2:
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4=

cloudinary@~1.21.0:
version "1.21.0"
resolved "https://registry.yarnpkg.com/cloudinary/-/cloudinary-1.21.0.tgz#9c30935190f49f2e9a0e26a16cd8ade580f675cc"
integrity sha512-am8wpHbHl8bcpy9oGSlWrpWLNQ9szkW/jmhcJdEpMjaL23BYt05V1frWyrXDlo8Jt7aCo5NE6EO0CM9Zaynd5g==
cloudinary@~1.22.0:
version "1.22.0"
resolved "https://registry.yarnpkg.com/cloudinary/-/cloudinary-1.22.0.tgz#48a36aab98838f910d350300419e2b10e4eb7e6b"
integrity sha512-qQhSVqGyOWtGbPc3JrwyUXJEZpdqsEzBFSf5+gTo7gbKbXdzEysLagigoSlp6JYI7YW2oEbz4aeZlgN2ucOkzQ==
dependencies:
core-js "^3.6.5"
lodash "^4.17.11"
q "^1.5.1"

Expand Down Expand Up @@ -874,6 +875,11 @@ copy-concurrently@^1.0.0:
rimraf "^2.5.4"
run-queue "^1.0.0"

core-js@^3.6.5:
version "3.6.5"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==

core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down

0 comments on commit c97e721

Please sign in to comment.