diff --git a/package-lock.json b/package-lock.json index a4bbf87..03e7963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cspell": "8.10.4", "eslint": "8.57.0", "fastify": "4.28.0", - "fp-ts": "2.16.7", + "fp-ts": "2.16.8", "jest": "29.7.0", "prettier": "3.3.2", "prettier-plugin-jsdoc": "1.3.0", @@ -4517,9 +4517,9 @@ } }, "node_modules/fp-ts": { - "version": "2.16.7", - "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.7.tgz", - "integrity": "sha512-Xiux+4mHHPj32/mrqN3XIIqEKk/MousgoC2FIaCwehpPjBI4oDrLvQEyQ/2T1sbTe0s/YIQqF98z+uHJLVoS9Q==", + "version": "2.16.8", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.8.tgz", + "integrity": "sha512-nmDtNqmMZkOxu0M5hkrS9YA15/KPkYkILb6Axg9XBAoUoYEtzg+LFmVWqZrl9FNttsW0qIUpx9RCA9INbv+Bxw==", "dev": true }, "node_modules/fs.realpath": { diff --git a/package.json b/package.json index 61a2f4a..a774521 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "cspell": "8.10.4", "eslint": "8.57.0", "fastify": "4.28.0", - "fp-ts": "2.16.7", + "fp-ts": "2.16.8", "jest": "29.7.0", "prettier": "3.3.2", "prettier-plugin-jsdoc": "1.3.0", diff --git a/yarn.lock b/yarn.lock index a34d12f..29a01f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2569,10 +2569,10 @@ forwarded@0.2.0: resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== -fp-ts@2.16.7: - version "2.16.7" - resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.16.7.tgz#c9095992069d4026a9de4abfa1321c5e55422b76" - integrity sha512-Xiux+4mHHPj32/mrqN3XIIqEKk/MousgoC2FIaCwehpPjBI4oDrLvQEyQ/2T1sbTe0s/YIQqF98z+uHJLVoS9Q== +fp-ts@2.16.8: + version "2.16.8" + resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.16.8.tgz#dfa1ea1c967ac6794c43ce877aeb8ed76f5e0df7" + integrity sha512-nmDtNqmMZkOxu0M5hkrS9YA15/KPkYkILb6Axg9XBAoUoYEtzg+LFmVWqZrl9FNttsW0qIUpx9RCA9INbv+Bxw== fs.realpath@^1.0.0: version "1.0.0"