From c0361cef06d02bb258185d000bc71691e59d883a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Aug 2020 02:25:47 +0000 Subject: [PATCH] fix: upgrade react-contentful from 2.0.20 to 2.0.21 Snyk has created this PR to upgrade react-contentful from 2.0.20 to 2.0.21. See this package in npm: https://www.npmjs.com/package/react-contentful See this project in Snyk: https://app.snyk.io/org/ryanhefner-github-marketplace/project/1a1a44b8-9032-40c6-93be-5c3ea1b6de6c?utm_source=github&utm_medium=upgrade-pr --- site/package-lock.json | 38 +++++++++++++++++++------------------- site/package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index e8aa9f8..61235cb 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -1589,9 +1589,9 @@ "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" }, "@types/react": { - "version": "16.9.44", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.44.tgz", - "integrity": "sha512-BtLoJrXdW8DVZauKP+bY4Kmiq7ubcJq+H/aCpRfvPF7RAT3RwR73Sg8szdc2YasbAlWBDrQ6Q+AFM0KwtQY+WQ==", + "version": "16.9.46", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.46.tgz", + "integrity": "sha512-dbHzO3aAq1lB3jRQuNpuZ/mnu+CdD3H0WVaaBQA8LTT3S33xhVBUj232T8M3tAhSWJs/D/UqORYUlJNl/8VQZg==", "requires": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -3563,11 +3563,11 @@ } }, "contentful-parsers": { - "version": "0.2.17", - "resolved": "https://registry.npmjs.org/contentful-parsers/-/contentful-parsers-0.2.17.tgz", - "integrity": "sha512-YbSLaIorjRl+yQbqnFJnmMMB8Uwx3Mv+n6UPrGQFmDTm3cCQYi4/cFAONRvwSPpvvcCneYxbChRYnhKV4VMg7A==", + "version": "0.2.18", + "resolved": "https://registry.npmjs.org/contentful-parsers/-/contentful-parsers-0.2.18.tgz", + "integrity": "sha512-0oOLX9DQe0CfBhWophdjL7cL3IF6ZuHibutOJ5HlZaGmxGPdGGkAX2tiZoVkxQGOgnp69dUTUT0UkDXr3JzL+A==", "requires": { - "@babel/runtime": "^7.11.0" + "@babel/runtime": "^7.11.2" }, "dependencies": { "@babel/runtime": { @@ -10260,20 +10260,20 @@ } }, "react-contentful": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/react-contentful/-/react-contentful-2.0.20.tgz", - "integrity": "sha512-QczkXKEFqJetBOz3uerUVXo/XqD56u0YaSzPyVZIwCNhJBiFntQvZyJA1wETCXKDvpgs25oP5QrTT+B1pJhAhg==", + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/react-contentful/-/react-contentful-2.0.21.tgz", + "integrity": "sha512-m+KzRU1tUKF2Z2zZtYZr/RJTB3iyBnXqRoyT+QjE38Auq2RlMFmvNJCk9O7dr/vCZiUrZcPLMhPeRcS1/NRj8Q==", "requires": { - "@babel/runtime": "^7.11.0", - "@types/react": "^16.9.44", + "@babel/runtime": "^7.11.2", + "@types/react": "^16.9.46", "contentful": "^7.14.6", - "contentful-parsers": "^0.2.17", + "contentful-parsers": "^0.2.18", "flatted": "^3.0.4", "hoist-non-react-statics": "^3.3.2", "invariant": "^2.2.4", "lomit": "^0.2.0", "prop-types": "^15.7.2", - "react-hoc-helpers": "^0.1.12", + "react-hoc-helpers": "^0.1.14", "react-is": "^16.13.1", "warning": "^4.0.3" }, @@ -10558,12 +10558,12 @@ "integrity": "sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==" }, "react-hoc-helpers": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/react-hoc-helpers/-/react-hoc-helpers-0.1.12.tgz", - "integrity": "sha512-W/Wm0vo6M8Vw4YZ4TmNeVdbiAEMaIhdbmhKFUYe+hjBsPev6lUKUSpBS6X6/5LBnv2Qr3SVFJc/EDsX7D5btYA==", + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/react-hoc-helpers/-/react-hoc-helpers-0.1.14.tgz", + "integrity": "sha512-vSpwEBB942rH7Sjw1x15Xo2W73oPIu9tE15BxOyAtJIPGegam9a801Lw7eu03k9EORtJnv/0ey47+W7EYFtQxg==", "requires": { - "@babel/runtime": "^7.11.0", - "@types/react": "^16.9.44" + "@babel/runtime": "^7.11.2", + "@types/react": "^16.9.46" }, "dependencies": { "@babel/runtime": { diff --git a/site/package.json b/site/package.json index aa05fcd..13ee67d 100644 --- a/site/package.json +++ b/site/package.json @@ -6,7 +6,7 @@ "dependencies": { "@contentful/rich-text-react-renderer": "^14.1.1", "react": "^16.13.1", - "react-contentful": "^2.0.20", + "react-contentful": "^2.0.21", "react-dom": "^16.13.1", "react-redux": "^7.2.1", "react-router-dom": "^5.2.0",