From ea54402119a0d379b0f3e346c528d89a5f4fa38c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:58:24 +0200 Subject: [PATCH] chore(deps): bump neverthrow from 7.1.0 to 8.0.0 in /website (#2735) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 5e1204403..26f8202e0 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -29,7 +29,7 @@ "jwks-rsa": "^3.1.0", "lodash": "^4.17.21", "luxon": "^3.5.0", - "neverthrow": "^7.1.0", + "neverthrow": "^8.0.0", "openid-client": "^5.6.5", "react": "^18.3.1", "react-chartjs-2": "^5.2.0", @@ -11718,9 +11718,9 @@ } }, "node_modules/neverthrow": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/neverthrow/-/neverthrow-7.1.0.tgz", - "integrity": "sha512-TQ+ucrkixq0lUL+KYcGBjiuyHKvJ/Vb7i6QsaPdTLjlqmHq8WuoWGg17VQnmcx23hKi5w0OTQuHP4HD9cyO0Vg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/neverthrow/-/neverthrow-8.0.0.tgz", + "integrity": "sha512-SX2Z50+U27I+CF3NwHE9J8MB6+bYRRub3U+1nAKxnL6c+2vW2l/WsYEC0e3Wqg8DwiJvrquqE0YhxlVTzGJGsg==", "engines": { "node": ">=18" } diff --git a/website/package.json b/website/package.json index ca8c0ca1b..72ac754f6 100644 --- a/website/package.json +++ b/website/package.json @@ -41,7 +41,7 @@ "jwks-rsa": "^3.1.0", "lodash": "^4.17.21", "luxon": "^3.5.0", - "neverthrow": "^7.1.0", + "neverthrow": "^8.0.0", "openid-client": "^5.6.5", "react": "^18.3.1", "react-chartjs-2": "^5.2.0",