From f1dd07ebdf5154ba84dd3777aa5d953a94c1fa35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 00:43:28 +0000 Subject: [PATCH] chore(deps): update babel monorepo to v7.25.0 --- pulse/product-search-with-typesense/backend/package.json | 2 +- typescript/rest-nuxtjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pulse/product-search-with-typesense/backend/package.json b/pulse/product-search-with-typesense/backend/package.json index 8f06d4cef681..d52006852b1a 100644 --- a/pulse/product-search-with-typesense/backend/package.json +++ b/pulse/product-search-with-typesense/backend/package.json @@ -5,7 +5,7 @@ "migrate": "dotenv -e .dev.vars -- npx prisma migrate dev" }, "dependencies": { - "@babel/runtime": "7.24.8", + "@babel/runtime": "7.25.0", "@prisma/adapter-pg": "5.16.1", "@prisma/client": "5.16.1", "@prisma/extension-pulse": "1.2.0", diff --git a/typescript/rest-nuxtjs/package.json b/typescript/rest-nuxtjs/package.json index f54bdffdad8d..cdbd469e0be9 100644 --- a/typescript/rest-nuxtjs/package.json +++ b/typescript/rest-nuxtjs/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@nuxtjs/eslint-config": "12.0.0", "@nuxtjs/eslint-module": "4.1.0", - "@babel/eslint-parser": "7.24.8", + "@babel/eslint-parser": "7.25.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-nuxt": "4.0.0",