From bf66c3a0db65180fa8d22ba38175ab5cab9d7d42 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2019 02:43:54 +0000 Subject: [PATCH] build(deps-dev): bump @open-rpc/meta-schema from 1.4.3 to 1.5.3 Bumps [@open-rpc/meta-schema](https://github.com/open-rpc/schema) from 1.4.3 to 1.5.3. - [Release notes](https://github.com/open-rpc/schema/releases) - [Commits](https://github.com/open-rpc/schema/compare/1.4.3...1.5.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4671821..f4eecfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -461,9 +461,9 @@ "integrity": "sha512-vmYLCBaromMVbcKQ32TsYVHkTiD6UtIvToK9hzbe+Z83ThX/JQr/4TqQOmtICsHAD4uW5afg+rtzZd6comUnzg==" }, "@open-rpc/meta-schema": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/@open-rpc/meta-schema/-/meta-schema-1.4.3.tgz", - "integrity": "sha512-kNBtphcH7c4cr80v2Ea64EzBYJEgiryopOVbj14qOXmxhVt8r9dTKNNfGSnQxjWE0fIb7a6+U6l0qEs1OM0o3w==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@open-rpc/meta-schema/-/meta-schema-1.5.3.tgz", + "integrity": "sha512-8wFUNDbHbnsS4nehZQ/M0TuCRGOWPld3TEqRb9udKR1HCeJRisaDqgJBzlA3LGkVpTRWG2oLqN++gc/DzADsOw==", "dev": true }, "@types/babel__core": {