From 02b0f435d4ce8fb920da9b435593f2f66888b435 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Oct 2023 18:26:22 +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-ANGULAR-6024003 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fc68d09..655f438 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "boom": "", "tinymce": "4.2.3", "console-io": "2.6.3", - "angular": "1.3.19", + "angular": "1.6.0", "nodejs-repo-tools": "git+https://github.com/GoogleCloudPlatform/nodejs-repo-tools.git#bbbb6035d77671eb053dbe6b6f0e3ff983f79639", "cookie-signature": "1.0.2", "handlebars-ex": "0.0.2" diff --git a/yarn.lock b/yarn.lock index 37257f2..2337855 100644 --- a/yarn.lock +++ b/yarn.lock @@ -99,9 +99,10 @@ amdefine@>=0.0.4: version "1.0.1" resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" -angular@1.3.19: - version "1.3.19" - resolved "https://registry.yarnpkg.com/angular/-/angular-1.3.19.tgz#c46eab743d3a8ebc72885dee8e7de321932c5c9d" +angular@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/angular/-/angular-1.6.0.tgz#16c5edebd0a342046bd5281cca2decf04c40df76" + integrity sha512-2iYr9Jkh2HNQjKUnsF48ej+BdB93VA98blnc5t5XvaxPntjGKj4Lu1juZC+i7/5g8w7FeJ/dSSCuij2XquxrJQ== ansi-regex@^2.0.0: version "2.1.1"