From c76f391a610ebb5a1ee93d82f4eee7bb50772b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:39:31 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.1.2 in /demo Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- demo/package-lock.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/demo/package-lock.json b/demo/package-lock.json index 9bfb2a6..09765b6 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -291,7 +291,7 @@ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { - "brace-expansion": "1.1.8" + "brace-expansion": "^1.1.7" } }, "minimist": { @@ -348,22 +348,26 @@ "dependencies": { "tns-core-modules": { "version": "3.3.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/tns-core-modules/-/tns-core-modules-3.3.0.tgz", + "integrity": "sha512-83xEXhXVZXJey8b80+6B/LS/1GD7UQVBPIXVOwUmMypP+0EXwLVyMRhU+2GDOsOFk1+rawqlxgEeJ58duMT+zg==", "requires": { "tns-core-modules-widgets": "3.3.0" } }, "tns-core-modules-widgets": { "version": "3.3.0", - "bundled": true + "resolved": "https://registry.npmjs.org/tns-core-modules-widgets/-/tns-core-modules-widgets-3.3.0.tgz", + "integrity": "sha512-59eWr6fFX23JD4Rw5AOQJX3qoKVJiKDd6dNIuNlhG1lar8BHVkIi5dNR0qE7xK3givVAFhok4h/p6Ci7y1nc3Q==" }, "tns-platform-declarations": { "version": "3.3.0", - "bundled": true + "resolved": "https://registry.npmjs.org/tns-platform-declarations/-/tns-platform-declarations-3.3.0.tgz", + "integrity": "sha512-t4/Fh6YheOxRfxnnWmiH7QCdkDYlhvWiYPYfAAFl68gWsbzJ6xlQW247KrDnX1laHndEUKKqq596e0hFDFe+kA==" }, "typescript": { "version": "2.6.1", - "bundled": true + "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.6.1.tgz", + "integrity": "sha512-tS2ybGoZKXHJqL+skWRSR0twQf3HmVGaMY8tNfOdi+tvlmPo+JN/ZYAdZuIBzGfPXxcAFhdp4fQM6LxqqU9cig==" } } },