diff --git a/package-lock.json b/package-lock.json index c9094cf..22e9dfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "fp-ts": "^2.16.7", + "fp-ts": "^2.16.8", "io-ts": "^2.2.21", "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0", @@ -4248,9 +4248,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==", "license": "MIT" }, "node_modules/fs.realpath": { diff --git a/package.json b/package.json index ae5a6d9..3341fc0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "fp-ts": "^2.16.7", + "fp-ts": "^2.16.8", "io-ts": "^2.2.21", "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0",