From bc399588a02679b28a2bdad445087bcafe342803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:54:49 +0000 Subject: [PATCH] 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] --- package-lock.json | 13 ++++--------- package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index da367b5..b832fb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "hexo-wordcount": "^6.0.1", "moment": "^2.30.1", "node-fetch": "^3.3.2", - "p-limit": "^7.1.1", + "p-limit": "^7.2.0", "vite-plugin-require-transform": "^1.0.21" } }, @@ -290,7 +290,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" }, @@ -313,7 +312,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" } @@ -2804,7 +2802,6 @@ "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "license": "MIT", - "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -3298,9 +3295,9 @@ } }, "node_modules/p-limit": { - "version": "7.1.1", - "resolved": "https://registry.npmmirror.com/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==", "license": "MIT", "dependencies": { "yocto-queue": "^1.2.1" @@ -3611,7 +3608,6 @@ "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "license": "MIT", - "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -3942,7 +3938,6 @@ "resolved": "https://registry.npmmirror.com/stylus/-/stylus-0.62.0.tgz", "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "license": "MIT", - "peer": true, "dependencies": { "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", diff --git a/package.json b/package.json index c90dc54..ea005e8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "hexo-wordcount": "^6.0.1", "moment": "^2.30.1", "node-fetch": "^3.3.2", - "p-limit": "^7.1.1", + "p-limit": "^7.2.0", "vite-plugin-require-transform": "^1.0.21" } }