From 2c7cd1e695f8590afae121ddbb19af917d9c8ed4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Aug 2023 04:02:29 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @babel/core from 7.20.7 to 7.22.9. See this package in npm: https://www.npmjs.com/package/@babel/core - @babel/plugin-transform-runtime from 7.18.5 to 7.22.9. See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-runtime - @babel/preset-env from 7.18.2 to 7.22.9. See this package in npm: https://www.npmjs.com/package/@babel/preset-env See this project in Snyk: https://app.snyk.io/org/woodpile37/project/c8124b9c-7460-406a-b6c9-6fac0462b8ac?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 135f62ee777e..200077d2eb0f 100644 --- a/package.json +++ b/package.json @@ -99,11 +99,11 @@ "devDependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.0.3", - "@babel/core": "7.20.7", + "@babel/core": "7.22.9", "@babel/eslint-parser": "^7.18.2", "@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.9", + "@babel/preset-env": "^7.22.9", "@graphql-inspector/core": "^3.1.2", "@graphql-tools/load": "^8.0.0", "@jest/globals": "29.4.3",