From 61cfcc14ffccd2ccfb90badb6e033333a9ff2ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:42:14 +0000 Subject: [PATCH] Bump @babel/parser from 7.28.3 to 7.28.4 in /Build Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.28.3 to 7.28.4. - [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.4/packages/babel-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-version: 7.28.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 17 +++++++++-------- Build/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index 4220359..814bb29 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.28.3", - "@babel/parser": "^7.27.5", + "@babel/parser": "^7.28.4", "@babel/runtime": "^7.28.3", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", @@ -24,6 +24,7 @@ "@uiw/codemirror-theme-bbedit": "^4.25.1", "@uiw/codemirror-theme-monokai": "^4.25.1", "codemirror": "^6.0.2", + "copy-webpack-plugin": "^13.0.1", "eslint": "^9.34.0", "eslint-linter-browserify": "^9.34.0", "file-saver": "^2.0.5", @@ -265,12 +266,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.28.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz", - "integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz", + "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==", "license": "MIT", "dependencies": { - "@babel/types": "^7.28.2" + "@babel/types": "^7.28.4" }, "bin": { "parser": "bin/babel-parser.js" @@ -344,9 +345,9 @@ "license": "MIT" }, "node_modules/@babel/types": { - "version": "7.28.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz", - "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz", + "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", diff --git a/Build/package.json b/Build/package.json index da1d06c..04cac8d 100644 --- a/Build/package.json +++ b/Build/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.28.3", - "@babel/parser": "^7.27.5", + "@babel/parser": "^7.28.4", "@babel/runtime": "^7.28.3", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1",