build(deps): bump p-queue from 9.0.0 to 9.0.1 in /build/frontend-legacy

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: p-queue
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-25 17:14:58 +00:00 committed by GitHub
parent fac380fb88
commit 3f5d5fb120
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -60,7 +60,7 @@
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^7.2.0",
"p-queue": "^9.0.0",
"p-queue": "^9.0.1",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.3.1",
@ -13359,9 +13359,10 @@
}
},
"node_modules/p-queue": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.0.0.tgz",
"integrity": "sha512-KO1RyxstL9g1mK76530TExamZC/S2Glm080Nx8PE5sTd7nlduDQsAfEl4uXX+qZjLiwvDauvzXavufy3+rJ9zQ==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.0.1.tgz",
"integrity": "sha512-RhBdVhSwJb7Ocn3e8ULk4NMwBEuOxe+1zcgphUy9c2e5aR/xbEsdVXxHJ3lynw6Qiqu7OINEyHlZkiblEpaq7w==",
"license": "MIT",
"dependencies": {
"eventemitter3": "^5.0.1",
"p-timeout": "^7.0.0"

View file

@ -76,7 +76,7 @@
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^7.2.0",
"p-queue": "^9.0.0",
"p-queue": "^9.0.1",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.3.1",