Compare commits

...

5 Commits

Author SHA1 Message Date
dependabot[bot]
a3476ac054
Merge d1166c44110df403a53132cd7d67f521b913c139 into d8e1f96948a85c705af47791ba4253aa3c901c78 2025-02-06 18:05:45 -06:00
dvelo
d8e1f96948
Merge pull request #84 from DeveloLongScript/dev
Update bug_report.md
2025-02-06 18:05:40 -06:00
dvelo
c4bd338b2e
Update bug_report.md 2025-02-06 17:36:43 -06:00
dependabot[bot]
d1166c4411
build(deps): bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-24 00:03:41 +00:00
dvelo
cbdcc74ce8
chore: move dev branch commits -> main
chore: move dev branch commits -> main
2024-11-23 18:01:43 -06:00
2 changed files with 4 additions and 4 deletions

@ -2,7 +2,7 @@
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ''
labels: '' labels: 'bug'
assignees: '' assignees: ''
--- ---

@ -3234,9 +3234,9 @@ cross-fetch@^4.0.0:
node-fetch "^2.6.12" node-fetch "^2.6.12"
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3" version "7.0.6"
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
dependencies: dependencies:
path-key "^3.1.0" path-key "^3.1.0"
shebang-command "^2.0.0" shebang-command "^2.0.0"