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",