From 45633c319230561ef0848602024a0d8f1f648c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 00:04:26 +0000 Subject: [PATCH] Bump y18n from 4.0.0 to 4.0.1 in /demo-angular Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] --- demo-angular/package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/demo-angular/package-lock.json b/demo-angular/package-lock.json index bb020cb..19cd177 100644 --- a/demo-angular/package-lock.json +++ b/demo-angular/package-lock.json @@ -3379,9 +3379,9 @@ } }, "nativescript-contacts-lite": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/nativescript-contacts-lite/-/nativescript-contacts-lite-0.2.6.tgz", - "integrity": "sha512-BoKyrzYRBEchZivbsN8zfZOcEcB6x8TufUcKJI3yOVDgsMPpemb7VzTHbxTo4XRMexzLPUtDe4arDDEbbcrkiQ==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/nativescript-contacts-lite/-/nativescript-contacts-lite-0.2.7.tgz", + "integrity": "sha512-lkjdGZABarAWlPMZJIxIRpqKmiLXpO1IjRMmSwgdZ3hPcPO3KmK8GQWFOFxxWULvN5DQ6pkMDhgYMVc/zNsUhA==", "requires": { "nativescript-permissions": "^1.2.2" } @@ -3745,9 +3745,9 @@ "integrity": "sha1-gu6b59N3Fys8QpVzRyMDdijhhqc=" }, "nativescript-permissions": { - "version": "1.3.9", - "resolved": "https://registry.npmjs.org/nativescript-permissions/-/nativescript-permissions-1.3.9.tgz", - "integrity": "sha512-Xrt7uN/+nNMOsPziw17VQAgFe5oQX0klEqJVaoM6G7MQm5mgnySaHbVGlupcgNNib+rAgFlrmqTW0LlzuQxtIg==" + "version": "1.3.11", + "resolved": "https://registry.npmjs.org/nativescript-permissions/-/nativescript-permissions-1.3.11.tgz", + "integrity": "sha512-4ox9WpVJPLfepPauqECvPfbxVE1hVPVVBLZxOs3d9+2Yrr0mSkJO7D7BQ4OUS90hHfRdPhf70aJKWxzJoqi63g==" }, "nativescript-worker-loader": { "version": "0.11.0", @@ -6137,9 +6137,9 @@ "dev": true }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "yallist": {