From 44fdf59f25c04fa8162859e8599939b4cedeae69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:22:08 +0000 Subject: [PATCH] Bump @babel/parser from 7.29.2 to 7.29.3 in /Build Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.29.2 to 7.29.3. - [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.29.3/packages/babel-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-version: 7.29.3 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 945bf90..98bfb6e 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.29.0", - "@babel/parser": "^7.29.2", + "@babel/parser": "^7.29.3", "@babel/runtime": "^7.29.2", "@codemirror/commands": "^6.10.3", "@codemirror/lang-css": "^6.3.1", @@ -253,9 +253,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.29.2", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz", - "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==", + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz", + "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==", "license": "MIT", "dependencies": { "@babel/types": "^7.29.0" diff --git a/Build/package.json b/Build/package.json index 5f3dddd..7a30f4a 100644 --- a/Build/package.json +++ b/Build/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.29.0", - "@babel/parser": "^7.29.2", + "@babel/parser": "^7.29.3", "@babel/runtime": "^7.29.2", "@codemirror/commands": "^6.10.3", "@codemirror/lang-css": "^6.3.1",