From 1664d36d9cacbef1ca09a8b9bd94db6f887c3507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:58:26 +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.1 to 2.42.2 - [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.1...2.42.2) --- 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 d41bdce..a8d0c32 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.1" + "jquery.terminal": "^2.42.2" } }, "node_modules/@jcubic/lily": { @@ -186,9 +186,9 @@ "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" }, "node_modules/jquery.terminal": { - "version": "2.42.1", - "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.42.1.tgz", - "integrity": "sha512-jJae+k+h1UaBImGdIChzreMvvz3ryuzLLF1bOT4LgKlZhYZKrnE6aAhvzaf1Bn0oNsBXOKmsw9KqgJF4y7xX4A==", + "version": "2.42.2", + "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.42.2.tgz", + "integrity": "sha512-TC3jRvCly1ZohSsy3m2UQjyOEYyZSl7YZQDUeF07nrQX1HAes+AznykYdhEPRHh2viYVp9GW0c1W+pm2eibLAw==", "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.1", - "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.42.1.tgz", - "integrity": "sha512-jJae+k+h1UaBImGdIChzreMvvz3ryuzLLF1bOT4LgKlZhYZKrnE6aAhvzaf1Bn0oNsBXOKmsw9KqgJF4y7xX4A==", + "version": "2.42.2", + "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.42.2.tgz", + "integrity": "sha512-TC3jRvCly1ZohSsy3m2UQjyOEYyZSl7YZQDUeF07nrQX1HAes+AznykYdhEPRHh2viYVp9GW0c1W+pm2eibLAw==", "requires": { "@jcubic/lily": "^0.3.0", "@types/jquery": "^3.5.29", diff --git a/schemius-web/package.json b/schemius-web/package.json index e075216..d349234 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.1" + "jquery.terminal": "^2.42.2" } }