From 47c4571acfae75118d10aee01bd253790b66b720 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jul 2023 17:50:40 +0000 Subject: [PATCH] fix: upgrade @uswitch/trustyle-utils.palette from 4.0.3 to 4.0.6 Snyk has created this PR to upgrade @uswitch/trustyle-utils.palette from 4.0.3 to 4.0.6. See this package in npm: https://www.npmjs.com/package/@uswitch/trustyle-utils.palette See this project in Snyk: https://app.snyk.io/org/rvu-london/project/620d455a-6e7c-4b28-962e-ec9df5d9f88d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 19 ++++++++++++------- package.json | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f0a369c3..dcef9f246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@theme-ui/match-media": "^0.12.0", - "@uswitch/trustyle-utils.palette": "^4.0.2" + "@uswitch/trustyle-utils.palette": "^4.0.6" }, "devDependencies": { "@babel/core": "^7.8.3", @@ -13663,9 +13663,13 @@ } }, "node_modules/@uswitch/trustyle-utils.palette": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@uswitch/trustyle-utils.palette/-/trustyle-utils.palette-4.0.3.tgz", - "integrity": "sha512-APbjCWM9vYX9hUHxouZo0Y4CxswkHAba1uXF28fAzcsprNufDUA20LRifGCXkR/RwbvYpqqQjgoEj19EK8BxaA==" + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@uswitch/trustyle-utils.palette/-/trustyle-utils.palette-4.0.6.tgz", + "integrity": "sha512-K4jKVzrwtFF0ewnHAMv9sbw5vke+zAtQfLnlfEalGZICadF0UAqc5NnJpPkFxcGQEBoveQADX+vKsTtFIbE90g==", + "peerDependencies": { + "@emotion/react": "^11.4.0", + "react": "^16.7.0" + } }, "node_modules/@webassemblyjs/ast": { "version": "1.9.0", @@ -54870,9 +54874,10 @@ } }, "@uswitch/trustyle-utils.palette": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@uswitch/trustyle-utils.palette/-/trustyle-utils.palette-4.0.3.tgz", - "integrity": "sha512-APbjCWM9vYX9hUHxouZo0Y4CxswkHAba1uXF28fAzcsprNufDUA20LRifGCXkR/RwbvYpqqQjgoEj19EK8BxaA==" + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@uswitch/trustyle-utils.palette/-/trustyle-utils.palette-4.0.6.tgz", + "integrity": "sha512-K4jKVzrwtFF0ewnHAMv9sbw5vke+zAtQfLnlfEalGZICadF0UAqc5NnJpPkFxcGQEBoveQADX+vKsTtFIbE90g==", + "requires": {} }, "@webassemblyjs/ast": { "version": "1.9.0", diff --git a/package.json b/package.json index 3fb49b157..0c962b48a 100644 --- a/package.json +++ b/package.json @@ -122,6 +122,6 @@ }, "dependencies": { "@theme-ui/match-media": "^0.12.0", - "@uswitch/trustyle-utils.palette": "^4.0.2" + "@uswitch/trustyle-utils.palette": "^4.0.6" } }