diff --git a/package-lock.json b/package-lock.json index 7f636d4e3713..9f88585798f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,16 @@ "": { "name": "bootstrap", "version": "5.1.3", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], "license": "MIT", "devDependencies": { "@babel/cli": "^7.16.8", @@ -28,7 +38,7 @@ "find-unused-sass-variables": "^4.0.1", "globby": "^11.0.4", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.80.1", + "hugo-bin": "^0.94.0", "ip": "^1.1.5", "jquery": "^3.6.0", "karma": "^6.3.13", @@ -55,10 +65,6 @@ "terser": "^5.10.0", "vnu-jar": "21.10.12" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - }, "peerDependencies": { "@popperjs/core": "^2.11.2" } @@ -5567,9 +5573,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.80.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.80.1.tgz", - "integrity": "sha512-FXhgwTGA2S4jWIci4BT4kt0vpt/n+wJSNbfvFHhcJJwTcce9ONIO360CPDudwHoQRfSm5ts5mQ5y+CWAeD7fZA==", + "version": "0.94.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.94.0.tgz", + "integrity": "sha512-qo/jl+Rc2EZ0glyunLNu2WUFYl9BhUWMGO+VFB/hmT9Hj1MjeVHzQ38zB0etq+RaGKW8TunEHeQ+vT6iApT7Yw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -14811,9 +14817,9 @@ } }, "hugo-bin": { - "version": "0.80.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.80.1.tgz", - "integrity": "sha512-FXhgwTGA2S4jWIci4BT4kt0vpt/n+wJSNbfvFHhcJJwTcce9ONIO360CPDudwHoQRfSm5ts5mQ5y+CWAeD7fZA==", + "version": "0.94.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.94.0.tgz", + "integrity": "sha512-qo/jl+Rc2EZ0glyunLNu2WUFYl9BhUWMGO+VFB/hmT9Hj1MjeVHzQ38zB0etq+RaGKW8TunEHeQ+vT6iApT7Yw==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index 4d890cbd6cfc..e14f2dc81e9d 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "find-unused-sass-variables": "^4.0.1", "globby": "^11.0.4", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.80.1", + "hugo-bin": "^0.94.0", "ip": "^1.1.5", "jquery": "^3.6.0", "karma": "^6.3.13",