From c61030a22eb4b43a85c3b4f7089b18a1e5548ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 07:12:52 +0000 Subject: [PATCH] Build(deps): Bump graphql-scalars from 1.2.7 to 1.12.0 Bumps [graphql-scalars](https://github.com/Urigo/graphql-scalars) from 1.2.7 to 1.12.0. - [Release notes](https://github.com/Urigo/graphql-scalars/releases) - [Commits](https://github.com/Urigo/graphql-scalars/commits) --- updated-dependencies: - dependency-name: graphql-scalars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71eae42..5ce9d6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3793,9 +3793,19 @@ "integrity": "sha512-wMWha1NIOKfuqQ05v+pm/0QO6ox6xrXXagDDDgx5O64XITYWk3/SJNuBUDV25oIbV7ehMAvn40BMBhY4JH6nGg==" }, "graphql-scalars": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.2.7.tgz", - "integrity": "sha512-bkB/OEsfiYm/hMwSnZfg91SZ3ChOM6Dnw5LZkUN68IXtBGKrBxjw8kXbD3bBXhWpjaKshvNVG7ZK3vFtfBmwrQ==" + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.12.0.tgz", + "integrity": "sha512-/SIT+GwEPP67x0ftOxSyZq5dZlAoK3rHKaTisAcUK2hWaTKJyE0lT0TJu2mzOMFAjxQV01pEH+w+dtMBOmPDgA==", + "requires": { + "tslib": "~2.3.0" + }, + "dependencies": { + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + } + } }, "graphql-tag": { "version": "2.11.0",