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",