From 29a1b3bda0d92c83a82afdd62c3bfd7f7f7a5d8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 May 2025 07:49:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0220dbe55..b07a1b5e6 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "url-template": "^2.0.8", "uuid": "^3.1.0", "whatwg-fetch": "^2.0.4", - "yup": "^0.27.0" + "yup": "^1.0.0" }, "scripts": { "build-css": "node-sass-chokidar --include-path ./src/app/styles/scss --include-path ./node_modules src/app/styles/scss/sass.scss -o src/app/styles/built",