From 3095507dec8a62d511be381009f9b21e3a296431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:05:03 +0000 Subject: [PATCH] Bump postcss from 8.4.49 to 8.5.23 in /web/wp-content/themes/lfevents Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.23. - [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.49...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../themes/lfevents/package-lock.json | 18 ++++++++++-------- web/wp-content/themes/lfevents/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/web/wp-content/themes/lfevents/package-lock.json b/web/wp-content/themes/lfevents/package-lock.json index d7cdf6771..3262cf2c1 100644 --- a/web/wp-content/themes/lfevents/package-lock.json +++ b/web/wp-content/themes/lfevents/package-lock.json @@ -30,7 +30,7 @@ "gulp-terser": "^2.1.0", "js-yaml": "^4.1.1", "npm-run-all": "^4.1.5", - "postcss": "^8.4.49", + "postcss": "^8.5.23", "rimraf": "^2.7.1", "sass": "^1.32.13", "through2": "^4.0.2", @@ -5976,9 +5976,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", - "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", + "version": "3.3.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", + "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", "dev": true, "funding": [ { @@ -5986,6 +5986,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -6400,9 +6401,9 @@ } }, "node_modules/postcss": { - "version": "8.4.49", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", - "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", + "version": "8.5.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", + "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", "dev": true, "funding": [ { @@ -6418,8 +6419,9 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", + "nanoid": "^3.3.16", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/web/wp-content/themes/lfevents/package.json b/web/wp-content/themes/lfevents/package.json index 1ae454b2e..c8282a031 100644 --- a/web/wp-content/themes/lfevents/package.json +++ b/web/wp-content/themes/lfevents/package.json @@ -64,7 +64,7 @@ "gulp-terser": "^2.1.0", "js-yaml": "^4.1.1", "npm-run-all": "^4.1.5", - "postcss": "^8.4.49", + "postcss": "^8.5.23", "rimraf": "^2.7.1", "sass": "^1.32.13", "through2": "^4.0.2",