From 18f08ffd4fdfa8bfca6ae5f7941823d3922e0f45 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 Dec 2021 21:38:39 +0000 Subject: [PATCH] fix(deps): update dependency simple-icons to v6 --- 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 5a61283..fa6c901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "react-select": "4.3.1", "react-syntax-highlighter": "15.4.5", "remark-gfm": "3.0.1", - "simple-icons": "5.24.0", + "simple-icons": "6.1.0", "tailwindcss": "2.2.19", "yup": "0.32.11" }, @@ -18500,9 +18500,9 @@ "dev": true }, "node_modules/simple-icons": { - "version": "5.24.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-5.24.0.tgz", - "integrity": "sha512-wKHeqUBsHYB5KPqdc3e7BGQPQCx/NbHfJuukjo70ABGk6hegjTDSoJhsSEcVadknVG4W3+jcC3G3RbytJnapGQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-6.1.0.tgz", + "integrity": "sha512-8/AFRlrUwu84pS+W3Dj8LW1cbCzHFrGVIE0hQhP7OFFqLlWcJx0WmP6HTo3Zpf3uxbhvYa9dRA/phrTPaG6BkQ==", "engines": { "node": ">=0.12.18" } @@ -35461,9 +35461,9 @@ "dev": true }, "simple-icons": { - "version": "5.24.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-5.24.0.tgz", - "integrity": "sha512-wKHeqUBsHYB5KPqdc3e7BGQPQCx/NbHfJuukjo70ABGk6hegjTDSoJhsSEcVadknVG4W3+jcC3G3RbytJnapGQ==" + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-6.1.0.tgz", + "integrity": "sha512-8/AFRlrUwu84pS+W3Dj8LW1cbCzHFrGVIE0hQhP7OFFqLlWcJx0WmP6HTo3Zpf3uxbhvYa9dRA/phrTPaG6BkQ==" }, "simple-swizzle": { "version": "0.2.2", diff --git a/package.json b/package.json index f4bc74c..54591d0 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "react-select": "4.3.1", "react-syntax-highlighter": "15.4.5", "remark-gfm": "3.0.1", - "simple-icons": "5.24.0", + "simple-icons": "6.1.0", "tailwindcss": "2.2.19", "yup": "0.32.11" },