diff --git a/package-lock.json b/package-lock.json index eb88458cd..4f4c6c989 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "9.1.0-alpha.11", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@babel/runtime": "7.28.6", + "@babel/runtime": "7.29.2", "@babel/runtime-corejs3": "7.29.2", "bcryptjs": "3.0.3", "body-parser": "2.2.2", @@ -2373,9 +2373,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", - "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz", + "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -5940,6 +5940,16 @@ "node": "20 || 22 || 24" } }, + "node_modules/@parse/push-adapter/node_modules/@babel/runtime": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@parse/push-adapter/node_modules/@babel/runtime-corejs3": { "version": "7.29.0", "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.0.tgz", @@ -25245,6 +25255,15 @@ } } }, + "node_modules/parse/node_modules/@babel/runtime": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/parse/node_modules/@babel/runtime-corejs3": { "version": "7.29.0", "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.0.tgz", diff --git a/package.json b/package.json index ec7f58b92..b46a25577 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "LICENSE" ], "dependencies": { - "@babel/runtime": "7.28.6", + "@babel/runtime": "7.29.2", "@babel/runtime-corejs3": "7.29.2", "bcryptjs": "3.0.3", "body-parser": "2.2.2",