From a49c9db879052a1ff3723bc92ec1b9670839168d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jul 2023 23:04:59 +0000 Subject: [PATCH] fix: examples/using-emotion-prismjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- 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..34bc32800ebb5 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.22.6", "@emotion/css": "^11.1.3", "@emotion/react": "^11.0.0", "@emotion/styled": "^11.0.0",