From d9d4bcf601d3c85a07cad94039c3136edb0e1610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 14:35:24 +0000 Subject: [PATCH] build(deps-dev): bump @twbs/fantasticon from 2.7.1 to 2.7.2 Bumps [@twbs/fantasticon](https://github.com/twbs/fantasticon) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/twbs/fantasticon/releases) - [Commits](https://github.com/twbs/fantasticon/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: "@twbs/fantasticon" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 388848a3bc..27ca85808f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ ], "license": "MIT", "devDependencies": { - "@twbs/fantasticon": "^2.7.1", + "@twbs/fantasticon": "^2.7.2", "autoprefixer": "^10.4.16", "bootstrap": "^5.3.2", "clean-css-cli": "^5.6.3", @@ -778,16 +778,16 @@ } }, "node_modules/@twbs/fantasticon": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@twbs/fantasticon/-/fantasticon-2.7.1.tgz", - "integrity": "sha512-fCfmXnmVXs8TNV5qi4UJxJ8qJd/bvMujcpg597CWKm/m84/kEg6BB4g8pvl+fvg1LwhGvhQ0m3O4qnj0Qm9wjA==", + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@twbs/fantasticon/-/fantasticon-2.7.2.tgz", + "integrity": "sha512-6kFtwebmI7fjNtllVBBb0R2mq9KhO7q6nHEMlHqrdSshTh3a0LxArpWTs29dXu7Rvbr45ZkfVFNEarg9nZrh4Q==", "dev": true, "dependencies": { "change-case": "^4.1.2", "commander": "^10.0.1", "figures": "^3.2.0", "glob": "^7.2.3", - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "picocolors": "^1.0.0", "slugify": "^1.6.6", "svg2ttf": "^6.0.3", diff --git a/package.json b/package.json index ff57a13dc3..28b0caa8bf 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "test": "npm-run-all --parallel --aggregate-output --continue-on-error test:*" }, "devDependencies": { - "@twbs/fantasticon": "^2.7.1", + "@twbs/fantasticon": "^2.7.2", "autoprefixer": "^10.4.16", "bootstrap": "^5.3.2", "clean-css-cli": "^5.6.3",