Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
fix: upgrade contentful from 9.1.4 to 9.1.5
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade contentful from 9.1.4 to 9.1.5.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/bspeckien-clabs/project/ecf5f07e-e4cb-4e69-ae59-a39d18353e8c?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored and aaronmgdr committed Aug 16, 2022
1 parent 37858c1 commit 490f2f2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"colortranslator": "^1.9.1",
"compression": "^1.7.4",
"connect-slashes": "^1.4.0",
"contentful": "^9.1.3",
"contentful": "^9.1.5",
"core-js": "^3.20.0",
"debounce": "^1.2.0",
"eslint-plugin-react-hooks": "^4.3.0",
Expand Down
37 changes: 27 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2868,23 +2868,25 @@ contentful-resolve-response@^1.3.0:
dependencies:
fast-copy "^2.1.0"

contentful-sdk-core@^6.9.0:
version "6.9.0"
resolved "https://registry.yarnpkg.com/contentful-sdk-core/-/contentful-sdk-core-6.9.0.tgz#732ac4d2cb83e1e6d9b8db95434ad2fca9b97235"
integrity sha512-fLwE0avEf81iDdJGVFUB5nC8AzI1OPg+YY33V8aFBgHkKMXpHI6zNInWnQGUekXCl2OAGKk5QkVfEAjvpkFGig==
contentful-sdk-core@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/contentful-sdk-core/-/contentful-sdk-core-7.0.1.tgz#a38e10d6742e383076f1cb031a5e43b364cecba6"
integrity sha512-3m3RTmQHEnlOtx6f9PvkKgrv5Qpzjo8X+NysBXshCYK8OEG/vNbsfsdOaiURAxcVMQ/9vM14Og+fc+aMx79Lsg==
dependencies:
fast-copy "^2.1.0"
lodash "^4.17.21"
lodash.isplainobject "^4.0.6"
lodash.isstring "^4.0.1"
p-throttle "^4.1.1"
qs "^6.9.4"

contentful@^9.1.3:
version "9.1.4"
resolved "https://registry.yarnpkg.com/contentful/-/contentful-9.1.4.tgz#0b9352a9fd43480a2c7e0061fb334340b5ab61fb"
integrity sha512-xHlfnbZA+uMvCI31gNXCLoTASdQFVIPIFXCQG6tAT3PKnoYkZKN5x2Kh9yjfl+BT8+PJXcDIM8h2MfUOC6IfBQ==
contentful@^9.1.5:
version "9.1.8"
resolved "https://registry.yarnpkg.com/contentful/-/contentful-9.1.8.tgz#10ebe979c364266bd03445134e11950417f6d46f"
integrity sha512-ktH1pGqSPRP2gUMwvQWEBGDbuIqwUEJ3Gc3tJZzkGOmWSuaL8D6FRorJ31ZlNDA+RzAju1Mjg94Q1ie1JfvqWg==
dependencies:
axios "^0.24.0"
contentful-resolve-response "^1.3.0"
contentful-sdk-core "^6.9.0"
contentful-sdk-core "^7.0.1"
fast-copy "^2.1.0"
json-stringify-safe "^5.0.1"

Expand Down Expand Up @@ -5543,6 +5545,16 @@ lodash.flattendeep@^4.4.0:
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=

lodash.isplainobject@^4.0.6:
version "4.0.6"
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=

lodash.isstring@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=

lodash.merge@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
Expand Down Expand Up @@ -6199,6 +6211,11 @@ p-map@^4.0.0:
dependencies:
aggregate-error "^3.0.0"

p-throttle@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/p-throttle/-/p-throttle-4.1.1.tgz#80b1fbd358af40a8bfa1667f9dc8b72b714ad692"
integrity sha512-TuU8Ato+pRTPJoDzYD4s7ocJYcNSEZRvlxoq3hcPI2kZDZ49IQ1Wkj7/gDJc3X7XiEAAvRGtDzdXJI0tC3IL1g==

p-try@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1"
Expand Down

0 comments on commit 490f2f2

Please sign in to comment.