From 62e157a02af57d7bb6bdffb4961c59240ecd4b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 02:09:25 +0000 Subject: [PATCH] chore(deps)(deps): bump style-dictionary from 5.4.0 to 5.4.4 Bumps [style-dictionary](https://github.com/style-dictionary/style-dictionary) from 5.4.0 to 5.4.4. - [Release notes](https://github.com/style-dictionary/style-dictionary/releases) - [Changelog](https://github.com/style-dictionary/style-dictionary/blob/main/CHANGELOG.md) - [Commits](https://github.com/style-dictionary/style-dictionary/compare/v5.4.0...v5.4.4) --- updated-dependencies: - dependency-name: style-dictionary dependency-version: 5.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 817820c..c605dc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "fast-glob": "^3.3.3", "glob": "^13.0.4", "json5": "^2.2.3", - "style-dictionary": "^5.4.0", + "style-dictionary": "^5.4.4", "yaml": "^2.8.3", "zod": "^4.3.6" }, @@ -175,10 +175,10 @@ } }, "node_modules/@bundled-es-modules/deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@bundled-es-modules/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-Rk453EklPUPC3NRWc3VUNI/SSUjdBaFoaQvFRmNBNtMHVtOFD5AntiWg5kEE1hqcPqedYFDzxE3ZcMYPcA195w==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@bundled-es-modules/deepmerge/-/deepmerge-4.3.2.tgz", + "integrity": "sha512-q8doe7ndrY2IolUOFIn0A0++JBX38pMhN7kFhTF4cnjIcILf6X6H2yWczInyv8ZFdR0lrE8088X8XS5efxXz8A==", + "license": "MIT", "dependencies": { "deepmerge": "^4.3.1" } @@ -10437,12 +10437,12 @@ } }, "node_modules/style-dictionary": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-5.4.0.tgz", - "integrity": "sha512-6BzO0DV19t6KUEXYfvHJ73d3y8bBDcd0wNLfoZRX817obJ8YX5Vev8Xh3+k9601tHE8qRJ/586iLt0byuY2THw==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-5.4.4.tgz", + "integrity": "sha512-Sd7dkEOLn33EpvlMyS8ykUu0us2EIFUqsysf4DSwZQ46nqQkZ2Q9o5mozu8cSizj3t7E220HaPk7EV1O7LjvDQ==", "license": "Apache-2.0", "dependencies": { - "@bundled-es-modules/deepmerge": "^4.3.1", + "@bundled-es-modules/deepmerge": "^4.3.2", "@bundled-es-modules/glob": "^13.0.6", "@bundled-es-modules/memfs": "^4.17.0", "@zip.js/zip.js": "^2.7.44", diff --git a/package.json b/package.json index d88d0e0..8708a7c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "fast-glob": "^3.3.3", "glob": "^13.0.4", "json5": "^2.2.3", - "style-dictionary": "^5.4.0", + "style-dictionary": "^5.4.4", "yaml": "^2.8.3", "zod": "^4.3.6" },