diff --git a/schemius-web/package-lock.json b/schemius-web/package-lock.json index f673610..d41bdce 100644 --- a/schemius-web/package-lock.json +++ b/schemius-web/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "jquery": "^3.7.1", - "jquery.terminal": "^2.42.0" + "jquery.terminal": "^2.42.1" } }, "node_modules/@jcubic/lily": { @@ -186,9 +186,9 @@ "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" }, "node_modules/jquery.terminal": { - "version": "2.42.0", - "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.42.0.tgz", - "integrity": "sha512-poZX1qYCWRUXR12ex/SAh1U3chFCbZ81iN1ajUVbNAidQEGIqyPmHZd5FoSkjPs5jV6ckZLF3t4R6bao12g2Ag==", + "version": "2.42.1", + "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.42.1.tgz", + "integrity": "sha512-jJae+k+h1UaBImGdIChzreMvvz3ryuzLLF1bOT4LgKlZhYZKrnE6aAhvzaf1Bn0oNsBXOKmsw9KqgJF4y7xX4A==", "dependencies": { "@jcubic/lily": "^0.3.0", "@types/jquery": "^3.5.29", @@ -450,9 +450,9 @@ "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" }, "jquery.terminal": { - "version": "2.42.0", - "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.42.0.tgz", - "integrity": "sha512-poZX1qYCWRUXR12ex/SAh1U3chFCbZ81iN1ajUVbNAidQEGIqyPmHZd5FoSkjPs5jV6ckZLF3t4R6bao12g2Ag==", + "version": "2.42.1", + "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.42.1.tgz", + "integrity": "sha512-jJae+k+h1UaBImGdIChzreMvvz3ryuzLLF1bOT4LgKlZhYZKrnE6aAhvzaf1Bn0oNsBXOKmsw9KqgJF4y7xX4A==", "requires": { "@jcubic/lily": "^0.3.0", "@types/jquery": "^3.5.29", diff --git a/schemius-web/package.json b/schemius-web/package.json index 6a84c6a..e075216 100644 --- a/schemius-web/package.json +++ b/schemius-web/package.json @@ -23,6 +23,6 @@ "homepage": "https://github.com/cowuake/schemius#readme", "dependencies": { "jquery": "^3.7.1", - "jquery.terminal": "^2.42.0" + "jquery.terminal": "^2.42.1" } }