Skip to content

Bump @types/node from 25.2.0 to 25.2.1 in the npm-all group #1279

Bump @types/node from 25.2.0 to 25.2.1 in the npm-all group

Bump @types/node from 25.2.0 to 25.2.1 in the npm-all group #1279

---
name: Dependency Review
on: # yamllint disable-line rule:truthy
- pull_request
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # tag=v2.14.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
- name: Checkout Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
- name: Dependency Review
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # tag=v4.8.2