From 702d7d35d8cf96b80c08756401d3fe323f6c99b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 05:57:10 +0000 Subject: [PATCH] Build(deps): Bump graphql-scalars from 1.2.7 to 1.7.0 Bumps [graphql-scalars](https://github.com/Urigo/graphql-scalars) from 1.2.7 to 1.7.0. - [Release notes](https://github.com/Urigo/graphql-scalars/releases) - [Commits](https://github.com/Urigo/graphql-scalars/compare/v1.2.7...v1.7.0) 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 c9a4db3..5149237 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.7.0", + "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.7.0.tgz", + "integrity": "sha512-CCL9aaZdK1VD2jYFCF0ONB1cT5brK9DXymSuu/E/JoYLmAaLwGgjdzY66mT2ZI5oOIrSrJqWTf4y20qdSaE4MQ==", + "requires": { + "tslib": "~2.0.3" + }, + "dependencies": { + "tslib": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", + "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" + } + } }, "graphql-tag": { "version": "2.11.0",