From 0b50867d8a39a5ca3e2ab0873fe264a8159c0a4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Aug 2020 22:09:51 +0000 Subject: [PATCH] fix: upgrade normalizr from 3.5.0 to 3.6.0 Snyk has created this PR to upgrade normalizr from 3.5.0 to 3.6.0. See this package in npm: https://www.npmjs.com/package/normalizr See this project in Snyk: https://app.snyk.io/org/a13marquez/project/3cfb8f5b-0c0f-49a9-b0dd-44d6019fdd15?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6890104..32625a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11350,9 +11350,9 @@ "dev": true }, "normalizr": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/normalizr/-/normalizr-3.5.0.tgz", - "integrity": "sha512-wMQ0jvJM5y3mGYipiXdpVgtOeR57AUkg6zEXDDWeQczIc9sdY1Za78qVPDEPL8dCBkTmEzgYGkVrI23NcMfy7Q==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/normalizr/-/normalizr-3.6.0.tgz", + "integrity": "sha512-25cd8DiDu+pL46KIaxtVVvvEPjGacJgv0yUg950evr62dQ/ks2JO1kf7+Vi5/rMFjaSTSTls7aCnmRlUSljtiA==" }, "npm-run-path": { "version": "3.1.0", diff --git a/package.json b/package.json index 044373c..615c8c1 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@bit/a13marquez.styled-components.styled-standard-span": "^1.2.0", "@bit/a13marquez.styled-components.styled-title-row": "^1.2.0", "@bit/a13marquez.styled-components.styled-transparent-button": "^1.2.0", - "normalizr": "^3.5.0", + "normalizr": "^3.6.0", "react": "^16.13.0", "react-dom": "^16.13.0", "redux": "^4.0.5",