diff --git a/web/wp-content/themes/lfevents/package-lock.json b/web/wp-content/themes/lfevents/package-lock.json index d7cdf677..3262cf2c 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 1ae454b2..c8282a03 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",