From f2a451caced10fb3cfec317630b5d5663587610b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 07:23:03 +0200 Subject: [PATCH] Update NPM deps: Bump jquery.terminal (#26) Bumps the node-deps group in /schemius-web with 1 update: [jquery.terminal](https://github.com/jcubic/jquery.terminal). Updates `jquery.terminal` from 2.43.1 to 2.44.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.43.1...2.44.1) --- updated-dependencies: - dependency-name: jquery.terminal dependency-type: direct:production update-type: version-update:semver-minor dependency-group: node-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 db09186..f96ee27 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.43.1" + "jquery.terminal": "^2.44.1" } }, "node_modules/@jcubic/lily": { @@ -186,9 +186,9 @@ "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" }, "node_modules/jquery.terminal": { - "version": "2.43.1", - "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.43.1.tgz", - "integrity": "sha512-TcezgCLdtAn0dTzPXK6kdnzJV4k9vcdTVxt7l0teFV+7LGWRCFIhs49U3WeNKU0aereFtlR5N5qrSWBGqPlw0A==", + "version": "2.44.1", + "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.44.1.tgz", + "integrity": "sha512-uyvTsnmtvz7tHo4gvdPImZiKf2p9pQhAg/qkk9sj8vePP1xOTHjm70WKAkeiY4ZUWgIRDfAkyWlaJ6UZWy9m6w==", "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.43.1", - "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.43.1.tgz", - "integrity": "sha512-TcezgCLdtAn0dTzPXK6kdnzJV4k9vcdTVxt7l0teFV+7LGWRCFIhs49U3WeNKU0aereFtlR5N5qrSWBGqPlw0A==", + "version": "2.44.1", + "resolved": "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.44.1.tgz", + "integrity": "sha512-uyvTsnmtvz7tHo4gvdPImZiKf2p9pQhAg/qkk9sj8vePP1xOTHjm70WKAkeiY4ZUWgIRDfAkyWlaJ6UZWy9m6w==", "requires": { "@jcubic/lily": "^0.3.0", "@types/jquery": "^3.5.29", diff --git a/schemius-web/package.json b/schemius-web/package.json index 969a3b4..76ca6e5 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.43.1" + "jquery.terminal": "^2.44.1" } }