From 5c9c8e889661f93236d5bd5db6a12ed3964f8868 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Oct 2023 01:30:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50806050edf995..5f1542a4662e43 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@babel/core": "7.16.0", "@babel/plugin-syntax-jsx": "7.16.0", "@babel/runtime-corejs3": "7.16.0", - "@babel/traverse": "7.16.0", + "@babel/traverse": "7.23.2", "@emotion/babel-plugin": "11.3.0", "@emotion/jest": "11.7.1", "@emotion/native": "11.0.0",