From 54b54c42e40b32c2fcf35f6f7e652a9090f81f54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 15:07:52 -0500 Subject: [PATCH] build(deps): bump intro.js from 2.9.3 to 3.4.0 in /website/client (#13145) Bumps [intro.js](https://github.com/usablica/intro.js) from 2.9.3 to 3.4.0. - [Release notes](https://github.com/usablica/intro.js/releases) - [Commits](https://github.com/usablica/intro.js/compare/v2.9.3...v3.4.0) 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 beda916077..2fb869aa23 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -19109,9 +19109,9 @@ "integrity": "sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==" }, "intro.js": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-2.9.3.tgz", - "integrity": "sha512-hC+EXWnEuJeA3CveGMat3XHePd2iaXNFJIVfvJh2E9IzBMGLTlhWvPIVHAgKlOpO4lNayCxEqzr4N02VmHFr9Q==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-3.4.0.tgz", + "integrity": "sha512-LlOM5izNtkPEtjusCYDZs6Nt9JrykpUuqWh5bfQJtWVMWtg2vGzxzJDGrTdF9XUzVZvWzVIdkga/M/z8AX6hlg==" }, "invariant": { "version": "2.2.4", diff --git a/website/client/package.json b/website/client/package.json index 26d1ab7bfd..ef78f72d20 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -39,7 +39,7 @@ "habitica-markdown": "^3.0.0", "hellojs": "^1.19.3", "inspectpack": "^4.6.1", - "intro.js": "^2.9.3", + "intro.js": "^3.4.0", "jquery": "^3.5.1", "lodash": "^4.17.20", "moment": "^2.29.1",