From 29b296be22798344c0d9b1e179d7ee38f7f4dae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:54:31 +0000 Subject: [PATCH] build(deps): bump neverthrow from 7.1.0 to 8.0.0 Bumps [neverthrow](https://github.com/supermacro/neverthrow) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/supermacro/neverthrow/releases) - [Changelog](https://github.com/supermacro/neverthrow/blob/master/CHANGELOG.md) - [Commits](https://github.com/supermacro/neverthrow/compare/v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: neverthrow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f3629ba5..0327ad56 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "express": "^4.19.2", "kysely": "^0.27.4", "kysely-postgres-js": "^2.0.0", - "neverthrow": "^7.1.0", + "neverthrow": "^8.0.0", "pino": "^9.3.2", "pino-pretty": "^11.2.2", "postgres": "^3.4.4", diff --git a/yarn.lock b/yarn.lock index ca3019ef..d9537086 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3905,10 +3905,10 @@ neverthrow@^6.0.0: resolved "https://registry.yarnpkg.com/neverthrow/-/neverthrow-6.2.2.tgz#1d905abe20ef8882e4b195c7851787aa4553cf0e" integrity sha512-POR1FACqdK9jH0S2kRPzaZEvzT11wsOxLW520PQV/+vKi9dQe+hXq19EiOvYx7lSRaF5VB9lYGsPInynrnN05w== -neverthrow@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/neverthrow/-/neverthrow-7.1.0.tgz#db845bc2f263e68670eba4074f67cd0f85fbc1a6" - integrity sha512-TQ+ucrkixq0lUL+KYcGBjiuyHKvJ/Vb7i6QsaPdTLjlqmHq8WuoWGg17VQnmcx23hKi5w0OTQuHP4HD9cyO0Vg== +neverthrow@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/neverthrow/-/neverthrow-8.0.0.tgz#9eb14d3389df60c74d75120f1ebb4fd0488ed595" + integrity sha512-SX2Z50+U27I+CF3NwHE9J8MB6+bYRRub3U+1nAKxnL6c+2vW2l/WsYEC0e3Wqg8DwiJvrquqE0YhxlVTzGJGsg== node-addon-api@^6.1.0: version "6.1.0"