From 8e191e146ba1f332ca5f72ab13ba60295da21eaf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Oct 2023 22:22:02 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @babel/core from 7.8.3 to 7.22.20. See this package in npm: https://www.npmjs.com/package/@babel/core - @babel/plugin-transform-runtime from 7.11.0 to 7.22.15. See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-runtime - @babel/preset-env from 7.8.4 to 7.22.20. See this package in npm: https://www.npmjs.com/package/@babel/preset-env - @babel/runtime from 7.11.2 to 7.22.15. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/bram00767/project/4d23c36f-b856-479c-91e2-6eda8638a73e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8368be49c127..f1c662b76978 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ }, "license": "(MIT AND CC-BY-4.0)", "dependencies": { - "@babel/core": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.11.0", - "@babel/preset-env": "^7.8.4", - "@babel/runtime": "^7.11.2", + "@babel/core": "^7.22.20", + "@babel/plugin-transform-runtime": "^7.22.15", + "@babel/preset-env": "^7.22.20", + "@babel/runtime": "^7.22.15", "@github-docs/data-directory": "^1.2.0", "@github-docs/frontmatter": "^1.3.1", "@github-docs/render-content": "^5.1.0",