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==" } } },