From 5d355d816dc161ac1ee6606af523debbe26de4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 03:05:56 +0000 Subject: [PATCH] build(deps): bump graphql-scalars from 1.23.0 to 1.24.0 in /backend Bumps [graphql-scalars](https://github.com/Urigo/graphql-scalars) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/Urigo/graphql-scalars/releases) - [Changelog](https://github.com/Urigo/graphql-scalars/blob/master/CHANGELOG.md) - [Commits](https://github.com/Urigo/graphql-scalars/compare/v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: graphql-scalars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 9 +++++---- backend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 02d3db24c9..58fd2ca7fd 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -23,7 +23,7 @@ "express": "^4.21.1", "fast-xml-parser": "^4.5.0", "graphql": "^16.9.0", - "graphql-scalars": "^1.23.0", + "graphql-scalars": "^1.24.0", "graphql-ws": "^5.16.0", "graphql-yoga": "^5.10.4", "jose": "^5.9.6", @@ -6730,9 +6730,10 @@ } }, "node_modules/graphql-scalars": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.23.0.tgz", - "integrity": "sha512-YTRNcwitkn8CqYcleKOx9IvedA8JIERn8BRq21nlKgOr4NEcTaWEG0sT+H92eF3ALTFbPgsqfft4cw+MGgv0Gg==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.24.0.tgz", + "integrity": "sha512-olbFN39m0XsHHESACUdd7jWU/lGxMMS1B7NZ8XqpqhKZrjBxzeGYAnQ4Ax//huYds771wb7gCznA+65QDuUa+g==", + "license": "MIT", "dependencies": { "tslib": "^2.5.0" }, diff --git a/backend/package.json b/backend/package.json index fe06deb3fd..2af33c1a40 100644 --- a/backend/package.json +++ b/backend/package.json @@ -42,7 +42,7 @@ "express": "^4.21.1", "fast-xml-parser": "^4.5.0", "graphql": "^16.9.0", - "graphql-scalars": "^1.23.0", + "graphql-scalars": "^1.24.0", "graphql-ws": "^5.16.0", "graphql-yoga": "^5.10.4", "jose": "^5.9.6",