diff --git a/package-lock.json b/package-lock.json index 4529990..9ae1d76 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.4", + "fp-ts": "^2.16.5", "io-ts": "^2.2.21", "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0", @@ -4203,9 +4203,9 @@ } }, "node_modules/fp-ts": { - "version": "2.16.4", - "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.4.tgz", - "integrity": "sha512-EkV/l6oHaf/w/DlVc5UiqLibqTV1S+idiDdcWQ+UjnLLflL9pZG28ebJfPLor8ifoL8NgEFDIo9fOvHyiSCrJQ==" + "version": "2.16.5", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.5.tgz", + "integrity": "sha512-N8T8PwMSeTKKtkm9lkj/zSTAnPC/aJIIrQhnHxxkL0KLsRCNUPANksJOlMXxcKKCo7H1ORP3No9EMD+fP0tsdA==" }, "node_modules/fs.realpath": { "version": "1.0.0", diff --git a/package.json b/package.json index 2e6343d..6018c6c 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.4", + "fp-ts": "^2.16.5", "io-ts": "^2.2.21", "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0",