Merge pull request #54 from bishshi/dependabot/npm_and_yarn/p-limit-7.2.0

Bump p-limit from 7.1.1 to 7.2.0
This commit is contained in:
2025-10-20 20:36:02 +08:00
committed by GitHub
2 changed files with 5 additions and 10 deletions

13
package-lock.json generated
View File

@@ -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": "^7.1.1", "p-limit": "^7.2.0",
"vite-plugin-require-transform": "^1.0.21" "vite-plugin-require-transform": "^1.0.21"
} }
}, },
@@ -290,7 +290,6 @@
} }
], ],
"license": "MIT", "license": "MIT",
"peer": true,
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },
@@ -313,7 +312,6 @@
} }
], ],
"license": "MIT", "license": "MIT",
"peer": true,
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} }
@@ -2804,7 +2802,6 @@
"resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz", "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"argparse": "^2.0.1" "argparse": "^2.0.1"
}, },
@@ -3298,9 +3295,9 @@
} }
}, },
"node_modules/p-limit": { "node_modules/p-limit": {
"version": "7.1.1", "version": "7.2.0",
"resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-7.1.1.tgz", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.2.0.tgz",
"integrity": "sha512-i8PyM2JnsNChVSYWLr2BAjNoLi0BAYC+wecOnZnVV+YSNJkzP7cWmvI34dk0WArWfH9KwBHNoZI3P3MppImlIA==", "integrity": "sha512-ATHLtwoTNDloHRFFxFJdHnG6n2WUeFjaR8XQMFdKIv0xkXjrER8/iG9iu265jOM95zXHAfv9oTkqhrfbIzosrQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"yocto-queue": "^1.2.1" "yocto-queue": "^1.2.1"
@@ -3611,7 +3608,6 @@
"resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz", "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz",
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"loose-envify": "^1.1.0" "loose-envify": "^1.1.0"
}, },
@@ -3942,7 +3938,6 @@
"resolved": "https://registry.npmmirror.com/stylus/-/stylus-0.62.0.tgz", "resolved": "https://registry.npmmirror.com/stylus/-/stylus-0.62.0.tgz",
"integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==",
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"@adobe/css-tools": "~4.3.1", "@adobe/css-tools": "~4.3.1",
"debug": "^4.3.2", "debug": "^4.3.2",

View File

@@ -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": "^7.1.1", "p-limit": "^7.2.0",
"vite-plugin-require-transform": "^1.0.21" "vite-plugin-require-transform": "^1.0.21"
} }
} }