Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-09 10:25:59 +0300
committerGitHub <noreply@github.com>2021-02-09 10:25:59 +0300
commit0a1c5d85b870755f9596514caa3e02443cd7944d (patch)
tree86042008a6fb59f05dba410ee417216e2a7c2bb6
parent5609df52455dfecaa281b1a36408231c424c0e21 (diff)
build(deps-dev): bump fantasticon from 1.0.33 to 1.1.1 (#741)
Bumps [fantasticon](https://github.com/tancredi/fantasticon) from 1.0.33 to 1.1.1. - [Release notes](https://github.com/tancredi/fantasticon/releases) - [Commits](https://github.com/tancredi/fantasticon/compare/v1.0.33...v1.1.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json7
-rw-r--r--package.json2
2 files changed, 4 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 005bed768..3c41aea8e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2746,9 +2746,9 @@
"dev": true
},
"fantasticon": {
- "version": "1.0.33",
- "resolved": "https://registry.npmjs.org/fantasticon/-/fantasticon-1.0.33.tgz",
- "integrity": "sha512-Dpn2lSJ6u5HWua/EoIODDiZyaZZupXqC8uXG+zW9TvJZ7VjFsOLXe/q9JAVJXRCxh95lSYrrmmkD0/eJU9Pwjw==",
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/fantasticon/-/fantasticon-1.1.1.tgz",
+ "integrity": "sha512-20auvyD8GgZyEayZuCPW5KffnlKQJZbcr3Xmx+K+LHvBvTEzK8F4T65mKCiqb1mibkGMvuNePufoV0nVnZDh/A==",
"dev": true,
"requires": {
"change-case": "^4.1.2",
@@ -2756,7 +2756,6 @@
"commander": "^7.0.0",
"glob": "^7.1.6",
"handlebars": "^4.7.6",
- "lodash": "^4.17.20",
"slugify": "^1.4.6",
"svg2ttf": "^5.0.0",
"svgicons2svgfont": "^9.1.1",
diff --git a/package.json b/package.json
index 4ca54b580..867cae221 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"cheerio": "^1.0.0-rc.5",
"cross-env": "^7.0.3",
"eslint": "^7.19.0",
- "fantasticon": "^1.0.33",
+ "fantasticon": "^1.1.1",
"find-unused-sass-variables": "^3.1.0",
"hugo-bin": "^0.68.0",
"js-yaml": "^4.0.0",