From 2b981ceed4ece21bc7da02da38fcc2786cf05c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:07:46 +0100 Subject: [PATCH] Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#878) Bumps [trumbowyg](https://github.com/Alex-D/Trumbowyg) from 2.29.0 to 2.30.0. - [Release notes](https://github.com/Alex-D/Trumbowyg/releases) - [Commits](https://github.com/Alex-D/Trumbowyg/compare/v2.29.0...v2.30.0) --- updated-dependencies: - dependency-name: trumbowyg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../common-theme/webapp/common-theme/js/package-lock.json | 8 ++++---- themes/common-theme/webapp/common-theme/js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/common-theme/webapp/common-theme/js/package-lock.json b/themes/common-theme/webapp/common-theme/js/package-lock.json index b4f56f6593..0f15ad6494 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -17,7 +17,7 @@ "jquery-ui-dist": "^1.13.3", "jquery-validation": "^1.21.0", "jquery.browser": "^0.1.0", - "trumbowyg": "^2.29.0", + "trumbowyg": "^2.30.0", "uglify-js": "3.19.3" } }, @@ -97,9 +97,9 @@ } }, "node_modules/trumbowyg": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.29.0.tgz", - "integrity": "sha512-XJQqflG1uXUMBjw6ZN2wkLM4hNdfFvaxRTm4CPxgflEYndh8ECBfkzv7p0EuKSClSoNh/3zubRzPnsPjDe58+A==", + "version": "2.30.0", + "resolved": "https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.30.0.tgz", + "integrity": "sha512-AwE4ARZVaIHj0w8dbNaZCjbwhKcy2hu9hrB+xAE53Wkw6GA/zVGbL+uelxgSDRV+2zpJWyEKE9j2ss77DIvv3A==", "license": "MIT", "peerDependencies": { "jquery": ">=1.8" diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index 013977f253..b247c2e273 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -14,7 +14,7 @@ "jquery-ui-dist": "^1.13.3", "jquery-validation": "^1.21.0", "jquery.browser": "^0.1.0", - "trumbowyg": "^2.29.0", + "trumbowyg": "^2.30.0", "uglify-js": "3.19.3" }, "scripts": {