Compare commits

..

6 Commits

Author SHA1 Message Date
renovate[bot] 7c19fbaea8 chore: update step-security/harden-runner action to v2.8.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-22 12:54:53 +00:00
renovate[bot] 2bb675062b chore: update github/codeql-action action to v3.25.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-21 04:41:01 +00:00
renovate[bot] 0767b3610b chore: lock file maintenance
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-20 12:08:56 +00:00
renovate[bot] 9bcfd79b9e chore: update dependency supertest to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-17 08:26:56 -04:00
renovate[bot] 7929859a61 chore: update actions/checkout action to v4.1.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-17 01:47:11 +00:00
renovate[bot] d339136c8d chore: update github/codeql-action action to v3.25.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 13:14:38 +00:00
6 changed files with 532 additions and 220 deletions

View File

@ -20,7 +20,7 @@ jobs:
actions: read
steps:
- uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
disable-sudo: true
egress-policy: block
@ -30,16 +30,16 @@ jobs:
objects.githubusercontent.com:443
- name: Checkout repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
with:
languages: javascript-typescript
config-file: .github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6

View File

@ -31,7 +31,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
disable-sudo: true
@ -41,7 +41,7 @@ jobs:
github.com:443
nodejs.org:443
registry.npmjs.org:443
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
@ -59,7 +59,7 @@ jobs:
name: Code Lint
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
disable-sudo: true
egress-policy: block
@ -68,7 +68,7 @@ jobs:
github.com:443
nodejs.org:443
registry.npmjs.org:443
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
persist-credentials: false
- name: Use Node.js 20
@ -89,14 +89,14 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request }}
steps:
- uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
registry.npmjs.org:443
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
persist-credentials: false
@ -125,14 +125,14 @@ jobs:
name: Lockfile Lint
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
registry.npmjs.org:443
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
persist-credentials: false
- name: Use Node.js 20

View File

@ -32,7 +32,7 @@ jobs:
id-token: write
steps:
- uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
disable-sudo: true
@ -47,7 +47,7 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
www.bestpractices.dev:443
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
persist-credentials: false
@ -73,6 +73,6 @@ jobs:
retention-days: 90
# Upload the results to GitHub's code scanning dashboard.
- uses: github/codeql-action/upload-sarif@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
- uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
with:
sarif_file: results.sarif

View File

@ -1,99 +1,3 @@
2024-05-13, Version 5.0.9
=========================
* chore: lock file maintenance (renovate[bot])
* chore: update ossf/scorecard-action action to v2.3.3 (renovate[bot])
* chore: update dependency chai to ^5.1.1 (renovate[bot])
* chore: update actions/checkout action to v4.1.5 (renovate[bot])
* chore: update github/codeql-action action to v3.25.4 (renovate[bot])
* chore: update step-security/harden-runner action to v2.7.1 (renovate[bot])
* chore: update github/codeql-action action to v3.25.3 (renovate[bot])
* chore: update actions/checkout action to v4.1.4 (renovate[bot])
* chore: update dependency @commitlint/cli to ^19.3.0 (renovate[bot])
* chore: update github/codeql-action action to v3.25.2 (renovate[bot])
* chore: update actions/upload-artifact action to v4.3.3 (renovate[bot])
* chore: update actions/checkout action to v4.1.3 (renovate[bot])
* chore: update actions/upload-artifact action to v4.3.2 (renovate[bot])
* chore: update github/codeql-action action to v3.25.1 (renovate[bot])
* chore: update github/codeql-action action to v3.25.0 (renovate[bot])
* chore: update commitlint monorepo to ^19.2.2 (renovate[bot])
* chore: update github/codeql-action action to v3.24.10 (renovate[bot])
* chore: update dependency mocha to ^10.4.0 (renovate[bot])
* chore: update dependency express to ^4.19.2 (renovate[bot])
* chore: update github/codeql-action action to v3.24.9 (renovate[bot])
* chore: update dependency express to ^4.19.1 (renovate[bot])
* chore: update dependency express to ^4.19.0 (renovate[bot])
* chore: update dependency @commitlint/cli to ^19.2.1 (renovate[bot])
* chore: update github/codeql-action action to v3.24.8 (renovate[bot])
* chore: update dependency @commitlint/cli to ^19.2.0 (renovate[bot])
* chore: update github/codeql-action action to v3.24.7 (renovate[bot])
* chore: update commitlint monorepo to ^19.1.0 (renovate[bot])
* chore: update dependency express to ^4.18.3 (renovate[bot])
* chore: update github/codeql-action action to v3.24.6 (renovate[bot])
* chore: update commitlint monorepo to ^19.0.3 (renovate[bot])
* chore: update dependency @commitlint/cli to ^19.0.2 (renovate[bot])
* chore: update dependency @commitlint/cli to ^19.0.1 (renovate[bot])
* chore: update commitlint monorepo to v19 (renovate[bot])
* test: convert to ES Module (Rifa Achrinza)
* chore: update dependency chai to v5 (renovate[bot])
* chore: update dependency eslint to ^8.57.0 (renovate[bot])
* ci: update CodeQL domain allowlist (Rifa Achrinza)
* chore: update actions/upload-artifact action to v4 (renovate[bot])
* chore: update github/codeql-action action to v3.24.5 (renovate[bot])
* chore: update dependency http-status to ^1.7.4 (renovate[bot])
* chore: update github/codeql-action action to v3.24.4 (renovate[bot])
* chore: update github/codeql-action action to v3.24.3 (renovate[bot])
* chore: update dependency @commitlint/config-conventional to ^18.6.2 (renovate[bot])
* chore: update dependency lockfile-lint to ^4.13.2 (renovate[bot])
* chore: update github/codeql-action action to v3.24.1 (renovate[bot])
* chore: update commitlint monorepo to ^18.6.1 (renovate[bot])
2024-02-12, Version 5.0.7
=========================

622
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "strong-error-handler",
"description": "Error handler for use in development and production environments.",
"license": "MIT",
"version": "5.0.9",
"version": "5.0.7",
"engines": {
"node": ">=16"
},
@ -35,7 +35,7 @@
"express": "^4.19.2",
"lockfile-lint": "^4.13.2",
"mocha": "^10.4.0",
"supertest": "^6.3.4"
"supertest": "^7.0.0"
},
"browser": {
"strong-error-handler": false