From fb9e93f38d6ec47c5d6b6f9ecc7c6199bca45b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:14:41 +0000 Subject: [PATCH] :arrow_up: Bump postcss from 8.4.49 to 8.5.1 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.1. - [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.1) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d1a33401..793b0c9a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "notyf": "^3.10.0", "pinia": "^2.2.2", "pinia-plugin-persistedstate": "^4.1.3", - "postcss": "^8.4.41", + "postcss": "^8.5.1", "vue": "^3.3.4" }, "devDependencies": { @@ -3615,9 +3615,9 @@ "license": "MIT" }, "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.1", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", + "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", "funding": [ { "type": "opencollective", @@ -3634,7 +3634,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", + "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index 9d9fcee23..285e96890 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "notyf": "^3.10.0", "pinia": "^2.2.2", "pinia-plugin-persistedstate": "^4.1.3", - "postcss": "^8.4.41", + "postcss": "^8.5.1", "vue": "^3.3.4" } }