diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d68c357f2..429d728aa8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -274,8 +274,8 @@ importers: specifier: 4.1.5 version: 4.1.5 style-dictionary: - specifier: 3.8.0 - version: 3.8.0 + specifier: 3.9.0 + version: 3.9.0 storybook/storybook-docs: dependencies: @@ -4901,7 +4901,7 @@ packages: find-cache-dir: 3.3.2 find-up: 5.0.0 fs-extra: 11.1.1 - glob: 10.3.9 + glob: 10.3.10 handlebars: 4.7.8 lazy-universal-dotenv: 4.0.0 node-fetch: 2.7.0 @@ -7010,7 +7010,7 @@ packages: dependencies: '@npmcli/fs': 3.1.0 fs-minipass: 3.0.3 - glob: 10.3.9 + glob: 10.3.10 lru-cache: 7.18.3 minipass: 7.0.3 minipass-collect: 1.0.2 @@ -11566,6 +11566,7 @@ packages: /json5@1.0.2: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + hasBin: true dependencies: minimist: 1.2.8 dev: true @@ -11573,6 +11574,7 @@ packages: /json5@2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} + hasBin: true dev: true /jsonc-parser@3.2.0: @@ -14910,7 +14912,7 @@ packages: resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - glob: 10.3.9 + glob: 10.3.10 json-parse-even-better-errors: 3.0.0 normalize-package-data: 5.0.0 npm-normalize-package-bin: 3.0.1 @@ -16175,9 +16177,10 @@ packages: through: 2.3.8 dev: true - /style-dictionary@3.8.0: - resolution: {integrity: sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==} + /style-dictionary@3.9.0: + resolution: {integrity: sha512-mnq8QfPJoj3ellKHRKZwmCgYUGgwYtoagW5edyKpR09O1W4/XqBdeKXoY/LbeIKqHrqVR7sGgk6E/dNYkPS4aA==} engines: {node: '>=12.0.0'} + hasBin: true dependencies: chalk: 4.1.2 change-case: 4.1.2 diff --git a/proprietary/tokens/package.json b/proprietary/tokens/package.json index 7abce9fb74..8d44574d12 100644 --- a/proprietary/tokens/package.json +++ b/proprietary/tokens/package.json @@ -26,6 +26,6 @@ "devDependencies": { "chokidar-cli": "3.0.0", "npm-run-all": "4.1.5", - "style-dictionary": "3.8.0" + "style-dictionary": "3.9.0" } }