From 886eda8e48e784653125194583099b00d29a9026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:19:01 +0200 Subject: [PATCH] Bump @babel/types from 7.25.2 to 7.25.4 in /frontend/aashub (#24) --- frontend/aashub/package.json | 2 +- frontend/aashub/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/aashub/package.json b/frontend/aashub/package.json index 6a5dfa0..b347837 100644 --- a/frontend/aashub/package.json +++ b/frontend/aashub/package.json @@ -15,7 +15,7 @@ "vuetify": "^3.7.0" }, "devDependencies": { - "@babel/types": "^7.24.7", + "@babel/types": "^7.25.4", "@eslint/js": "^9.9.0", "@types/eslint__js": "^8.42.3", "@types/node": "^22.4.2", diff --git a/frontend/aashub/yarn.lock b/frontend/aashub/yarn.lock index 90c0982..d90265c 100644 --- a/frontend/aashub/yarn.lock +++ b/frontend/aashub/yarn.lock @@ -24,10 +24,10 @@ dependencies: "@babel/types" "^7.25.2" -"@babel/types@^7.24.7", "@babel/types@^7.25.2": - version "7.25.2" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125" - integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q== +"@babel/types@^7.25.2", "@babel/types@^7.25.4": + version "7.25.4" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.4.tgz#6bcb46c72fdf1012a209d016c07f769e10adcb5f" + integrity sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ== dependencies: "@babel/helper-string-parser" "^7.24.8" "@babel/helper-validator-identifier" "^7.24.7"