diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index db68b579..6676ca8c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,8 +7,8 @@ settings: catalogs: default: cross-env: - specifier: ^7.0.3 - version: 7.0.3 + specifier: ^10.0.0 + version: 10.0.0 remove-glob: specifier: ^0.3.5 version: 0.3.5 @@ -46,7 +46,7 @@ importers: version: 9.1.0 cross-env: specifier: 'catalog:' - version: 7.0.3 + version: 10.0.0 npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -96,7 +96,7 @@ importers: version: 10.4.21(postcss@8.5.6) cross-env: specifier: 'catalog:' - version: 7.0.3 + version: 10.0.0 cssnano: specifier: ^7.1.0 version: 7.1.0(postcss@8.5.6) @@ -200,6 +200,9 @@ packages: conventional-commits-parser: optional: true + '@epic-web/invariant@1.0.0': + resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==} + '@esbuild/aix-ppc64@0.25.8': resolution: {integrity: sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==} engines: {node: '>=18'} @@ -1072,9 +1075,9 @@ packages: engines: {node: '>=18'} hasBin: true - cross-env@7.0.3: - resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} - engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'} + cross-env@10.0.0: + resolution: {integrity: sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==} + engines: {node: '>=20'} hasBin: true cross-spawn@7.0.6: @@ -2561,6 +2564,8 @@ snapshots: conventional-commits-filter: 5.0.0 conventional-commits-parser: 6.2.0 + '@epic-web/invariant@1.0.0': {} + '@esbuild/aix-ppc64@0.25.8': optional: true @@ -3493,8 +3498,9 @@ snapshots: conventional-commits-parser: 6.2.0 meow: 13.2.0 - cross-env@7.0.3: + cross-env@10.0.0: dependencies: + '@epic-web/invariant': 1.0.0 cross-spawn: 7.0.6 cross-spawn@7.0.6: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 22a36eff..2e4909d8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,7 +3,7 @@ packages: # Define a catalog of version ranges. catalog: - cross-env: ^7.0.3 + cross-env: ^10.0.0 'remove-glob': ^0.3.5 sass: ^1.89.2 typescript: ^5.8.3 \ No newline at end of file