From 0f4816c67405d7353fcfbf146acadb990c161b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 16:35:06 -0500 Subject: [PATCH] build(deps): bump intro.js from 6.0.0 to 7.0.1 in /website/client (#14558) Bumps [intro.js](https://github.com/usablica/intro.js) from 6.0.0 to 7.0.1. - [Release notes](https://github.com/usablica/intro.js/releases) - [Changelog](https://github.com/usablica/intro.js/blob/master/tsconfig.release.json) - [Commits](https://github.com/usablica/intro.js/compare/v6.0.0...v7.0.1) --- updated-dependencies: - dependency-name: intro.js dependency-type: direct:production update-type: version-update:semver-major ... 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 83c7b29bec..01fd239091 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -21436,9 +21436,9 @@ "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" }, "intro.js": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-6.0.0.tgz", - "integrity": "sha512-ZUiR6BoLSvPSlLG0boewnWVgji1fE1gBvP/pyw5pgCKXEDQz1mMeUxarggClPNs71UTq364LwSk9zxz17A9gaQ==" + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-7.0.1.tgz", + "integrity": "sha512-1oqz6aOz9cGQ3CrtVYhCSo6AkjnXUn302kcIWLaZ3TI4kKssRXDwDSz4VRoGcfC1jN+WfaSJXRBrITz+QVEBzg==" }, "invariant": { "version": "2.2.4", diff --git a/website/client/package.json b/website/client/package.json index 3b87d1b8ba..20f9baf526 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -41,7 +41,7 @@ "habitica-markdown": "^3.0.0", "hellojs": "^1.20.0", "inspectpack": "^4.7.1", - "intro.js": "^6.0.0", + "intro.js": "^7.0.1", "jquery": "^3.6.4", "lodash": "^4.17.21", "moment": "^2.29.4",