From e9750d2149ec0a21659ab607d3362728bd353326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:42:50 +0000 Subject: [PATCH] build(deps-dev): bump postcss-import from 15.1.0 to 16.1.1 in /docs Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.1.0 to 16.1.1. - [Release notes](https://github.com/postcss/postcss-import/releases) - [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-import/compare/15.1.0...16.1.1) --- updated-dependencies: - dependency-name: postcss-import dependency-version: 16.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 17 +++++++++-------- docs/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 63a18c55..72187011 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -17,7 +17,7 @@ "autoprefixer": "^10.4.7", "cross-env": "^7.0.3", "dotenv": "^16.0.1", - "postcss-import": "^15.1.0", + "postcss-import": "^16.1.1", "tailwindcss": "^3.1.6", "types-quill-delta": "^1.0.0", "vitepress": "^1.0.0-alpha.4", @@ -1825,17 +1825,18 @@ } }, "node_modules/postcss-import": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", - "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "version": "16.1.1", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.1.1.tgz", + "integrity": "sha512-2xVS1NCZAfjtVdvXiyegxzJ447GyqCeEI5V7ApgQVOWnros1p5lGNovJNapwPpMombyFBfqDwt7AD3n2l0KOfQ==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.0.0", "read-cache": "^1.0.0", "resolve": "^1.1.7" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" }, "peerDependencies": { "postcss": "^8.0.0" @@ -3636,9 +3637,9 @@ } }, "postcss-import": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", - "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "version": "16.1.1", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.1.1.tgz", + "integrity": "sha512-2xVS1NCZAfjtVdvXiyegxzJ447GyqCeEI5V7ApgQVOWnros1p5lGNovJNapwPpMombyFBfqDwt7AD3n2l0KOfQ==", "dev": true, "requires": { "postcss-value-parser": "^4.0.0", diff --git a/docs/package.json b/docs/package.json index 8b3e2b16..70e7e4be 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "autoprefixer": "^10.4.7", "cross-env": "^7.0.3", "dotenv": "^16.0.1", - "postcss-import": "^15.1.0", + "postcss-import": "^16.1.1", "tailwindcss": "^3.1.6", "types-quill-delta": "^1.0.0", "vitepress": "^1.0.0-alpha.4",