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>2022-06-01 18:02:33 +0300
committerGitHub <noreply@github.com>2022-06-01 18:02:33 +0300
commit2cb765a46622fbd18bc2134063289088fc419cbd (patch)
tree9d350ec5d5969d16442896941dc7840bb8910be6
parentdc436de932cf348c4136921a089b337db8f9f041 (diff)
build(deps-dev): bump hugo-bin from 0.87.1 to 0.88.1 (#1339)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.87.1 to 0.88.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.87.1...v0.88.1) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... 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.json16
-rw-r--r--package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 677e88327..6d0e251b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "bootstrap-icons",
- "version": "1.8.2",
+ "version": "1.8.3",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.7",
@@ -15,7 +15,7 @@
"eslint": "^8.16.0",
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.87.1",
+ "hugo-bin": "^0.88.1",
"lockfile-lint": "^4.7.4",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
@@ -3568,9 +3568,9 @@
}
},
"node_modules/hugo-bin": {
- "version": "0.87.1",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.87.1.tgz",
- "integrity": "sha512-+aEywAb6VhNmg3K16AylCDFUk6i9zabbfJPIe0vouJorOr4Pxb56LsykG6JBF0OW51G3Zuu9CDI7yStprpr7ig==",
+ "version": "0.88.1",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.88.1.tgz",
+ "integrity": "sha512-/yuGi1eJIr70OJRZVctKIXTPZK1DSzWDRnjD6vw3aOZuEMOYS2kUsr3WfdCq9USO3kLTWrejVASzABr1AUbpZQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -10707,9 +10707,9 @@
}
},
"hugo-bin": {
- "version": "0.87.1",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.87.1.tgz",
- "integrity": "sha512-+aEywAb6VhNmg3K16AylCDFUk6i9zabbfJPIe0vouJorOr4Pxb56LsykG6JBF0OW51G3Zuu9CDI7yStprpr7ig==",
+ "version": "0.88.1",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.88.1.tgz",
+ "integrity": "sha512-/yuGi1eJIr70OJRZVctKIXTPZK1DSzWDRnjD6vw3aOZuEMOYS2kUsr3WfdCq9USO3kLTWrejVASzABr1AUbpZQ==",
"dev": true,
"requires": {
"bin-wrapper": "^4.1.0",
diff --git a/package.json b/package.json
index 1f128d62d..9502e9ebd 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"eslint": "^8.16.0",
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.87.1",
+ "hugo-bin": "^0.88.1",
"lockfile-lint": "^4.7.4",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",