From 59e5b2c49a06e82efd5f78d3d460c2e5eb6360ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 00:59:54 +0000 Subject: [PATCH] Bump follow-redirects from 1.14.7 to 1.14.8 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 43 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdea29f1..98fc4669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4279,9 +4279,9 @@ "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==" }, "follow-redirects": { - "version": "1.14.7", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz", - "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==" + "version": "1.14.8", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", + "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==" }, "font-finder": { "version": "1.1.0", @@ -7573,6 +7573,27 @@ "readdirp": "~3.5.0" } }, + "cli-table": { + "version": "https://github.com/telerik/cli-table/tarball/v0.3.1.2", + "integrity": "sha512-bf7UQUo6n0c3Fxn5OXckpausCWjFg+qGLzN/LnaMsjF+9HYuSMbPPciWI6zPLu+KLnwjqwKzwPkozi/vxJYpvw==", + "requires": { + "colors": "1.0.3", + "lodash": "3.6.0", + "wcwidth": "*" + }, + "dependencies": { + "colors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", + "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=" + }, + "lodash": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.6.0.tgz", + "integrity": "sha1-Umao9J3Zib5Pn2gbbyoMVShdDZo=" + } + } + }, "cliui": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", @@ -7717,8 +7738,7 @@ } }, "nativescript-crypto": { - "version": "file:https:/registry.npmjs.org/nativescript-crypto/-/nativescript-crypto-0.9.11.tgz", - "integrity": "sha1-FNbTD0D+h6XDHu25vULc9ojUedE=" + "version": "file:customized-node-modules/nativescript-crypto" }, "nativescript-dev-": { "version": "github:nativescript-community/perms#d64718a5f07c9be5f01b1084ecabe249736045b1", @@ -8003,8 +8023,7 @@ "integrity": "sha512-Tl27CF5qWp17BznDbYa+qZJZbDQ1et7NkD55gc9DSqXrPea1MfExzoI2Ouz0FbKQe4qVgiYkFZR23DVU+Id0JQ==" }, "nativescript-wear-os": { - "version": "file:https:/registry.npmjs.org/nativescript-wear-os/-/nativescript-wear-os-3.0.0.tgz", - "integrity": "sha512-iI0J8mg0SKwyouGJ3LnSKVP2R24QrOx2dJzzCUp0DwaFQkYxssYUEqPlC/PI3TGADu6rP9LYg4IJA9tJJmA9kw==" + "version": "file:customized-node-modules/nativescript-wear-os" }, "nativescript-xml2js": { "version": "0.5.2", @@ -10568,6 +10587,16 @@ "bplist-creator": "0.0.8", "bplist-parser": "0.2.0", "plist": "^3.0.1" + }, + "dependencies": { + "bplist-parser": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", + "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", + "requires": { + "big-integer": "^1.6.44" + } + } } }, "simple-swizzle": {