diff --git a/package-lock.json b/package-lock.json index 72a391a5..4b494fcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1934,9 +1934,9 @@ "dev": true }, "node_modules/@yao-pkg/pkg": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@yao-pkg/pkg/-/pkg-6.3.0.tgz", - "integrity": "sha512-adD3EkqXk+WxZvfMMIJ756EBYKBYr0/6BOBzYb/NrKPKRozwXwe8SKyqr9ntyuPRD+jDX04huDRM52ptee3UsQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@yao-pkg/pkg/-/pkg-6.3.1.tgz", + "integrity": "sha512-CIzNOWeq/IMd9FtG+RZOEj6Nbx3aeQYp7KiVjStATV6rkQWbUiOIID4Nrvc/zrjpau5i38xFzzTX0ZYDkedQTA==", "dev": true, "license": "MIT", "dependencies": { @@ -1953,7 +1953,7 @@ "resolve": "^1.22.0", "stream-meter": "^1.0.4", "tar": "^7.4.3", - "tinyglobby": "^0.2.9", + "tinyglobby": "^0.2.11", "unzipper": "^0.12.3" }, "bin": { @@ -6606,17 +6606,20 @@ "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" }, "node_modules/tinyglobby": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz", - "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==", + "version": "0.2.12", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.12.tgz", + "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==", "dev": true, "license": "MIT", "dependencies": { - "fdir": "^6.4.2", + "fdir": "^6.4.3", "picomatch": "^4.0.2" }, "engines": { "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" } }, "node_modules/tinyglobby/node_modules/fdir": {