From a6f9981a77f1354cdaf51ab2ce916689e3092a0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 17:35:01 +0000 Subject: [PATCH] fix: upgrade @primer/octicons-react from 17.9.0 to 17.12.0 Snyk has created this PR to upgrade @primer/octicons-react from 17.9.0 to 17.12.0. See this package in npm: @primer/octicons-react See this project in Snyk: https://app.snyk.io/org/skemex/project/4444aab2-d146-4993-8102-7ffb69574b19?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index caa7d6a..434874d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,13 @@ "name": "rocketdex-frontend", "version": "0.0.0", "dependencies": { - "@primer/octicons-react": "17.9.0", + "@primer/octicons-react": "^17.12.0", "@primer/react": "35.26.1", "react": "18.2.0", "react-dom": "18.2.0", "react-query": "3.39.2", "react-router-dom": "6.14.1", - "styled-components": "^5.3.7" + "styled-components": "5.3.7" }, "devDependencies": { "@testing-library/cypress": "8.0.7", @@ -1744,9 +1744,10 @@ "integrity": "sha512-j6PhkDD1IdL9xrlKbUQ3YEM74B7Fgr1mIZJ6JaYJjM1Mvdutd/nBouM8SnwFZdBBbS+ZRfGhnx3plr833Pvf1Q==" }, "node_modules/@primer/octicons-react": { - "version": "17.9.0", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.9.0.tgz", - "integrity": "sha512-fx2abdGfzzHqB8DOSq6FqNgusjkeDHfPFTa8DjSaugCFccEO2vIfM2ZY1sg4c5SpOQEQAbOEC4/gqWDulIRHzA==", + "version": "17.12.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.12.0.tgz", + "integrity": "sha512-GUjV6IT1Ck2lu2GVu1loR0e2dcX2e9aIVmX5rBdR7HJnRdYKY7XH+FnYj7y9sEmzUdNEDswxkefiQlfGrBXlzA==", + "license": "MIT", "engines": { "node": ">=8" }, @@ -10865,9 +10866,9 @@ "integrity": "sha512-j6PhkDD1IdL9xrlKbUQ3YEM74B7Fgr1mIZJ6JaYJjM1Mvdutd/nBouM8SnwFZdBBbS+ZRfGhnx3plr833Pvf1Q==" }, "@primer/octicons-react": { - "version": "17.9.0", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.9.0.tgz", - "integrity": "sha512-fx2abdGfzzHqB8DOSq6FqNgusjkeDHfPFTa8DjSaugCFccEO2vIfM2ZY1sg4c5SpOQEQAbOEC4/gqWDulIRHzA==", + "version": "17.12.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.12.0.tgz", + "integrity": "sha512-GUjV6IT1Ck2lu2GVu1loR0e2dcX2e9aIVmX5rBdR7HJnRdYKY7XH+FnYj7y9sEmzUdNEDswxkefiQlfGrBXlzA==", "requires": {} }, "@primer/primitives": { diff --git a/package.json b/package.json index 0e30892..090669f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "preview": "vite preview" }, "dependencies": { - "@primer/octicons-react": "17.9.0", + "@primer/octicons-react": "17.12.0", "@primer/react": "35.26.1", "react": "18.2.0", "react-dom": "18.2.0",