From 818b5f601065f763780bebe8c443df0676a54447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:02:43 +0000 Subject: [PATCH] Bump postcss-styled-syntax from 0.7.0 to 0.7.1 Bumps [postcss-styled-syntax](https://github.com/hudochenkov/postcss-styled-syntax) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/hudochenkov/postcss-styled-syntax/releases) - [Changelog](https://github.com/hudochenkov/postcss-styled-syntax/blob/main/CHANGELOG.md) - [Commits](https://github.com/hudochenkov/postcss-styled-syntax/compare/0.7.0...0.7.1) --- updated-dependencies: - dependency-name: postcss-styled-syntax dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19d7e704f2c8..51426e546f03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -133,7 +133,7 @@ "oxlint": "^0.15.7", "patch-package": "^8.0.0", "postcss-jsx": "^0.36.4", - "postcss-styled-syntax": "^0.7.0", + "postcss-styled-syntax": "^0.7.1", "postcss-syntax": "^0.36.2", "prettier": "^3.4.2", "puppeteer": "^23.11.1", @@ -28469,9 +28469,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.1", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", + "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", "funding": [ { "type": "opencollective", @@ -28486,8 +28486,9 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", + "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, @@ -29015,19 +29016,19 @@ } }, "node_modules/postcss-styled-syntax": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/postcss-styled-syntax/-/postcss-styled-syntax-0.7.0.tgz", - "integrity": "sha512-OeStzPkHJ1/WDGRKm/JuVK8UdJbjt3U7AFC+zUc9omJ79SaXSxWoy+PXxJz7t8vOO8HcUgCLndNEQfLvZ74TuQ==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/postcss-styled-syntax/-/postcss-styled-syntax-0.7.1.tgz", + "integrity": "sha512-V5Iy8JztqXOKnTojdytF8IJ3zDXyVR927XftBPinJa3TnKdChGvGzUNEYlNuDtR+iqpuFkwJMgZdaJarYfGFCg==", "dev": true, "license": "MIT", "dependencies": { - "typescript": "^5.6.3" + "typescript": "^5.7.3" }, "engines": { "node": ">=14.17" }, "peerDependencies": { - "postcss": "^8.4.21" + "postcss": "^8.5.1" } }, "node_modules/postcss-svgo": { diff --git a/package.json b/package.json index d26215f2a412..c19d4a35ad8e 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "oxlint": "^0.15.7", "patch-package": "^8.0.0", "postcss-jsx": "^0.36.4", - "postcss-styled-syntax": "^0.7.0", + "postcss-styled-syntax": "^0.7.1", "postcss-syntax": "^0.36.2", "prettier": "^3.4.2", "puppeteer": "^23.11.1",