From 1393863e126677f4f7000a26ee86a833a168ee50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 15:00:38 -0600 Subject: [PATCH] build(deps): bump intro.js from 4.3.0 to 5.0.0 in /website/client (#13834) Bumps [intro.js](https://github.com/usablica/intro.js) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/usablica/intro.js/releases) - [Commits](https://github.com/usablica/intro.js/compare/v4.3.0...v5.0.0) --- 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 c0c4505814..5d59e78db4 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -20681,9 +20681,9 @@ "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" }, "intro.js": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-4.3.0.tgz", - "integrity": "sha512-F4LXM42QIXcO3/2myGBBFdbbUVUK0lBhK7pAxPLd082u+3HfvigFR+Rptqy05q3OzjG/O0vMFDedrnHdSPi2rQ==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-5.0.0.tgz", + "integrity": "sha512-bj3R8Fb9h5I/oJIit60KciZUXBDviA4qV1iM9O/AXQvrfv78Szx9ILuRWET1W2jGge8RcM11TApxwQ0007Y1nQ==" }, "invariant": { "version": "2.2.4", diff --git a/website/client/package.json b/website/client/package.json index c1e0ea995f..d9726f15c2 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -40,7 +40,7 @@ "habitica-markdown": "^3.0.0", "hellojs": "^1.19.5", "inspectpack": "^4.7.1", - "intro.js": "^4.3.0", + "intro.js": "^5.0.0", "jquery": "^3.6.0", "lodash": "^4.17.21", "moment": "^2.29.1",