From ffe9e0bc4068c9607feeb3d686c118af08668210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 12:06:17 +0000 Subject: [PATCH] chore: bump graphql-scalars from 1.9.0 to 1.20.1 Bumps [graphql-scalars](https://github.com/Urigo/graphql-scalars) from 1.9.0 to 1.20.1. - [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.9.0...v1.20.1) --- updated-dependencies: - dependency-name: graphql-scalars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4eee08..dab5233 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5498,17 +5498,17 @@ "integrity": "sha512-AwFGIuYMJQXOEAgRlJlFL4H1ncFM8n8XmoVDTNypNOZyQ8LFDG2ppMFlsS862BSTCDcSUfHp8PD3/uJhv7t59Q==" }, "graphql-scalars": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.9.0.tgz", - "integrity": "sha512-31bBDnHdBapb2wknLCjNzTSjKfVEtm+0HxI7DKM7jQ4Uipk1o1aMUCYCkYunmRDdgQaI03u1MD5KutLf7yHnvw==", + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.20.1.tgz", + "integrity": "sha512-HCSosMh8l/DVYL3/wCesnZOb+gbiaO/XlZQEIKOkWDJUGBrc15xWAs5TCQVmrycT0tbEInii+J8eoOyMwxx8zg==", "requires": { - "tslib": "~2.1.0" + "tslib": "~2.4.0" }, "dependencies": { "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" } } },