From 6a97fe2741867d5833082bca4c6f013ecea3e323 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 May 2024 22:46:34 +0000 Subject: [PATCH] fix: upgrade @babel/core from 7.11.6 to 7.24.5 Snyk has created this PR to upgrade @babel/core from 7.11.6 to 7.24.5. See this package in npm: @babel/core See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/cc03628c-7a05-4a3f-bd6d-a23fafadd93a?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/using-emotion-prismjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-emotion-prismjs/package.json b/examples/using-emotion-prismjs/package.json index 55e715afab586..ec5cc030fdee4 100644 --- a/examples/using-emotion-prismjs/package.json +++ b/examples/using-emotion-prismjs/package.json @@ -8,7 +8,7 @@ "start": "npm run develop" }, "dependencies": { - "@babel/core": "7.11.6", + "@babel/core": "7.24.5", "@emotion/css": "^11.1.3", "@emotion/react": "^11.0.0", "@emotion/styled": "^11.0.0",