diff --git a/package-lock.json b/package-lock.json index 4a6ae08165..3212f34bf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "7.2.0-alpha.9", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@babel/runtime": "7.27.1", + "@babel/runtime": "7.27.3", "@babel/runtime-corejs3": "7.27.3", "bcryptjs": "3.0.2", "body-parser": "2.2.0", @@ -2083,9 +2083,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.3.tgz", + "integrity": "sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==", "license": "MIT", "engines": { "node": ">=6.9.0" diff --git a/package.json b/package.json index 06b0375ecb..19616127e1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "LICENSE" ], "dependencies": { - "@babel/runtime": "7.27.1", + "@babel/runtime": "7.27.3", "@babel/runtime-corejs3": "7.27.3", "bcryptjs": "3.0.2", "body-parser": "2.2.0",