From bafffc67eb709b4b52f081f153eb7ceb83365237 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 17:38:28 +0000 Subject: [PATCH] fix: packages/macro/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ROLLUP-8073097 --- packages/macro/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/macro/package.json b/packages/macro/package.json index aae6e8750..f5b5c5e44 100644 --- a/packages/macro/package.json +++ b/packages/macro/package.json @@ -66,8 +66,8 @@ "@babel/runtime": "^7.20.13", "@babel/types": "^7.20.7", "@lingui/conf": "4.4.0", - "@lingui/core": "4.4.0", - "@lingui/message-utils": "4.4.0" + "@lingui/core": "2.0.0", + "@lingui/message-utils": "4.0.0" }, "peerDependencies": { "@lingui/react": "^4.0.0",