From 94138f038368a25cc48f39c9f11142a627871774 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Jun 2024 00:55:55 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.24.6 to 7.24.7 Snyk has created this PR to upgrade @babel/runtime from 7.24.6 to 7.24.7. See this package in npm: @babel/runtime See this project in Snyk: https://app.snyk.io/org/teramotodaiki/project/1ffa79e5-1292-4f8b-8dbf-845c9365f9ca?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdf0af99..307df726 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.11.16", "license": "MIT", "dependencies": { - "@babel/runtime": "7.24.6", + "@babel/runtime": "^7.24.7", "@hackforplay/log": "1.3.5", "@hackforplay/next": "0.9.2", "@hackforplay/skins": "1.14.2", @@ -1863,9 +1863,10 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.6.tgz", - "integrity": "sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", + "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -21379,9 +21380,9 @@ "dev": true }, "@babel/runtime": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.6.tgz", - "integrity": "sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", + "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", "requires": { "regenerator-runtime": "^0.14.0" }, diff --git a/package.json b/package.json index f6cbd4fd..42f16933 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "webpack-dev-server": "5.0.4" }, "dependencies": { - "@babel/runtime": "7.24.6", + "@babel/runtime": "7.24.7", "@hackforplay/log": "1.3.5", "@hackforplay/next": "0.9.2", "@hackforplay/skins": "1.14.2",