diff --git a/name-service/js/package.json b/name-service/js/package.json index c4e5fa9f677..c3cc6ce7979 100644 --- a/name-service/js/package.json +++ b/name-service/js/package.json @@ -50,7 +50,7 @@ "@typescript-eslint/parser": "^8.4.0", "eslint": "^8.57.0", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-functional": "^7.0.2", + "eslint-plugin-functional": "^7.1.0", "eslint-plugin-import": "^2.31.0", "jest": "^29.7.0", "start-server-and-test": "^2.0.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 63ff00f71e4..d2af63ef95a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -283,8 +283,8 @@ importers: specifier: ^3.2.0 version: 3.2.0(eslint@8.57.0) eslint-plugin-functional: - specifier: ^7.0.2 - version: 7.0.2(eslint@8.57.0)(typescript@5.6.3) + specifier: ^7.1.0 + version: 7.1.0(eslint@8.57.0)(typescript@5.6.3) eslint-plugin-import: specifier: ^2.31.0 version: 2.31.0(@typescript-eslint/parser@8.4.0)(eslint@8.57.0) @@ -2767,12 +2767,12 @@ packages: '@typescript-eslint/visitor-keys': 6.21.0 dev: true - /@typescript-eslint/scope-manager@8.2.0: - resolution: {integrity: sha512-OFn80B38yD6WwpoHU2Tz/fTz7CgFqInllBoC3WP+/jLbTb4gGPTy9HBSTsbDWkMdN55XlVU0mMDYAtgvlUspGw==} + /@typescript-eslint/scope-manager@8.10.0: + resolution: {integrity: sha512-AgCaEjhfql9MDKjMUxWvH7HjLeBqMCBfIaBbzzIcBbQPZE7CPh1m6FF+L75NUMJFMLYhCywJXIDEMa3//1A0dw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@typescript-eslint/types': 8.2.0 - '@typescript-eslint/visitor-keys': 8.2.0 + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/visitor-keys': 8.10.0 dev: true /@typescript-eslint/scope-manager@8.4.0: @@ -2832,8 +2832,8 @@ packages: engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/types@8.2.0: - resolution: {integrity: sha512-6a9QSK396YqmiBKPkJtxsgZZZVjYQ6wQ/TlI0C65z7vInaETuC6HAHD98AGLC8DyIPqHytvNuS8bBVvNLKyqvQ==} + /@typescript-eslint/types@8.10.0: + resolution: {integrity: sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true @@ -2885,8 +2885,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@8.2.0(typescript@5.6.3): - resolution: {integrity: sha512-kiG4EDUT4dImplOsbh47B1QnNmXSoUqOjWDvCJw/o8LgfD0yr7k2uy54D5Wm0j4t71Ge1NkynGhpWdS0dEIAUA==} + /@typescript-eslint/typescript-estree@8.10.0(typescript@5.6.3): + resolution: {integrity: sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -2894,10 +2894,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 8.2.0 - '@typescript-eslint/visitor-keys': 8.2.0 + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/visitor-keys': 8.10.0 debug: 4.3.7 - globby: 11.1.0 + fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 @@ -2968,16 +2968,16 @@ packages: - typescript dev: true - /@typescript-eslint/utils@8.2.0(eslint@8.57.0)(typescript@5.6.3): - resolution: {integrity: sha512-O46eaYKDlV3TvAVDNcoDzd5N550ckSe8G4phko++OCSC1dYIb9LTc3HDGYdWqWIAT5qDUKphO6sd9RrpIJJPfg==} + /@typescript-eslint/utils@8.10.0(eslint@8.57.0)(typescript@5.6.3): + resolution: {integrity: sha512-Oq4uZ7JFr9d1ZunE/QKy5egcDRXT/FrS2z/nlxzPua2VHFtmMvFNDvpq1m/hq0ra+T52aUezfcjGRIB7vNJF9w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@typescript-eslint/scope-manager': 8.2.0 - '@typescript-eslint/types': 8.2.0 - '@typescript-eslint/typescript-estree': 8.2.0(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.10.0 + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/typescript-estree': 8.10.0(typescript@5.6.3) eslint: 8.57.0 transitivePeerDependencies: - supports-color @@ -3016,11 +3016,11 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@8.2.0: - resolution: {integrity: sha512-sbgsPMW9yLvS7IhCi8IpuK1oBmtbWUNP+hBdwl/I9nzqVsszGnNGti5r9dUtF5RLivHUFFIdRvLiTsPhzSyJ3Q==} + /@typescript-eslint/visitor-keys@8.10.0: + resolution: {integrity: sha512-k8nekgqwr7FadWk548Lfph6V3r9OVqjzAIVskE7orMZR23cGJjAOVazsZSJW+ElyjfTM4wx/1g88Mi70DDtG9A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@typescript-eslint/types': 8.2.0 + '@typescript-eslint/types': 8.10.0 eslint-visitor-keys: 3.4.3 dev: true @@ -4059,8 +4059,8 @@ packages: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: true - /deepmerge-ts@7.1.0: - resolution: {integrity: sha512-q6bNsfNBtgr8ZOQqmZbl94MmYWm+QcDNIkqCxVWiw1vKvf+y/N2dZQKdnDXn4c5Ygt/y63tDof6OCN+2YwWVEg==} + /deepmerge-ts@7.1.3: + resolution: {integrity: sha512-qCSH6I0INPxd9Y1VtAiLpnYvz5O//6rCfJXKk0z66Up9/VOSr+1yS8XSKA5IWRxjocFGlzPyaZYe+jxq7OOLtQ==} engines: {node: '>=16.0.0'} dev: true @@ -4439,8 +4439,8 @@ packages: ignore: 5.2.4 dev: true - /eslint-plugin-functional@7.0.2(eslint@8.57.0)(typescript@5.6.3): - resolution: {integrity: sha512-IBriPyU3Uc1EieU5YVyiqrwHzw2yl4bRW58Xf5RP8x3pf80MoqObgfNu9DERwSIgvFOm93jdalUITc96Ysnx7g==} + /eslint-plugin-functional@7.1.0(eslint@8.57.0)(typescript@5.6.3): + resolution: {integrity: sha512-eu7lVAF9dDTw2xzlsLDvJRXx9t4g/S/pmCSdGx2oFmibmkz2LMoPDu7B+UA9CV/RzvNr4wWd4apc71nMAazdKQ==} engines: {node: '>=v18.18.0'} peerDependencies: eslint: ^9.0.0 @@ -4449,8 +4449,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 8.2.0(eslint@8.57.0)(typescript@5.6.3) - deepmerge-ts: 7.1.0 + '@typescript-eslint/utils': 8.10.0(eslint@8.57.0)(typescript@5.6.3) + deepmerge-ts: 7.1.3 escape-string-regexp: 5.0.0 eslint: 8.57.0 is-immutable-type: 5.0.0(eslint@8.57.0)(typescript@5.6.3)