mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #897] [CLOSED] Bump brace-expansion from 1.1.11 to 1.1.12 in /src/ElectronNET.WebApp/ElectronHostHook #1338
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/897
Author: @dependabot[bot]
Created: 10/31/2025
Status: ❌ Closed
Base:
develop← Head:dependabot/npm_and_yarn/src/ElectronNET.WebApp/ElectronHostHook/brace-expansion-1.1.12📝 Commits (9)
ca74838fix #647 process argv for open-file for win and linuxf7de17ffix #647 add initial Process class to ElectronNET.APIdc019ad#647 add to ElectronNET.API Process member interfaces for argv and typec01ef40fix #647 add to ElectronNET.API Process member interfaces for various fields8daf4d1#647 update XML documentation to ElectronNET.API Process membersf9601a6fix #647 make ProcessVersions Entity a record to ensure readonly access to props9a615caMerge pull request #881 from hillin/reintroduce-#648c2ba55eMerge branch 'develop'0b5dc72Bump brace-expansion in /src/ElectronNET.WebApp/ElectronHostHook📊 Changes
7 files changed (+333 additions, -6 deletions)
View changed files
📝
src/ElectronNET.API/API/Electron.cs(+5 -0)➕
src/ElectronNET.API/Process.cs(+185 -0)➕
src/ElectronNET.Host/api/process.js(+62 -0)➕
src/ElectronNET.Host/api/process.js.map(+1 -0)➕
src/ElectronNET.Host/api/process.ts(+73 -0)📝
src/ElectronNET.Host/main.js(+1 -0)📝
src/ElectronNET.WebApp/ElectronHostHook/package-lock.json(+6 -6)📄 Description
Bumps brace-expansion from 1.1.11 to 1.1.12.
Release notes
Sourced from brace-expansion's releases.
Commits
44f33b41.1.12c460dbdpkg: publish on tag 1.xccb8ac6fmtc3c73c8Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.