diff --git a/packages/react-action/package.json b/packages/react-action/package.json index a407777..bb503fb 100644 --- a/packages/react-action/package.json +++ b/packages/react-action/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@types/react": "npm:types-react@beta", "esbuild-plugin-file-path-extensions": "^2.0.0", - "npm-run-all2": "^6.1.2", + "npm-run-all2": "^6.2.6", "react": "beta", "tsup": "^8.0.2", "typescript": "^5.4.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f8cb2d0..8b418d6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -94,8 +94,8 @@ importers: specifier: ^2.0.0 version: 2.0.0 npm-run-all2: - specifier: ^6.1.2 - version: 6.1.2 + specifier: ^6.2.6 + version: 6.2.6 react: specifier: beta version: 19.0.0-beta-94eed63c49-20240425 @@ -3328,9 +3328,9 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true - /npm-run-all2@6.1.2: - resolution: {integrity: sha512-WwwnS8Ft+RpXve6T2EIEVpFLSqN+ORHRvgNk3H9N62SZXjmzKoRhMFg3I17TK3oMaAEr+XFbRirWS2Fn3BCPSg==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>= 8'} + /npm-run-all2@6.2.6: + resolution: {integrity: sha512-tkyb4pc0Zb0oOswCb5tORPk9MvVL6gcDq1cMItQHmsbVk1skk7YF6cH+UU2GxeNLHMuk6wFEOSmEmJ2cnAK1jg==} + engines: {node: ^14.18.0 || ^16.13.0 || >=18.0.0, npm: '>= 8'} hasBin: true dependencies: ansi-styles: 6.2.1 @@ -3340,6 +3340,7 @@ packages: pidtree: 0.6.0 read-package-json-fast: 3.0.2 shell-quote: 1.8.1 + which: 3.0.1 dev: true /npm-run-path@4.0.1: @@ -4689,6 +4690,14 @@ packages: dependencies: isexe: 2.0.0 + /which@3.0.1: + resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: true + /word-wrap@1.2.5: resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} engines: {node: '>=0.10.0'}