From d6db8bc7fc67e718cf293ae049f1dbbb20ba4a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:10:33 +0000 Subject: [PATCH] Bump @babel/parser from 7.28.5 to 7.28.6 in /Build Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.28.5 to 7.28.6. - [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.28.6/packages/babel-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-version: 7.28.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2438a55..e334517 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.28.5", - "@babel/parser": "^7.28.5", + "@babel/parser": "^7.28.6", "@babel/runtime": "^7.28.4", "@codemirror/commands": "^6.10.1", "@codemirror/lang-css": "^6.3.1", @@ -253,12 +253,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", - "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz", + "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==", "license": "MIT", "dependencies": { - "@babel/types": "^7.28.5" + "@babel/types": "^7.28.6" }, "bin": { "parser": "bin/babel-parser.js" @@ -332,9 +332,9 @@ "license": "MIT" }, "node_modules/@babel/types": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", - "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz", + "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", diff --git a/Build/package.json b/Build/package.json index 8b90663..06abf40 100644 --- a/Build/package.json +++ b/Build/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.28.5", - "@babel/parser": "^7.28.5", + "@babel/parser": "^7.28.6", "@babel/runtime": "^7.28.4", "@codemirror/commands": "^6.10.1", "@codemirror/lang-css": "^6.3.1",