fix(frontend): vulnerability dep (#10319)

## Changes 🏗️

`pbkdf2` should be on `3.1.3` to address [this
alert](https://github.com/Significant-Gravitas/AutoGPT/security/dependabot/343).

## Checklist 📋

### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  - [x] pnpm installs work

### For configuration changes:

None
This commit is contained in:
Ubbe
2025-07-07 23:03:08 +04:00
committed by GitHub
parent 189c353c59
commit 4bf73f63f4
2 changed files with 5 additions and 21 deletions

View File

@@ -121,6 +121,7 @@
"msw": "2.10.2",
"msw-storybook-addon": "2.0.5",
"orval": "7.10.0",
"pbkdf2": "3.1.3",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.13",