build(deps): bump p-limit from 7.1.1 to 7.2.0

Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v7.1.1...v7.2.0)

---
updated-dependencies:
- dependency-name: p-limit
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-22 20:10:05 +00:00 committed by Andy Scherzinger
parent 54a60f81f5
commit 901f38825b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -60,7 +60,7 @@
"marked": "^16.3.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^7.1.1",
"p-limit": "^7.2.0",
"p-queue": "^8.1.0",
"path": "^0.12.7",
"pinia": "^2.3.1",
@ -19151,9 +19151,9 @@
}
},
"node_modules/p-limit": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.1.1.tgz",
"integrity": "sha512-i8PyM2JnsNChVSYWLr2BAjNoLi0BAYC+wecOnZnVV+YSNJkzP7cWmvI34dk0WArWfH9KwBHNoZI3P3MppImlIA==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.2.0.tgz",
"integrity": "sha512-ATHLtwoTNDloHRFFxFJdHnG6n2WUeFjaR8XQMFdKIv0xkXjrER8/iG9iu265jOM95zXHAfv9oTkqhrfbIzosrQ==",
"dependencies": {
"yocto-queue": "^1.2.1"
},

View file

@ -91,7 +91,7 @@
"marked": "^16.3.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^7.1.1",
"p-limit": "^7.2.0",
"p-queue": "^8.1.0",
"path": "^0.12.7",
"pinia": "^2.3.1",