From ec2a574e8ec54e258a6c613de7f2b6d085671166 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Jul 2023 02:16:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d6f360ae77d0..2ce2d46f218f 100644 --- a/package.json +++ b/package.json @@ -141,11 +141,11 @@ "devDependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.0.3", - "@babel/core": "7.20.7", - "@babel/eslint-parser": "^7.18.2", + "@babel/core": "7.22.6", + "@babel/eslint-parser": "^7.22.6", "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", + "@babel/plugin-transform-runtime": "^7.22.6", + "@babel/preset-env": "^7.22.6", "@graphql-inspector/core": "^5.0.0", "@graphql-tools/load": "^8.0.0", "@jest/globals": "29.5.0",