From 28fdb97659df0225d8c7db3f2059345e1c862052 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 23:08:39 +0000 Subject: [PATCH] fix: upgrade styletron-engine-atomic from 1.4.6 to 1.6.2 Snyk has created this PR to upgrade styletron-engine-atomic from 1.4.6 to 1.6.2. See this package in npm: https://www.npmjs.com/package/styletron-engine-atomic See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/5af3d28c-9888-4990-a0ab-7e6fd09bc668?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-styletron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-styletron/package.json b/examples/with-styletron/package.json index 326bd2c37b411..cccebac063ef7 100644 --- a/examples/with-styletron/package.json +++ b/examples/with-styletron/package.json @@ -9,7 +9,7 @@ "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", - "styletron-engine-atomic": "1.4.6", + "styletron-engine-atomic": "1.6.2", "styletron-react": "6.1.0" } }