Bump p-limit from 7.0.0 to 7.1.0

Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: p-limit
  dependency-version: 7.1.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-08-20 10:26:45 +00:00
committed by GitHub
parent bb16e0c7e4
commit 8e5428511f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"hexo-wordcount": "^6.0.1",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"p-limit": "^7.0.0",
"p-limit": "^7.1.0",
"vite-plugin-require-transform": "^1.0.21"
}
},
@@ -3295,9 +3295,9 @@
}
},
"node_modules/p-limit": {
"version": "7.0.0",
"resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-7.0.0.tgz",
"integrity": "sha512-WeCdPG5OjujcMWjSkOS0kt3bo+LmroXLmOnJ4SPhZfz5pffQxDUNcYscbZgyGwKf9r9z7gRfKjDNno5cZyQAZQ==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.1.0.tgz",
"integrity": "sha512-7LbrpOjbzBWFHFgRtVrIAwBwW1bB7c7n914Q2+CXr1TvOfbTrVHAEH1Ya9PwDwAoKLeiRrczymYWPwaHNOQ0vA==",
"license": "MIT",
"dependencies": {
"yocto-queue": "^1.2.1"

View File

@@ -38,7 +38,7 @@
"hexo-wordcount": "^6.0.1",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"p-limit": "^7.0.0",
"p-limit": "^7.1.0",
"vite-plugin-require-transform": "^1.0.21"
}
}