diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b9c8592b..6ddaa045 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,7 +52,7 @@ importers: version: 0.29.0(eslint@8.57.1) eslint-plugin-functional: specifier: ^7.0.0 - version: 7.2.0(eslint@8.57.1)(typescript@5.7.2) + version: 7.2.1(eslint@8.57.1)(typescript@5.7.2) eslint-plugin-import-x: specifier: ^4.0.0 version: 4.6.1(eslint@8.57.1)(typescript@5.7.2) @@ -2029,8 +2029,8 @@ packages: resolution: {integrity: sha512-C5NqptnJgf5ngxAaPg125OodjYeDD1o79Q2QbRV4Ga8WGX70KyC9KgB5walRy037fl9/JFC8PKVB9lwLOBbVGw==} engines: {node: '>=18.0.0'} - eslint-plugin-functional@7.2.0: - resolution: {integrity: sha512-4tP92re2id4bgz/zSTqUqSxvi5XEvLjohwPHOS6ChmBM8bsEfQPT0CCd4aMjS+O53mmxvjirbOa5Zlt9v4Z/MQ==} + eslint-plugin-functional@7.2.1: + resolution: {integrity: sha512-cHhUmrOSde6pGuUJ6guuuJQKudbEMpk6DtgHLjStwjbI/NnzWp2jIizaLF1U1zVDJBjJHfJ1HeqYiDyiCF34CQ==} engines: {node: '>=v18.18.0'} peerDependencies: eslint: ^9.0.0 @@ -2648,8 +2648,8 @@ packages: is-hexadecimal@1.0.4: resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} - is-immutable-type@5.0.0: - resolution: {integrity: sha512-mcvHasqbRBWJznuPqqHRKiJgYAz60sZ0mvO3bN70JbkuK7ksfmgc489aKZYxMEjIbRvyOseaTjaRZLRF/xFeRA==} + is-immutable-type@5.0.1: + resolution: {integrity: sha512-LkHEOGVZZXxGl8vDs+10k3DvP++SEoYEAJLRk6buTFi6kD7QekThV7xHS0j6gpnUCQ0zpud/gMDGiV4dQneLTg==} peerDependencies: eslint: '*' typescript: '>=4.7.4' @@ -3834,6 +3834,12 @@ packages: peerDependencies: typescript: '>=4.2.0' + ts-api-utils@2.0.0: + resolution: {integrity: sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==} + engines: {node: '>=18.12'} + peerDependencies: + typescript: '>=4.8.4' + ts-declaration-location@1.0.5: resolution: {integrity: sha512-WqmlO9IoeYwCqJ2E9kHMcY9GZhhfLYItC3VnHDlPOrg6nNdUWS4wn4hhDZUPt60m1EvtjPIZyprTjpI992Bgzw==} peerDependencies: @@ -6142,14 +6148,14 @@ snapshots: - eslint - supports-color - eslint-plugin-functional@7.2.0(eslint@8.57.1)(typescript@5.7.2): + eslint-plugin-functional@7.2.1(eslint@8.57.1)(typescript@5.7.2): dependencies: - '@typescript-eslint/utils': 8.18.1(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 8.19.0(eslint@8.57.1)(typescript@5.7.2) deepmerge-ts: 7.1.3 escape-string-regexp: 5.0.0 eslint: 8.57.1 - is-immutable-type: 5.0.0(eslint@8.57.1)(typescript@5.7.2) - ts-api-utils: 1.4.3(typescript@5.7.2) + is-immutable-type: 5.0.1(eslint@8.57.1)(typescript@5.7.2) + ts-api-utils: 2.0.0(typescript@5.7.2) ts-declaration-location: 1.0.5(typescript@5.7.2) optionalDependencies: typescript: 5.7.2 @@ -6919,11 +6925,11 @@ snapshots: is-hexadecimal@1.0.4: {} - is-immutable-type@5.0.0(eslint@8.57.1)(typescript@5.7.2): + is-immutable-type@5.0.1(eslint@8.57.1)(typescript@5.7.2): dependencies: '@typescript-eslint/type-utils': 8.19.0(eslint@8.57.1)(typescript@5.7.2) eslint: 8.57.1 - ts-api-utils: 1.4.3(typescript@5.7.2) + ts-api-utils: 2.0.0(typescript@5.7.2) ts-declaration-location: 1.0.5(typescript@5.7.2) typescript: 5.7.2 transitivePeerDependencies: @@ -8176,6 +8182,10 @@ snapshots: dependencies: typescript: 5.7.2 + ts-api-utils@2.0.0(typescript@5.7.2): + dependencies: + typescript: 5.7.2 + ts-declaration-location@1.0.5(typescript@5.7.2): dependencies: minimatch: 10.0.1