From 0204ffea50c93310273b3b5adbc56e6cfc42c352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 04:05:12 +0000 Subject: [PATCH] build(deps): Bump graphql-scalars from 1.22.0 to 1.22.2 in /server Bumps [graphql-scalars](https://github.com/Urigo/graphql-scalars) from 1.22.0 to 1.22.2. - [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.22.0...v1.22.2) --- updated-dependencies: - dependency-name: graphql-scalars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/package-lock.json | 14 +++++++------- server/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index 2db94a2..7ca776f 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -27,7 +27,7 @@ "exceljs": "^4.3.0", "graphql": "^16.6.0", "graphql-fields": "^2.0.3", - "graphql-scalars": "^1.22.0", + "graphql-scalars": "^1.22.2", "graphql-tools": "^9.0.0", "graphql-type-json": "^0.3.2", "helmet": "^7.0.0", @@ -7249,9 +7249,9 @@ } }, "node_modules/graphql-scalars": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.22.0.tgz", - "integrity": "sha512-t3r6c/cMF6OP64oN+YYVwempyMA4tbI/JdWWDdPN1U45IgpIfPZmJdO+wvPPoptxL9Lr/7jmgRFRsAUg66DFmA==", + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.22.2.tgz", + "integrity": "sha512-my9FB4GtghqXqi/lWSVAOPiTzTnnEzdOXCsAC2bb5V7EFNQjVjwy3cSSbUvgYOtDuDibd+ZsCDhz+4eykYOlhQ==", "dependencies": { "tslib": "^2.5.0" }, @@ -18903,9 +18903,9 @@ } }, "graphql-scalars": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.22.0.tgz", - "integrity": "sha512-t3r6c/cMF6OP64oN+YYVwempyMA4tbI/JdWWDdPN1U45IgpIfPZmJdO+wvPPoptxL9Lr/7jmgRFRsAUg66DFmA==", + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.22.2.tgz", + "integrity": "sha512-my9FB4GtghqXqi/lWSVAOPiTzTnnEzdOXCsAC2bb5V7EFNQjVjwy3cSSbUvgYOtDuDibd+ZsCDhz+4eykYOlhQ==", "requires": { "tslib": "^2.5.0" } diff --git a/server/package.json b/server/package.json index 99dfe17..c4faeff 100644 --- a/server/package.json +++ b/server/package.json @@ -48,7 +48,7 @@ "exceljs": "^4.3.0", "graphql": "^16.6.0", "graphql-fields": "^2.0.3", - "graphql-scalars": "^1.22.0", + "graphql-scalars": "^1.22.2", "graphql-tools": "^9.0.0", "graphql-type-json": "^0.3.2", "helmet": "^7.0.0",