From 539e23de96b9fcb6bdb3b485a984894c419f6ea8 Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 23 Oct 2023 13:18:50 -0400 Subject: [PATCH] chore(deps): bump @babel/traverse to avoid audit warning (#137) more info: https://github.com/advisories/GHSA-67hx-6x53-jw92 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96a2706..f16f9b1 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@babel/core": "^7.21.8", "@babel/generator": "^7.21.5", "@babel/parser": "^7.21.8", - "@babel/traverse": "^7.21.5", + "@babel/traverse": "^7.23.2", "@babel/types": "^7.21.5", "semver": "^7.5.2" },