From 76ee8942278a4d0d7a881bab8278ed32bb2d98d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 07:03:55 +0000 Subject: [PATCH] Build(deps): Bump graphql-scalars from 1.2.7 to 1.19.0 Bumps [graphql-scalars](https://github.com/Urigo/graphql-scalars) from 1.2.7 to 1.19.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.2.7...v1.19.0) --- 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..b83a06a 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.19.0", + "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.19.0.tgz", + "integrity": "sha512-Kg1ecLMMYdCCfKTsi5rJ6Och3KRLEzWdze1lVbCoP+Grjp2a33rogVvECCKAgeOSWCYM7ctaJ5fVdVgzCSN6fA==", + "requires": { + "tslib": "~2.4.0" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + } + } }, "graphql-tag": { "version": "2.11.0",