chore(deps): bump react-helmet to 6.0.0

This commit is contained in:
Jean-Philippe Sirois
2020-05-11 02:11:10 -04:00
parent 1ec11bea38
commit d36ce0685a
2 changed files with 10 additions and 13 deletions
+9 -12
View File
@@ -19824,14 +19824,14 @@
"integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw=="
}, },
"react-helmet": { "react-helmet": {
"version": "5.2.1", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-5.2.1.tgz", "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-6.0.0.tgz",
"integrity": "sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==", "integrity": "sha512-My6S4sa0uHN/IuVUn0HFmasW5xj9clTkB9qmMngscVycQ5vVG51Qp44BEvLJ4lixupTwDlU9qX1/sCrMN4AEPg==",
"requires": { "requires": {
"object-assign": "^4.1.1", "object-assign": "^4.1.1",
"prop-types": "^15.5.4", "prop-types": "^15.7.2",
"react-fast-compare": "^2.0.2", "react-fast-compare": "^2.0.4",
"react-side-effect": "^1.1.0" "react-side-effect": "^2.1.0"
} }
}, },
"react-highlight": { "react-highlight": {
@@ -19909,12 +19909,9 @@
"integrity": "sha512-u5l7fhAJXecWUJzVxzMRU2Zvw8m4QmDNHlTrT5uo3KBlYBhmChd7syAakBoay1yIiVhx/8Fi7a6v6kQZfsw81Q==" "integrity": "sha512-u5l7fhAJXecWUJzVxzMRU2Zvw8m4QmDNHlTrT5uo3KBlYBhmChd7syAakBoay1yIiVhx/8Fi7a6v6kQZfsw81Q=="
}, },
"react-side-effect": { "react-side-effect": {
"version": "1.2.0", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-1.2.0.tgz", "resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.0.tgz",
"integrity": "sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==", "integrity": "sha512-IgmcegOSi5SNX+2Snh1vqmF0Vg/CbkycU9XZbOHJlZ6kMzTmi3yc254oB1WCkgA7OQtIAoLmcSFuHTc/tlcqXg=="
"requires": {
"shallowequal": "^1.0.1"
}
}, },
"read": { "read": {
"version": "1.0.7", "version": "1.0.7",
+1 -1
View File
@@ -51,7 +51,7 @@
"ramda": "^0.27.0", "ramda": "^0.27.0",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-helmet": "^5.2.1", "react-helmet": "^6.0.0",
"react-highlight": "^0.12.0", "react-highlight": "^0.12.0",
"react-particles-js": "^2.7.1", "react-particles-js": "^2.7.1",
"react-perfect-scrollbar": "^1.5.8", "react-perfect-scrollbar": "^1.5.8",