Skip to content

chore(deps): update dependency @types/jest to v29.5.4 #621

chore(deps): update dependency @types/jest to v29.5.4

chore(deps): update dependency @types/jest to v29.5.4 #621

Workflow file for this run

name: Package Audit
on:
push:
paths:
- package.json
- package-lock.json
- .github/workflows/package-audit.yml
workflow_dispatch:
permissions:
contents: read
jobs:
audit-npm:
name: NPM Audit
runs-on: ubuntu-latest
steps:
- name: Audit with NPM
uses: myrotvorets/composite-actions/node-package-audit@master