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",