Ver Fonte

Update dependency p-limit to v7 (#5853)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] há 1 mês atrás
pai
commit
24cc6a689f
2 ficheiros alterados com 7 adições e 7 exclusões
  1. 6 6
      package-lock.json
  2. 1 1
      package.json

+ 6 - 6
package-lock.json

@@ -38,7 +38,7 @@
         "lint-staged": "^16.0.0",
         "lodash.startcase": "^4.4.0",
         "micromatch": "^4.0.2",
-        "p-limit": "^6.0.0",
+        "p-limit": "^7.0.0",
         "prettier": "^3.0.0",
         "prettier-plugin-solidity": "^2.0.0",
         "rimraf": "^6.0.0",
@@ -8106,16 +8106,16 @@
       }
     },
     "node_modules/p-limit": {
-      "version": "6.2.0",
-      "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz",
-      "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==",
+      "version": "7.0.0",
+      "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.0.0.tgz",
+      "integrity": "sha512-WeCdPG5OjujcMWjSkOS0kt3bo+LmroXLmOnJ4SPhZfz5pffQxDUNcYscbZgyGwKf9r9z7gRfKjDNno5cZyQAZQ==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
-        "yocto-queue": "^1.1.1"
+        "yocto-queue": "^1.2.1"
       },
       "engines": {
-        "node": ">=18"
+        "node": ">=20"
       },
       "funding": {
         "url": "https://github.com/sponsors/sindresorhus"

+ 1 - 1
package.json

@@ -81,7 +81,7 @@
     "lint-staged": "^16.0.0",
     "lodash.startcase": "^4.4.0",
     "micromatch": "^4.0.2",
-    "p-limit": "^6.0.0",
+    "p-limit": "^7.0.0",
     "prettier": "^3.0.0",
     "prettier-plugin-solidity": "^2.0.0",
     "rimraf": "^6.0.0",