From 222515275acd6f78aceadf7b0aa07115fb1260de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 10:22:47 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.19 in /Javascript-C-version/javascript Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] --- .../javascript/package-lock.json | 53 +++++++++++++++++-- 1 file changed, 50 insertions(+), 3 deletions(-) diff --git a/Javascript-C-version/javascript/package-lock.json b/Javascript-C-version/javascript/package-lock.json index f75025a..870c76a 100644 --- a/Javascript-C-version/javascript/package-lock.json +++ b/Javascript-C-version/javascript/package-lock.json @@ -322,6 +322,53 @@ } } }, + "@finos/perspective": { + "version": "0.4.8", + "resolved": "https://registry.npmjs.org/@finos/perspective/-/perspective-0.4.8.tgz", + "integrity": "sha512-pxHxbhTEEw0JHIPTlBf2bl9WDLC4LPjRUkQnj9lENvajUnFy4QjhlO+fJ/uWR9wRixHMq4YeuWzIZMzxXbrNfQ==", + "requires": { + "@babel/runtime": "^7.8.4", + "core-js": "^3.6.4", + "d3-array": "^1.2.1", + "detectie": "1.0.0", + "flatbuffers": "^1.10.2", + "lodash": "^4.17.4", + "moment": "^2.19.1", + "papaparse": "^4.3.6", + "text-encoding-utf-8": "^1.0.2", + "tslib": "^1.9.3", + "ws": "^6.1.2" + }, + "dependencies": { + "ws": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", + "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "requires": { + "async-limiter": "~1.0.0" + } + } + } + }, + "@finos/perspective-viewer": { + "version": "0.4.8", + "resolved": "https://registry.npmjs.org/@finos/perspective-viewer/-/perspective-viewer-0.4.8.tgz", + "integrity": "sha512-jYAe6y7UJ63QaDauGbWlirWcWoAd3s23ec+0FsqMbx+8AxZD4tQWk7lNxzQIwvXRuYonKaziQ6pofvAnPhWOBQ==", + "requires": { + "@babel/runtime": "^7.8.4", + "@finos/perspective": "^0.4.8", + "@types/react": "^16.9.17", + "@webcomponents/shadycss": "^1.5.2", + "@webcomponents/webcomponentsjs": "~2.0.4", + "awesomplete": "^1.1.2", + "core-js": "^3.6.4", + "d3-array": "^1.2.1", + "detectie": "1.0.0", + "lit-html": "^1.1.2", + "lodash": "^4.17.4", + "mobile-drag-drop": "^2.3.0-rc.2" + } + }, "@finos/perspective-viewer-d3fc": { "version": "0.4.8", "resolved": "https://registry.npmjs.org/@finos/perspective-viewer-d3fc/-/perspective-viewer-d3fc-0.4.8.tgz", @@ -1225,9 +1272,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "markdown-it": { "version": "10.0.0",