From 73992d05e2941d32d2e2c2f8f8a31e0c6b0c2d89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Aug 2023 01:45:47 +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.10. See this package in npm: https://www.npmjs.com/package/@babel/core - @babel/plugin-transform-runtime from 7.18.5 to 7.22.10. See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-runtime - @babel/preset-env from 7.18.2 to 7.22.10. 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 fcdf210c4b3b..98b0de44df29 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.22.9", + "@babel/core": "7.22.10", "@babel/eslint-parser": "^7.22.9", "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.22.9", - "@babel/preset-env": "^7.22.9", + "@babel/plugin-transform-runtime": "^7.22.10", + "@babel/preset-env": "^7.22.10", "@graphql-inspector/core": "^5.0.1", "@graphql-tools/load": "^8.0.0", "@jest/globals": "29.4.3",