From e5c4bf2d892c3211cbc1e6d25a6eeb4e7279d359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:54:38 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates Bumps the dev-dependencies group with 3 updates in the /variables-styles-extractor directory: [@figma/plugin-typings](https://github.com/figma/plugin-typings), [terser](https://github.com/terser/terser) and [typescript](https://github.com/microsoft/TypeScript). Updates `@figma/plugin-typings` from 1.121.0 to 1.128.0 - [Commits](https://github.com/figma/plugin-typings/compare/v1.121.0...v1.128.0) Updates `terser` from 5.44.1 to 5.48.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.44.1...v5.48.0) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: "@figma/plugin-typings" dependency-version: 1.126.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: terser dependency-version: 5.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- variables-styles-extractor/package.json | 6 ++-- variables-styles-extractor/pnpm-lock.yaml | 38 +++++++++++------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/variables-styles-extractor/package.json b/variables-styles-extractor/package.json index f4b147a..6b96702 100644 --- a/variables-styles-extractor/package.json +++ b/variables-styles-extractor/package.json @@ -9,9 +9,9 @@ "watch": "tsc --watch" }, "devDependencies": { - "@figma/plugin-typings": "^1.98.0", - "terser": "^5.44.1", - "typescript": "^5.0.0" + "@figma/plugin-typings": "^1.128.0", + "terser": "^5.48.0", + "typescript": "^6.0.3" }, "keywords": [ "figma", diff --git a/variables-styles-extractor/pnpm-lock.yaml b/variables-styles-extractor/pnpm-lock.yaml index 9069579..daaf56c 100644 --- a/variables-styles-extractor/pnpm-lock.yaml +++ b/variables-styles-extractor/pnpm-lock.yaml @@ -9,19 +9,19 @@ importers: .: devDependencies: '@figma/plugin-typings': - specifier: ^1.98.0 - version: 1.121.0 + specifier: ^1.128.0 + version: 1.128.0 terser: - specifier: ^5.44.1 - version: 5.44.1 + specifier: ^5.48.0 + version: 5.48.0 typescript: - specifier: ^5.0.0 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages: - '@figma/plugin-typings@1.121.0': - resolution: {integrity: sha512-590qfxc5QtGs/AqdAEegNZUWzwEuaA9whl6T8LxscBaGjmqU3Z5jJHgHfYXissy1S5IBsXEZFmudKibpLcxGdQ==} + '@figma/plugin-typings@1.128.0': + resolution: {integrity: sha512-4hJeQj6E4bJiothKriow32MjV4bh2E7jPbeINdfmMQbISfSYSE8gU6YaUc6OioYXXiNiZqPN7RqYF2HBK8YRoQ==} '@jridgewell/gen-mapping@0.3.13': resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} @@ -39,8 +39,8 @@ packages: '@jridgewell/trace-mapping@0.3.31': resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} - acorn@8.15.0: - resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} + acorn@8.16.0: + resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} engines: {node: '>=0.4.0'} hasBin: true @@ -57,19 +57,19 @@ packages: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - terser@5.44.1: - resolution: {integrity: sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==} + terser@5.48.0: + resolution: {integrity: sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==} engines: {node: '>=10'} hasBin: true - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} engines: {node: '>=14.17'} hasBin: true snapshots: - '@figma/plugin-typings@1.121.0': {} + '@figma/plugin-typings@1.128.0': {} '@jridgewell/gen-mapping@0.3.13': dependencies: @@ -90,7 +90,7 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - acorn@8.15.0: {} + acorn@8.16.0: {} buffer-from@1.1.2: {} @@ -103,11 +103,11 @@ snapshots: source-map@0.6.1: {} - terser@5.44.1: + terser@5.48.0: dependencies: '@jridgewell/source-map': 0.3.11 - acorn: 8.15.0 + acorn: 8.16.0 commander: 2.20.3 source-map-support: 0.5.21 - typescript@5.9.3: {} + typescript@6.0.3: {}