From 21c3611f459be549dbed1cb4d7431aa9a74da66d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 15:26:40 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TINYMCE-7278053 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fc68d09..5368934 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "jquery": "3.0.0-alpha1", "express": "4.1.1", "boom": "", - "tinymce": "4.2.3", + "tinymce": "6.8.4", "console-io": "2.6.3", "angular": "1.3.19", "nodejs-repo-tools": "git+https://github.com/GoogleCloudPlatform/nodejs-repo-tools.git#bbbb6035d77671eb053dbe6b6f0e3ff983f79639", diff --git a/yarn.lock b/yarn.lock index 37257f2..c069368 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2074,9 +2074,10 @@ timem@~1.1.0: version "1.1.2" resolved "https://registry.yarnpkg.com/timem/-/timem-1.1.2.tgz#fe93006c28253a8da5c49299306991fa4cc4f40c" -tinymce@4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-4.2.3.tgz#8d742fdc17026fac53e779a1a63ec2756e38965d" +tinymce@6.8.4: + version "6.8.4" + resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-6.8.4.tgz#53e1313ebfe5524b24c0fa45937d51fda058632d" + integrity sha512-okoJyxuPv1gzASxQDNgQbnUXOdAIyoOSXcXcZZu7tiW0PSKEdf3SdASxPBupRj+64/E3elHwVRnzSdo82Emqbg== to-array@0.1.4: version "0.1.4"