From 07e13be28d3a9f71343e0d30fff1bca2525a38ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:55:31 +0000 Subject: [PATCH] Bump @babel/parser from 7.28.6 to 7.29.0 in /Build Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.28.6 to 7.29.0. - [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.0/packages/babel-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-version: 7.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 16 ++++++++-------- Build/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index 35f03d9..d2119e8 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.28.6", - "@babel/parser": "^7.28.5", + "@babel/parser": "^7.29.0", "@babel/runtime": "^7.28.6", "@codemirror/commands": "^6.10.1", "@codemirror/lang-css": "^6.3.1", @@ -253,12 +253,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz", - "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz", + "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==", "license": "MIT", "dependencies": { - "@babel/types": "^7.28.6" + "@babel/types": "^7.29.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -332,9 +332,9 @@ "license": "MIT" }, "node_modules/@babel/types": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz", - "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", + "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", diff --git a/Build/package.json b/Build/package.json index 97ea497..8e50dd6 100644 --- a/Build/package.json +++ b/Build/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.28.6", - "@babel/parser": "^7.28.5", + "@babel/parser": "^7.29.0", "@babel/runtime": "^7.28.6", "@codemirror/commands": "^6.10.1", "@codemirror/lang-css": "^6.3.1",