From ce68e2f8554880da1dde23e9a8a9f491041c268b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 13:23:55 +0200 Subject: [PATCH] build(deps): bump hellojs from 1.18.4 to 1.18.6 in /website/client (#12670) Bumps [hellojs](https://github.com/MrSwitch/hello.js) from 1.18.4 to 1.18.6. - [Release notes](https://github.com/MrSwitch/hello.js/releases) - [Commits](https://github.com/MrSwitch/hello.js/compare/v1.18.4...v1.18.6) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- website/client/package-lock.json | 6 +++--- website/client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index 1e20be6768..6b809c2e0a 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -12922,9 +12922,9 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" }, "hellojs": { - "version": "1.18.4", - "resolved": "https://registry.npmjs.org/hellojs/-/hellojs-1.18.4.tgz", - "integrity": "sha512-h9s7cYE5TlojfgPtdMDXWAyYInQuBCC21jL9TwJGY3NN6wYOw4B83NrEC4p+R015kndQAqZamWe/VolOaQrLeQ==" + "version": "1.18.6", + "resolved": "https://registry.npmjs.org/hellojs/-/hellojs-1.18.6.tgz", + "integrity": "sha512-xt2zI4w9e6pxNP/WHrHME5Shaex2HuUIni7ZZ1EeqvTTDUd3FOaWdmDKUSRmQgw3LFv06bUi3mVWwGuM5pOtrw==" }, "hex-color-regex": { "version": "1.1.0", diff --git a/website/client/package.json b/website/client/package.json index 3f4665a6e6..7fd916b3f2 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -37,7 +37,7 @@ "eslint-plugin-mocha": "^5.3.0", "eslint-plugin-vue": "^6.2.2", "habitica-markdown": "^3.0.0", - "hellojs": "^1.18.4", + "hellojs": "^1.18.6", "inspectpack": "^4.5.2", "intro.js": "^2.9.3", "jquery": "^3.5.1",