From e1bc985cc3a72b87b09f593f42c9d8a9a59736ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:57:33 +0000 Subject: [PATCH] Bump postcss from 8.4.27 to 8.4.31 in /Chapter08/lazy-pages-and-routes Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31. - [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/8.4.27...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Chapter08/lazy-pages-and-routes/package-lock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Chapter08/lazy-pages-and-routes/package-lock.json b/Chapter08/lazy-pages-and-routes/package-lock.json index 01b3eb1..7ec2190 100644 --- a/Chapter08/lazy-pages-and-routes/package-lock.json +++ b/Chapter08/lazy-pages-and-routes/package-lock.json @@ -1906,7 +1906,9 @@ } }, "node_modules/postcss": { - "version": "8.4.27", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { @@ -1922,7 +1924,6 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.6", "picocolors": "^1.0.0",