From c3f737c202a8fa8702c4816c730c0654af76f24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 23:35:08 +0000 Subject: [PATCH] Bump postcss from 7.0.32 to 7.0.36 in /packages/sample-app Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.32...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... 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..90ca582 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", @@ -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", @@ -4013,9 +4027,9 @@ } }, "postcss": { - "version": "7.0.32", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz", - "integrity": "sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==", + "version": "7.0.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", + "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", "requires": { "chalk": "^2.4.2", "source-map": "^0.6.1",