From fcc354cc3979ed23982290c9c94b8227cc41bd74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 15:04:29 +0000 Subject: [PATCH] Bump hosted-git-info from 2.8.5 to 2.8.9 in /packages/sample-app Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9) Signed-off-by: dependabot[bot] --- packages/sample-app/package-lock.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/packages/sample-app/package-lock.json b/packages/sample-app/package-lock.json index c39d200..090ca07 100644 --- a/packages/sample-app/package-lock.json +++ b/packages/sample-app/package-lock.json @@ -818,6 +818,15 @@ "resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-1.16.4.tgz", "integrity": "sha512-/kERzOis55gX2P5i2N7oiZQFEdn/jmXq71rk3lI/PYXgMx3rurdJZfYPNivM/0wV4IoCj1g4KwCZ2DpMHxkELQ==" }, + "@lwce/router": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@lwce/router/-/router-0.4.4.tgz", + "integrity": "sha512-Dws2mIMapFHJVHitlXrPpahc7ysJJ+4j6GeGvVo38NmCgM9RpkBX8ZrWKvE30dw5BYjrP5O76999gnswPS2Jbg==", + "requires": { + "history": "^4.10.1", + "path-to-regexp": "^6.1.0" + } + }, "@nodelib/fs.scandir": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", @@ -2781,9 +2790,9 @@ } }, "hosted-git-info": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.5.tgz", - "integrity": "sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "hsl-regex": { @@ -3923,6 +3932,11 @@ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" }, + "path-to-regexp": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.0.tgz", + "integrity": "sha512-f66KywYG6+43afgE/8j/GoiNyygk/bnoCbps++3ErRKsIYkGGupyv07R2Ok5m9i67Iqc+T2g1eAUGUPzWhYTyg==" + }, "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",