diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0af319f..5f4c9f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,6 @@ jobs: security-audit: name: Dependency Security Audit runs-on: ubuntu-latest - if: - github.event_name != 'pull_request' || !contains(fromJSON('["labeled","unlabeled"]'), github.event.action) || - (github.event.action == 'labeled' && contains(fromJSON('["perf"]'), github.event.label.name)) permissions: contents: read diff --git a/package.json b/package.json index ee7b4af..3bb9aab 100644 --- a/package.json +++ b/package.json @@ -87,8 +87,8 @@ "overrides": { "vite-node": "^5.2.0", "esbuild": "^0.25.0", - "brace-expansion@>=5.0.0 <5.0.6": ">=5.0.6", - "ws@>=8.0.0 <8.20.1": ">=8.20.1" + "brace-expansion@>=5.0.0 <5.0.6": "^5.0.6", + "ws@>=8.0.0 <8.20.1": "^8.20.1" }, "allowBuilds": { "esbuild": true diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 32bfe66..49dc629 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,8 +7,8 @@ settings: overrides: vite-node: ^5.2.0 esbuild: ^0.25.0 - brace-expansion@>=5.0.0 <5.0.6: '>=5.0.6' - ws@>=8.0.0 <8.20.1: '>=8.20.1' + brace-expansion@>=5.0.0 <5.0.6: ^5.0.6 + ws@>=8.0.0 <8.20.1: ^8.20.1 importers: