From a3d440978d3a285f84fb6655628564e4480e13d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 16:34:45 +0000 Subject: [PATCH] chore(deps): bump json-ptr from 2.0.0 to 2.2.0 Bumps [json-ptr](https://github.com/flitbit/json-ptr) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/flitbit/json-ptr/releases) - [Changelog](https://github.com/flitbit/json-ptr/blob/master/tsconfig.release.json) - [Commits](https://github.com/flitbit/json-ptr/compare/v2.0.0...v2.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19f61d79..5fb4bd28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19595,12 +19595,12 @@ } }, "json-ptr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/json-ptr/-/json-ptr-2.0.0.tgz", - "integrity": "sha512-VGP7ucQzBLJFUC8sWR57ALW/+iui9NCE2i61SULum4TBfu9664bCdWjuRkjghbg1rj1k+8+PciKbfFJdGQlS1w==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/json-ptr/-/json-ptr-2.2.0.tgz", + "integrity": "sha512-w9f6/zhz4kykltXMG7MLJWMajxiPj0q+uzQPR1cggNAE/sXoq/C5vjUb/7QNcC3rJsVIIKy37ALTXy1O+3c8QQ==", "dev": true, "requires": { - "tslib": "^2.0.3" + "tslib": "^2.2.0" }, "dependencies": { "tslib": {