From a5c82aeae63d583b54013ba7f64148d38cf54d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:12:19 +0000 Subject: [PATCH] chore(deps-dev): bump style-dictionary from 4.1.2 to 4.1.3 Bumps [style-dictionary](https://github.com/amzn/style-dictionary) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/amzn/style-dictionary/releases) - [Changelog](https://github.com/amzn/style-dictionary/blob/main/CHANGELOG.md) - [Commits](https://github.com/amzn/style-dictionary/compare/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: style-dictionary dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 11 ++++++----- proprietary/tokens/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3863b81092..592db08b4b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -267,8 +267,8 @@ importers: specifier: 4.1.5 version: 4.1.5 style-dictionary: - specifier: 4.1.2 - version: 4.1.2 + specifier: 4.1.3 + version: 4.1.3 storybook: devDependencies: @@ -3553,6 +3553,7 @@ packages: eslint@8.57.1: resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@9.6.1: @@ -6627,8 +6628,8 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - style-dictionary@4.1.2: - resolution: {integrity: sha512-ZQz+Qs38jq0Qb7IOKuj2Rnm81AziQJDV1E2/TnnKpfLajWKr3VAf8xfrFT1gA3+pHmx+M2bfabDTuMUJYJM2Lg==} + style-dictionary@4.1.3: + resolution: {integrity: sha512-KJTkMaFbwSdSsDm6m5M6ki7oQo9vMKV37Vyj0cFpkYw6ucqQKORRQNZT0KXUubxNTtbjv2tmy9wvDSayxS0Zzg==} engines: {node: '>=18.0.0'} hasBin: true @@ -15115,7 +15116,7 @@ snapshots: strip-json-comments@3.1.1: {} - style-dictionary@4.1.2: + style-dictionary@4.1.3: dependencies: '@bundled-es-modules/deepmerge': 4.3.1 '@bundled-es-modules/glob': 10.4.2 diff --git a/proprietary/tokens/package.json b/proprietary/tokens/package.json index f5b8647b2d..652015e08f 100644 --- a/proprietary/tokens/package.json +++ b/proprietary/tokens/package.json @@ -25,6 +25,6 @@ "devDependencies": { "chokidar-cli": "3.0.0", "npm-run-all": "4.1.5", - "style-dictionary": "4.1.2" + "style-dictionary": "4.1.3" } }