From 39b5a4fc7de671bdaad01e111e55c89c0f4c8a53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:40:32 +0000 Subject: [PATCH] chore(deps): update babel monorepo --- src/lib/application/files/js/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/application/files/js/package.json b/src/lib/application/files/js/package.json index 577331b0d..bd1be1cf5 100644 --- a/src/lib/application/files/js/package.json +++ b/src/lib/application/files/js/package.json @@ -22,13 +22,13 @@ }, "devDependencies": { "@nestjs/testing": "^10.0.0", - "@babel/core": "7.22.11", - "@babel/node": "7.22.10", - "@babel/plugin-proposal-decorators": "7.22.10", - "@babel/plugin-transform-runtime": "7.22.10", - "@babel/preset-env": "7.22.14", - "@babel/register": "7.22.5", - "@babel/runtime": "7.22.11", + "@babel/core": "7.22.17", + "@babel/node": "7.22.15", + "@babel/plugin-proposal-decorators": "7.22.15", + "@babel/plugin-transform-runtime": "7.22.15", + "@babel/preset-env": "7.22.15", + "@babel/register": "7.22.15", + "@babel/runtime": "7.22.15", "jest": "29.6.4", "nodemon": "3.0.1", "prettier": "3.0.3",