From 4b016f5308b5f16208c205e8e4da9b3e25793f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:53:51 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.39 to 8.4.44 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.39 to 8.4.44. - [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.39...8.4.44) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f79a62..102d5bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-chat", - "version": "1.0.0", + "version": "1.0.0-BETA", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue-chat", - "version": "1.0.0", + "version": "1.0.0-BETA", "license": "Apache-2.0", "dependencies": { "pinia": "^2.1.7", @@ -20,7 +20,7 @@ "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.19", - "postcss": "^8.4.39", + "postcss": "^8.4.44", "prettier": "^3.2.5", "tailwindcss": "^3.4.7", "typescript": "~5.5.3", @@ -2138,9 +2138,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.44", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", + "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", "funding": [ { "type": "opencollective", @@ -2155,7 +2155,6 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.1", diff --git a/package.json b/package.json index f3d12be..214e0ad 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.19", - "postcss": "^8.4.39", + "postcss": "^8.4.44", "prettier": "^3.2.5", "tailwindcss": "^3.4.7", "typescript": "~5.5.3",