From 04f54d5e03c03c3eb6aa4aef2999c6575a6cf43c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:03:23 -0600 Subject: [PATCH] build(deps): bump hellojs from 1.19.5 to 1.20.0 in /website/client (#14479) Bumps [hellojs](https://github.com/MrSwitch/hello.js) from 1.19.5 to 1.20.0. - [Release notes](https://github.com/MrSwitch/hello.js/releases) - [Changelog](https://github.com/MrSwitch/hello.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/MrSwitch/hello.js/compare/v1.19.5...v1.20.0) --- updated-dependencies: - dependency-name: hellojs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 044e88c7a7..3888efcbcc 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -20652,9 +20652,9 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" }, "hellojs": { - "version": "1.19.5", - "resolved": "https://registry.npmjs.org/hellojs/-/hellojs-1.19.5.tgz", - "integrity": "sha512-hFlublej5rHFWjGe6MMMmj78otSIXBbrfvtWPZSSRmXKFoLMFlL41PJ1JPS8xwiSIZca2ve8uHoPZUDwU+/8gg==" + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/hellojs/-/hellojs-1.20.0.tgz", + "integrity": "sha512-zfZGRt0J0OpJHnw2GJz4uh+rzMNAMWpIymiaRbSmCqCvqDMLSx2/qR5JucqnHPsZHUEjyKj5aLJ8K54kyHHjLQ==" }, "hex-color-regex": { "version": "1.1.0", diff --git a/website/client/package.json b/website/client/package.json index 390d0e9fe5..cf2b39bb87 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -39,7 +39,7 @@ "eslint-plugin-mocha": "^5.3.0", "eslint-plugin-vue": "^6.2.2", "habitica-markdown": "^3.0.0", - "hellojs": "^1.19.5", + "hellojs": "^1.20.0", "inspectpack": "^4.7.1", "intro.js": "^6.0.0", "jquery": "^3.6.3",