From 0a9cedca14e2e339b8c1d22635ac58bc11de6ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:33:09 +0000 Subject: [PATCH] Bump locutus from 2.0.11 to 2.0.15 Bumps [locutus](https://github.com/locutusjs/locutus) from 2.0.11 to 2.0.15. - [Release notes](https://github.com/locutusjs/locutus/releases) - [Changelog](https://github.com/locutusjs/locutus/blob/master/CHANGELOG.md) - [Commits](https://github.com/locutusjs/locutus/compare/v2.0.11...v2.0.15) --- updated-dependencies: - dependency-name: locutus dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f43719..bc7ab90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1378,16 +1378,6 @@ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==" }, - "cidr-js": { - "version": "git+https://github.com/jas-/cidr-js.git#8bbf8227780da869d082096847fe3d9a74bf8ef4", - "from": "git+https://github.com/jas-/cidr-js.git#v2.3.2", - "requires": { - "bluebird": "^2.9.21", - "ip-subnet-calculator": "^1.0.2", - "line-by-line": "^0.1.3", - "locutus": "^2.0.9" - } - }, "class-utils": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", @@ -1808,11 +1798,6 @@ "is-symbol": "^1.0.2" } }, - "es6-promise": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", - "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==" - }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -3314,6 +3299,18 @@ "netmask": "^1.0.6", "stack-trace": "0.0.10", "xml2js": "^0.4.22" + }, + "dependencies": { + "cidr-js": { + "version": "git+https://github.com/jas-/cidr-js.git#8bbf8227780da869d082096847fe3d9a74bf8ef4", + "from": "git+https://github.com/jas-/cidr-js.git#v2.3.2", + "requires": { + "bluebird": "^2.9.21", + "ip-subnet-calculator": "^1.0.2", + "line-by-line": "^0.1.3", + "locutus": "^2.0.9" + } + } } }, "line-by-line": { @@ -3340,12 +3337,9 @@ } }, "locutus": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.11.tgz", - "integrity": "sha512-C0q1L38lK5q1t+wE0KY21/9szrBHxye6o2z5EJzU+5B79tubNOC+nLAEzTTn1vPUGoUuehKh8kYKqiVUTWRyaQ==", - "requires": { - "es6-promise": "^4.2.5" - } + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.15.tgz", + "integrity": "sha512-2xWC4RkoAoCVXEb/stzEgG1TNgd+mrkLBj6TuEDNyUoKeQ2XzDTyJUC23sMiqbL6zJmJSP3w59OZo+zc4IBOmA==" }, "lodash": { "version": "4.17.15",