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-05-18 13:16:34 +0300
committerGitHub <noreply@github.com>2021-05-18 13:16:34 +0300
commit08f6d7f7f63b5e6a79a84311a7134bda3db57418 (patch)
tree2a5b9a388915c00e12734c9cd6d66bb38fc40334
parentdf2e4361091fda0565d4f1e024b4ef86bcc2bcca (diff)
build(deps-dev): bump fantasticon from 1.1.3 to 1.2.2 (#897)
Bumps [fantasticon](https://github.com/tancredi/fantasticon) from 1.1.3 to 1.2.2. - [Release notes](https://github.com/tancredi/fantasticon/releases) - [Commits](https://github.com/tancredi/fantasticon/compare/v1.1.3...v1.2.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json26
-rw-r--r--package.json2
2 files changed, 14 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index bf299e3ed..54a67b3fa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2844,22 +2844,22 @@
"dev": true
},
"fantasticon": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/fantasticon/-/fantasticon-1.1.3.tgz",
- "integrity": "sha512-RQuJgH97u7Agb5bAacf2y6or6LA1mT7G3w65iK6RkBwnRTOybSVJf2aLZNRO9H34DDEC35V7NEQX0rApmUOQrw==",
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/fantasticon/-/fantasticon-1.2.2.tgz",
+ "integrity": "sha512-UlIrgPQ6vanvrCRu7EUkxFBjCdVDpERQ9WGw35BcoTrBmqtJ2UWq3kLnx059j46aAZIFK/d5jVoAEWQoY0Xy9A==",
"dev": true,
"requires": {
"change-case": "^4.1.2",
"cli-color": "^2.0.0",
- "commander": "^7.1.0",
+ "commander": "^7.2.0",
"glob": "^7.1.6",
"handlebars": "^4.7.7",
- "slugify": "^1.4.7",
- "svg2ttf": "^5.1.0",
+ "slugify": "^1.5.3",
+ "svg2ttf": "^5.2.0",
"svgicons2svgfont": "^9.1.1",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.2",
- "ttf2woff2": "^4.0.1"
+ "ttf2woff2": "^4.0.2"
}
},
"fast-deep-equal": {
@@ -6846,9 +6846,9 @@
}
},
"slugify": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.5.0.tgz",
- "integrity": "sha512-Q2UPZ2udzquy1ElHfOLILMBMqBEXkiD3wE75qtBvV+FsDdZZjUqPZ44vqLTejAVq+wLLHacOMcENnP8+ZbzmIA==",
+ "version": "1.5.3",
+ "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.5.3.tgz",
+ "integrity": "sha512-/HkjRdwPY3yHJReXu38NiusZw2+LLE2SrhkWJtmlPDB1fqFSvioYj62NkPcrKiNCgRLeGcGK7QBvr1iQwybeXw==",
"dev": true
},
"snake-case": {
@@ -7890,9 +7890,9 @@
}
},
"uglify-js": {
- "version": "3.13.4",
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.4.tgz",
- "integrity": "sha512-kv7fCkIXyQIilD5/yQy8O+uagsYIOt5cZvs890W40/e/rvjMSzJw81o9Bg0tkURxzZBROtDQhW2LFjOGoK3RZw==",
+ "version": "3.13.6",
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.6.tgz",
+ "integrity": "sha512-rRprLwl8RVaS+Qvx3Wh5hPfPBn9++G6xkGlUupya0s5aDmNjI7z3lnRLB3u7sN4OmbB0pWgzhM9BEJyiWAwtAA==",
"dev": true,
"optional": true
},
diff --git a/package.json b/package.json
index 9149fa7e5..064efeee4 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"cheerio": "^1.0.0-rc.9",
"cross-env": "^7.0.3",
"eslint": "^7.26.0",
- "fantasticon": "^1.1.3",
+ "fantasticon": "^1.2.2",
"find-unused-sass-variables": "^3.1.0",
"hugo-bin": "^0.71.1",
"linkinator": "^2.13.6",