From eed9b4b7c606d599ded33b3e02171bc1cffc75fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Oct 2022 11:09:30 +0000 Subject: [PATCH] fix: upgrade @apollo/space-kit from 8.7.2 to 8.22.1 Snyk has created this PR to upgrade @apollo/space-kit from 8.7.2 to 8.22.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/21jasoncastro/project/a9e031af-4ca9-40bf-831b-3aa0195b9bed?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 63a514e..77b4451 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "gatsby build" }, "dependencies": { - "@apollo/space-kit": "^8.7.2", + "@apollo/space-kit": "^8.22.1", "babel-plugin-styled-components": "^1.12.0", "gatsby": "^2.25.0", "gatsby-plugin-styled-components": "^3.7.0", diff --git a/yarn.lock b/yarn.lock index 58856af..d78e9e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,10 +16,10 @@ tinycolor2 "^1.4.1" tslib "^1.10.0" -"@apollo/space-kit@^8.7.2": - version "8.7.2" - resolved "https://registry.yarnpkg.com/@apollo/space-kit/-/space-kit-8.7.2.tgz#04176a2d2bfdefe4f3cde8b3a4d9c7e9aeb56f8c" - integrity sha512-c0bpXbK8jk+nCbo7UhxR9CzV+3gcRov7LCVznEWtARG+6zzHcwQriAAc8s4xNpHG0nz+Qv47bfy+YiLSb/PWAA== +"@apollo/space-kit@^8.22.1": + version "8.22.1" + resolved "https://registry.yarnpkg.com/@apollo/space-kit/-/space-kit-8.22.1.tgz#54d9aebea25cb924bf2b38c6fa26244f0777d449" + integrity sha512-LUt2P6aw4q2pmbGThELKoXFCCFKlGRfvTvyfoM3mL2rflkhrDJIEF86vnw3zy18hCvjddd6mOOikuzumYcbNkA== dependencies: "@babel/runtime" "^7.12.5" "@react-aria/focus" "^3.1.0"