diff --git a/console/atest-ui/package-lock.json b/console/atest-ui/package-lock.json index d0cd015e..7413e53a 100644 --- a/console/atest-ui/package-lock.json +++ b/console/atest-ui/package-lock.json @@ -12,13 +12,13 @@ "codemirror": "^5.65.17", "diff-match-patch": "^1.0.5", "element-plus": "^2.10.2", - "intro.js": "^7.0.1", + "intro.js": "^7.2.0", "jsonlint-mod": "^1.7.6", - "jsonpath-plus": "10.3.0", + "jsonpath-plus": "^10.3.0", "skywalking-client-js": "^0.10.0", "vue": "^3.3.4", "vue-codemirror": "^5.1.0", - "vue-i18n": "11.1.2", + "vue-i18n": "^11.1.2", "vue-json-viewer": "^3.0.4", "vue-router": "^4.2.2" }, @@ -6593,9 +6593,10 @@ } }, "node_modules/intro.js": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-7.0.1.tgz", - "integrity": "sha512-1oqz6aOz9cGQ3CrtVYhCSo6AkjnXUn302kcIWLaZ3TI4kKssRXDwDSz4VRoGcfC1jN+WfaSJXRBrITz+QVEBzg==" + "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" }, "node_modules/is-array-buffer": { "version": "3.0.2", @@ -17139,9 +17140,9 @@ } }, "intro.js": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-7.0.1.tgz", - "integrity": "sha512-1oqz6aOz9cGQ3CrtVYhCSo6AkjnXUn302kcIWLaZ3TI4kKssRXDwDSz4VRoGcfC1jN+WfaSJXRBrITz+QVEBzg==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-7.2.0.tgz", + "integrity": "sha512-qbMfaB70rOXVBceIWNYnYTpVTiZsvQh/MIkfdQbpA9di9VBfj1GigUPfcCv3aOfsbrtPcri8vTLTA4FcEDcHSQ==" }, "is-array-buffer": { "version": "3.0.2", diff --git a/console/atest-ui/package.json b/console/atest-ui/package.json index 05f91d38..6be6d2e1 100644 --- a/console/atest-ui/package.json +++ b/console/atest-ui/package.json @@ -20,7 +20,7 @@ "codemirror": "^5.65.17", "diff-match-patch": "^1.0.5", "element-plus": "^2.10.2", - "intro.js": "^7.0.1", + "intro.js": "^7.2.0", "jsonlint-mod": "^1.7.6", "jsonpath-plus": "^10.3.0", "skywalking-client-js": "^0.10.0",