From 6c7185ccf00267e8de7975ea35b733fbf9d5ef73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Apr 2020 23:22:24 +0000 Subject: [PATCH] fix: upgrade @primer/octicons-react from 9.4.0 to 9.6.0 Snyk has created this PR to upgrade @primer/octicons-react from 9.4.0 to 9.6.0. See this package in NPM: https://www.npmjs.com/package/@primer/octicons-react See this project in Snyk: https://app.snyk.io/org/armonkahil/project/71678478-15b8-4374-bb4e-98096112c90d?utm_source=github&utm_medium=upgrade-pr --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index fd9fa70..d2b7ea1 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1311,9 +1311,9 @@ "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==" }, "@primer/octicons-react": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-9.4.0.tgz", - "integrity": "sha512-TAPjzQaIrPqI5TpxNKkBTxS7b8Y1v7iMuiN5ZshhSp9GHbdymWKtCXRDk13lo6woDeSn/8tIdZTSerTR3c0bQA==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-9.6.0.tgz", + "integrity": "sha512-FR0fiU1UY1ds5ZMCUY+iVkkm1Eh4yDHf2ui+cxB3VvYX23DAdUAohPGit+qaMFy2caDd7uWYGRZduKS7dW1FZQ==", "requires": { "prop-types": "^15.6.1" } diff --git a/client/package.json b/client/package.json index 359a3ce..8d12458 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "private": true, "proxy": "http://localhost:3001/", "dependencies": { - "@primer/octicons-react": "^9.4.0", + "@primer/octicons-react": "^9.6.0", "axios": "^0.19.1", "bootstrap": "^4.4.1", "classnames": "^2.2.6",