Bump p-limit from 6.2.0 to 7.0.0
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: p-limit dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
12
package-lock.json
generated
12
package-lock.json
generated
@@ -34,7 +34,7 @@
|
|||||||
"hexo-wordcount": "^6.0.1",
|
"hexo-wordcount": "^6.0.1",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
"p-limit": "^6.2.0",
|
"p-limit": "^7.0.0",
|
||||||
"vite-plugin-require-transform": "^1.0.21"
|
"vite-plugin-require-transform": "^1.0.21"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -3295,15 +3295,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/p-limit": {
|
"node_modules/p-limit": {
|
||||||
"version": "6.2.0",
|
"version": "7.0.0",
|
||||||
"resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-6.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.0.0.tgz",
|
||||||
"integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==",
|
"integrity": "sha512-WeCdPG5OjujcMWjSkOS0kt3bo+LmroXLmOnJ4SPhZfz5pffQxDUNcYscbZgyGwKf9r9z7gRfKjDNno5cZyQAZQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"yocto-queue": "^1.1.1"
|
"yocto-queue": "^1.2.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/sponsors/sindresorhus"
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
"hexo-wordcount": "^6.0.1",
|
"hexo-wordcount": "^6.0.1",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
"p-limit": "^6.2.0",
|
"p-limit": "^7.0.0",
|
||||||
"vite-plugin-require-transform": "^1.0.21"
|
"vite-plugin-require-transform": "^1.0.21"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user