From 9ad8e26a4781a777f055cfc3f0cb418814371d60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Feb 2025 03:26:22 +0000 Subject: [PATCH] fix: upgrade stylis from 4.3.2 to 4.3.6 Snyk has created this PR to upgrade stylis from 4.3.2 to 4.3.6. See this package in npm: stylis See this project in Snyk: https://app.snyk.io/org/hg-arch/project/c3022b33-24ec-4e20-8acb-213ba996ad30?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6087ccf..7737c7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "esm": "^3.2.25", "lodash.merge": "^4.6.2", "mkdirp": "^3.0.1", - "stylis": "^4.3.2" + "stylis": "^4.3.6" }, "devDependencies": { "@babel/cli": "^7.23.4", @@ -23581,9 +23581,9 @@ "dev": true }, "node_modules/stylis": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.2.tgz", - "integrity": "sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz", + "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==", "license": "MIT" }, "node_modules/supports-color": { diff --git a/package.json b/package.json index 85a1bb9..a21494f 100644 --- a/package.json +++ b/package.json @@ -155,6 +155,6 @@ "esm": "^3.2.25", "lodash.merge": "^4.6.2", "mkdirp": "^3.0.1", - "stylis": "^4.3.2" + "stylis": "^4.3.6" } }