From 1595d75f85b3ed5fb2a53ccda7bb32498f0ed320 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Feb 2023 19:14:58 +0000 Subject: [PATCH] fix: upgrade simple-icons from 8.2.0 to 8.4.0 Snyk has created this PR to upgrade simple-icons from 8.2.0 to 8.4.0. See this package in npm: https://www.npmjs.com/package/simple-icons See this project in Snyk: https://app.snyk.io/org/q1blue-rxw/project/1d6c6a12-84de-49d2-8ccb-ec2b1fa05588?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ddb6be36439da..b8ffee98684eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "qs": "^6.11.0", "query-string": "^8.1.0", "semver": "~7.3.8", - "simple-icons": "8.2.0", + "simple-icons": "^8.4.0", "webextension-store-meta": "^1.0.5", "xmldom": "~0.6.0", "xpath": "~0.0.32" @@ -25979,9 +25979,9 @@ } }, "node_modules/simple-icons": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-8.2.0.tgz", - "integrity": "sha512-W4awmfHa4a+XF3iPS0MEIM6KF+iUgkCaf3/ISRq5UWhdiYxAs4uvF8eQ/RsDsau1/Z540otcvq9AKoPuUZqvog==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-8.4.0.tgz", + "integrity": "sha512-vDaxR7CFRwkqBkYVhTli4rKS0/TdAUVvaCuQ3AKQbV8N+TYYy8LKaeJdXwOo5RlJZdUzsnHChaktcYhIk8vRow==", "engines": { "node": ">=0.12.18" }, @@ -49773,9 +49773,9 @@ "dev": true }, "simple-icons": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-8.2.0.tgz", - "integrity": "sha512-W4awmfHa4a+XF3iPS0MEIM6KF+iUgkCaf3/ISRq5UWhdiYxAs4uvF8eQ/RsDsau1/Z540otcvq9AKoPuUZqvog==" + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-8.4.0.tgz", + "integrity": "sha512-vDaxR7CFRwkqBkYVhTli4rKS0/TdAUVvaCuQ3AKQbV8N+TYYy8LKaeJdXwOo5RlJZdUzsnHChaktcYhIk8vRow==" }, "simple-swizzle": { "version": "0.2.2", diff --git a/package.json b/package.json index 38cb369514015..266653f91e700 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "qs": "^6.11.0", "query-string": "^8.1.0", "semver": "~7.3.8", - "simple-icons": "8.2.0", + "simple-icons": "8.4.0", "webextension-store-meta": "^1.0.5", "xmldom": "~0.6.0", "xpath": "~0.0.32"