From 3436ea269a27be661deefd6048270173de1359d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 02:39:24 +0000 Subject: [PATCH 1/8] Bump hosted-git-info from 2.8.8 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cbd4bcf6..c2342ee38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1915,9 +1915,9 @@ } }, "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "http-signature": { From c259984f46d4e841287b4ae2f319e6bc27a737a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 06:07:50 +0000 Subject: [PATCH 2/8] Bump lodash from 4.17.20 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cbd4bcf6..11b272959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2378,9 +2378,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "loud-rejection": { From ca02aede7fef6fc41371a4bd3b1d119cf0ce394f Mon Sep 17 00:00:00 2001 From: Seth Painter Date: Sat, 10 Jul 2021 07:21:21 -0500 Subject: [PATCH 3/8] Created original & wordmark icon for Socket.IO (cherry picked from commit 397c9b55140010167076eef7b8dcab33c0185e1b) --- devicon.json | 27 +++++++++++++++++++ icons/socketio/socketio-original-wordmark.svg | 1 + icons/socketio/socketio-original.svg | 1 + 3 files changed, 29 insertions(+) create mode 100644 icons/socketio/socketio-original-wordmark.svg create mode 100644 icons/socketio/socketio-original.svg diff --git a/devicon.json b/devicon.json index 44081ce35..cba468618 100644 --- a/devicon.json +++ b/devicon.json @@ -3310,6 +3310,33 @@ "color": "#2D333A", "aliases": [] }, + { + "name": "socketio", + "tags": [ + "library", + "networking", + "websockets" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#010101", + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] + }, { "name": "sourcetree", "tags": [ diff --git a/icons/socketio/socketio-original-wordmark.svg b/icons/socketio/socketio-original-wordmark.svg new file mode 100644 index 000000000..36639ac20 --- /dev/null +++ b/icons/socketio/socketio-original-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/socketio/socketio-original.svg b/icons/socketio/socketio-original.svg new file mode 100644 index 000000000..4c5a7e8bf --- /dev/null +++ b/icons/socketio/socketio-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From 2910784d015de6203b6a7881cda5b0ada71cf466 Mon Sep 17 00:00:00 2001 From: Seth Painter Date: Sat, 10 Jul 2021 19:32:15 -0500 Subject: [PATCH 4/8] Resized icons to 128x viewbox, removed aliases & plain. --- devicon.json | 15 ++++----------- icons/socketio/socketio-original-wordmark.svg | 2 +- icons/socketio/socketio-original.svg | 2 +- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/devicon.json b/devicon.json index cba468618..2d0c4ec9b 100644 --- a/devicon.json +++ b/devicon.json @@ -3320,22 +3320,15 @@ "versions": { "svg": [ "original", - "original-wordmark", - "plain", - "plain-wordmark" + "original-wordmark" ], "font": [ - "plain", - "plain-wordmark" + "original", + "original-wordmark" ] }, "color": "#010101", - "aliases": [ - { - "base": "original", - "alias": "plain" - } - ] + "aliases": [] }, { "name": "sourcetree", diff --git a/icons/socketio/socketio-original-wordmark.svg b/icons/socketio/socketio-original-wordmark.svg index 36639ac20..3897448ae 100644 --- a/icons/socketio/socketio-original-wordmark.svg +++ b/icons/socketio/socketio-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/socketio/socketio-original.svg b/icons/socketio/socketio-original.svg index 4c5a7e8bf..79bc05e69 100644 --- a/icons/socketio/socketio-original.svg +++ b/icons/socketio/socketio-original.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 8aef24360ba3adab3c025a6ed419a8467025f324 Mon Sep 17 00:00:00 2001 From: Seth Painter Date: Sun, 11 Jul 2021 20:55:10 -0500 Subject: [PATCH 5/8] Made wordmark icon flush with viewbox so it won't be cut off. --- icons/socketio/socketio-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/socketio/socketio-original-wordmark.svg b/icons/socketio/socketio-original-wordmark.svg index 3897448ae..8843053a0 100644 --- a/icons/socketio/socketio-original-wordmark.svg +++ b/icons/socketio/socketio-original-wordmark.svg @@ -1 +1 @@ - + \ No newline at end of file From 45674e5798bf1a03b12fa6e857863f7d692a289d Mon Sep 17 00:00:00 2001 From: Seth Painter Date: Sun, 11 Jul 2021 21:05:12 -0500 Subject: [PATCH 6/8] Update devicon.json to include aliases Co-authored-by: David Leal --- devicon.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 1203261cc..5d0ccdf26 100644 --- a/devicon.json +++ b/devicon.json @@ -3536,7 +3536,16 @@ ] }, "color": "#010101", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] }, { "name": "sourcetree", From 549ed922e92a722f6ca46ab19d05defbcb80d954 Mon Sep 17 00:00:00 2001 From: Seth Painter Date: Sun, 11 Jul 2021 21:06:03 -0500 Subject: [PATCH 7/8] added end line to original Co-authored-by: David Leal --- icons/socketio/socketio-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/socketio/socketio-original.svg b/icons/socketio/socketio-original.svg index 79bc05e69..a8375c8d2 100644 --- a/icons/socketio/socketio-original.svg +++ b/icons/socketio/socketio-original.svg @@ -1 +1 @@ - \ No newline at end of file + From ac620b6d158487c40c39af10ba372685efd605a0 Mon Sep 17 00:00:00 2001 From: Seth Painter Date: Sun, 11 Jul 2021 21:06:56 -0500 Subject: [PATCH 8/8] added newline to wordmark Co-authored-by: David Leal --- icons/socketio/socketio-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/socketio/socketio-original-wordmark.svg b/icons/socketio/socketio-original-wordmark.svg index 8843053a0..647ab7893 100644 --- a/icons/socketio/socketio-original-wordmark.svg +++ b/icons/socketio/socketio-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file +