diff --git a/package-lock.json b/package-lock.json index 22e9dfc..4784da4 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.8", + "fp-ts": "^2.16.9", "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.8", - "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.8.tgz", - "integrity": "sha512-nmDtNqmMZkOxu0M5hkrS9YA15/KPkYkILb6Axg9XBAoUoYEtzg+LFmVWqZrl9FNttsW0qIUpx9RCA9INbv+Bxw==", + "version": "2.16.9", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.9.tgz", + "integrity": "sha512-+I2+FnVB+tVaxcYyQkHUq7ZdKScaBlX53A41mxQtpIccsfyv8PzdzP7fzp2AY832T4aoK6UZ5WRX/ebGd8uZuQ==", "license": "MIT" }, "node_modules/fs.realpath": { diff --git a/package.json b/package.json index 3341fc0..018edfa 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.8", + "fp-ts": "^2.16.9", "io-ts": "^2.2.21", "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0",