From 96b8f20f81d0f6216c818ae39668ab12b26bfa3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 04:28:46 +0000 Subject: [PATCH] Update NPM deps: Bump jquery.terminal Bumps the node-deps group in /schemius-web with 1 update: [jquery.terminal](https://github.com/jcubic/jquery.terminal). Updates `jquery.terminal` from 2.42.0 to 2.42.1 - [Release notes](https://github.com/jcubic/jquery.terminal/releases) - [Changelog](https://github.com/jcubic/jquery.terminal/blob/master/CHANGELOG.md) - [Commits](https://github.com/jcubic/jquery.terminal/compare/2.42.0...2.42.1) --- updated-dependencies: - dependency-name: jquery.terminal dependency-type: direct:production update-type: version-update:semver-patch dependency-group: node-deps ... Signed-off-by: dependabot[bot] --- schemius-web/package-lock.json | 14 +++++++------- schemius-web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" } }