From 46a7e8b943d51039aca37202848e6011e693789a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:29:40 +0000 Subject: [PATCH] chore(deps): bump intro.js from 7.2.0 to 8.3.2 in /console/atest-ui Bumps [intro.js](https://github.com/usablica/intro.js) from 7.2.0 to 8.3.2. - [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/v7.2.0...v8.3.2) --- updated-dependencies: - dependency-name: intro.js dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- console/atest-ui/package-lock.json | 15 +++++++-------- console/atest-ui/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/console/atest-ui/package-lock.json b/console/atest-ui/package-lock.json index 08e17427..b2c3828c 100644 --- a/console/atest-ui/package-lock.json +++ b/console/atest-ui/package-lock.json @@ -14,7 +14,7 @@ "codemirror": "^5.65.17", "diff-match-patch": "^1.0.5", "element-plus": "^2.10.2", - "intro.js": "^7.2.0", + "intro.js": "^8.3.2", "jsonlint-mod": "^1.7.6", "jsonpath-plus": "^10.3.0", "vue": "^3.3.4", @@ -7842,10 +7842,9 @@ } }, "node_modules/intro.js": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-7.2.0.tgz", - "integrity": "sha512-qbMfaB70rOXVBceIWNYnYTpVTiZsvQh/MIkfdQbpA9di9VBfj1GigUPfcCv3aOfsbrtPcri8vTLTA4FcEDcHSQ==", - "license": "AGPL-3.0" + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-8.3.2.tgz", + "integrity": "sha512-+QsuU8P7Z/O7stAwZ8Uj6CPyKsY6xVx/7hKTVLjlIEPYHaT43XnEUUYHCln6Ehr7GlDuwczh6I8PD/HGf4EG0A==" }, "node_modules/is-array-buffer": { "version": "3.0.2", @@ -21039,9 +21038,9 @@ } }, "intro.js": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-7.2.0.tgz", - "integrity": "sha512-qbMfaB70rOXVBceIWNYnYTpVTiZsvQh/MIkfdQbpA9di9VBfj1GigUPfcCv3aOfsbrtPcri8vTLTA4FcEDcHSQ==" + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-8.3.2.tgz", + "integrity": "sha512-+QsuU8P7Z/O7stAwZ8Uj6CPyKsY6xVx/7hKTVLjlIEPYHaT43XnEUUYHCln6Ehr7GlDuwczh6I8PD/HGf4EG0A==" }, "is-array-buffer": { "version": "3.0.2", diff --git a/console/atest-ui/package.json b/console/atest-ui/package.json index 7ea96f91..bc874b13 100644 --- a/console/atest-ui/package.json +++ b/console/atest-ui/package.json @@ -22,7 +22,7 @@ "codemirror": "^5.65.17", "diff-match-patch": "^1.0.5", "element-plus": "^2.10.2", - "intro.js": "^7.2.0", + "intro.js": "^8.3.2", "jsonlint-mod": "^1.7.6", "jsonpath-plus": "^10.3.0", "vue": "^3.3.4",