From d48716ac089ccee201ef4361c402b2dcc63b82c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 06:06:37 +0000 Subject: [PATCH] Bump mithril from 1.1.7 to 2.2.12 in /Framework Bumps [mithril](https://github.com/MithrilJS/mithril.js) from 1.1.7 to 2.2.12. - [Release notes](https://github.com/MithrilJS/mithril.js/releases) - [Changelog](https://github.com/MithrilJS/mithril.js/blob/main/docs/recent-changes.md) - [Commits](https://github.com/MithrilJS/mithril.js/compare/v1.1.7...v2.2.12) --- updated-dependencies: - dependency-name: mithril dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Framework/package-lock.json | 12 ++++-------- Framework/package.json | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Framework/package-lock.json b/Framework/package-lock.json index 2506905b6..af4818ec3 100644 --- a/Framework/package-lock.json +++ b/Framework/package-lock.json @@ -13,7 +13,7 @@ "helmet": "^8.0.0", "jsonwebtoken": "^9.0.0", "kafkajs": "^2.2.0", - "mithril": "1.1.7", + "mithril": "2.2.12", "mysql": "^2.18.1", "openid-client": "^5.6.0", "winston": "3.17.0", @@ -3738,13 +3738,9 @@ } }, "node_modules/mithril": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/mithril/-/mithril-1.1.7.tgz", - "integrity": "sha512-1SAkGeVrIVvkUHlPHvR3pXdWzNfTzmS/fBAe+rC2ApEBfZFFc+idi8Qg/M5JoW/sZkIDXSfQYVgvENMIhBIVAg==", - "bin": { - "bundle": "bundler/bin/bundle", - "ospec": "ospec/bin/ospec" - } + "version": "2.2.12", + "resolved": "https://registry.npmjs.org/mithril/-/mithril-2.2.12.tgz", + "integrity": "sha512-EpHb0DkcfwB+83NYvU8WMGBib+/TBtFLzdvYYXijqcW0o1i6cpVPklrCglJi2COXT2MG0Kih81CNPCoZkj0vag==" }, "node_modules/mitt": { "version": "3.0.1", diff --git a/Framework/package.json b/Framework/package.json index da08a63d9..6f9fe734d 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -35,7 +35,7 @@ "helmet": "^8.0.0", "jsonwebtoken": "^9.0.0", "kafkajs": "^2.2.0", - "mithril": "1.1.7", + "mithril": "2.2.12", "mysql": "^2.18.1", "openid-client": "^5.6.0", "winston": "3.17.0",