From f2e1f9eca7aef708dc2f30d5398d8e29f77615d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:54:25 +0000 Subject: [PATCH] chore(deps): bump style-dictionary from 5.1.1 to 5.1.3 Bumps [style-dictionary](https://github.com/style-dictionary/style-dictionary) from 5.1.1 to 5.1.3. - [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.1.1...v5.1.3) --- updated-dependencies: - dependency-name: style-dictionary dependency-version: 5.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d40dac..b13651e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1815,18 +1815,18 @@ } }, "node_modules/@bundled-es-modules/glob": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/@bundled-es-modules/glob/-/glob-11.0.3.tgz", - "integrity": "sha512-rt+1650YhlwRkkj67YMZQj5LXWZiavpHQg8K6jDcZBPbrBIooHbKOQvvxKJsKM80H1oHengEbIymfw3mn4FkUw==", - "license": "ISC", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@bundled-es-modules/glob/-/glob-11.1.0.tgz", + "integrity": "sha512-aD2nUfnJMa4hzRXhCRXKtIeOiCyGzJwJ/3mfHQeFxPANzpmQZRzv8lgWabYt1VtXkI6mvBPA+x8K5gB/lzPhIQ==", + "license": "MIT", "dependencies": { "buffer": "^6.0.3", "events": "^3.3.0", - "glob": "^11.0.3", + "glob": "^11.1.0", "path": "^0.12.7", "stream": "^0.0.3", "string_decoder": "^1.3.0", - "url": "^0.11.3" + "url": "^0.11.4" } }, "node_modules/@bundled-es-modules/glob/node_modules/string_decoder": { @@ -26504,13 +26504,13 @@ } }, "node_modules/style-dictionary": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-5.1.1.tgz", - "integrity": "sha512-scRFwr2VrerXy6BzO2Ym8AI0dRGkAIoS2YhooagytxCFkoXPYCLhvIxg3VO/yD2i4VeU4aGmHG80+ZLdPDb0uw==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-5.1.3.tgz", + "integrity": "sha512-xXhF458qsN9ABVTBjGfugLZV2id3Ef46KzkeItSLlkAtF8oLax+mAVXbUGlVlYhhkaSP66J8xcSSwn2PqaeYUw==", "license": "Apache-2.0", "dependencies": { "@bundled-es-modules/deepmerge": "^4.3.1", - "@bundled-es-modules/glob": "^11.0.3", + "@bundled-es-modules/glob": "^11.1.0", "@bundled-es-modules/memfs": "^4.9.4", "@zip.js/zip.js": "^2.7.44", "chalk": "^5.3.0",