From c9270376df0688f2fea266015b18b27338267ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 19:35:23 +0000 Subject: [PATCH] Bump @babel/parser from 7.27.4 to 7.27.5 in /Build Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.27.4 to 7.27.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.5/packages/babel-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-version: 7.27.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 8 ++++---- Build/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index 9712946..e20194f 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.27.4", - "@babel/parser": "^7.27.3", + "@babel/parser": "^7.27.5", "@babel/runtime": "^7.27.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", @@ -256,9 +256,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.27.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.4.tgz", - "integrity": "sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==", + "version": "7.27.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz", + "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==", "license": "MIT", "dependencies": { "@babel/types": "^7.27.3" diff --git a/Build/package.json b/Build/package.json index c1d0f7b..2764f68 100644 --- a/Build/package.json +++ b/Build/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.27.4", - "@babel/parser": "^7.27.3", + "@babel/parser": "^7.27.5", "@babel/runtime": "^7.27.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1",