diff --git a/package-lock.json b/package-lock.json index 189bbcb5..b7d4c6a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@create-figma-plugin/ui": "^3.2", "base64-js": "^1.5", "classnames": "^2.5", - "lru-cache": "^10.2.2", + "lru-cache": "^10.2", "preact": "^10.22", "react-hook-form": "^7.51", "romans": "^2.0", @@ -24,7 +24,7 @@ "@changesets/changelog-github": "^0.5", "@changesets/cli": "^2.27", "@figma/eslint-plugin-figma-plugins": "^0.15", - "@figma/plugin-typings": "^1.93", + "@figma/plugin-typings": "^1.96", "@trivago/prettier-plugin-sort-imports": "^4.3", "@types/svg-path-parser": "^1.1", "@typescript-eslint/eslint-plugin": "^7.8", @@ -1502,9 +1502,9 @@ } }, "node_modules/@figma/plugin-typings": { - "version": "1.93.0", - "resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.93.0.tgz", - "integrity": "sha512-R4iGdkHaoIeJENxz+VUmstOofataZ22Yi7urKS9mr6ZbMJ1TFPBDCrHbKXsJaevvizB9jLhCdNA1wtQci4Ynxg==", + "version": "1.96.0", + "resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.96.0.tgz", + "integrity": "sha512-fk/izqv13KHh8SKQF0d3475j7K9RaQ1EhPQT9E3iuRJnf492qYwj68hy1rO1CdZjm++l6Lk6ayhSowPLARq7Zw==", "dev": true }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index c8eea131..d63859d6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@create-figma-plugin/ui": "^3.2", "base64-js": "^1.5", "classnames": "^2.5", - "lru-cache": "^10.2.2", + "lru-cache": "^10.2", "preact": "^10.22", "react-hook-form": "^7.51", "romans": "^2.0", @@ -37,7 +37,7 @@ "@changesets/changelog-github": "^0.5", "@changesets/cli": "^2.27", "@figma/eslint-plugin-figma-plugins": "^0.15", - "@figma/plugin-typings": "^1.93", + "@figma/plugin-typings": "^1.96", "@trivago/prettier-plugin-sort-imports": "^4.3", "@types/svg-path-parser": "^1.1", "@typescript-eslint/eslint-plugin": "^7.8",