mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-05-09 08:15:25 +02:00
[PR #80] [MERGED] Dev #82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/BreizhHardware/express-prom-bundle/pull/80
Author: @BreizhHardware
Created: 3/6/2026
Status: ✅ Merged
Merged: 3/6/2026
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (7)
d0051e0chore(deps-dev): bump globals from 17.3.0 to 17.4.06a6f511fix: prevent duplicate security audit issue creationd34fc4bchore(deps-dev): bump koa in the npm_and_yarn group across 1 directory28f25dechore(deps-dev): bump @eslint/eslintrc from 3.3.3 to 3.3.4072516fchore(deps-dev): bump nyc from 17.1.0 to 18.0.0041e61ebump: bump version to 8.0.108ca3bb0chore(deps-dev): bump eslint from 10.0.0 to 10.0.2📊 Changes
3 files changed (+368 additions, -161 deletions)
View changed files
📝
.github/workflows/audit.yml(+15 -1)📝
package-lock.json(+351 -158)📝
package.json(+2 -2)📄 Description
This pull request introduces a minor package version bump and an improvement to the security audit workflow. The workflow now checks for existing open security audit issues before creating a new one, preventing duplicate issues.
Security audit workflow improvements:
.github/workflows/audit.yml: Updated the script to check for existing open issues with thesecurity,auditlabels before creating a new issue, avoiding duplicate security audit issues.Package maintenance:
package.json: Bumped package version from8.0.9to8.0.10.package.json: Updatednycdependency from^17.1.0to^18.0.0.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.