diff --git a/package-lock.json b/package-lock.json index 55fff181..9da6bc46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@tweakpane/plugin-essentials": "^0.1.8", - "tweakpane": "^3.1.9" + "tweakpane": "^3.1.10" }, "devDependencies": { "@commitlint/cli": "^17.6.5", @@ -51,7 +51,6 @@ }, "peerDependencies": { "@tweakpane/plugin-essentials": "^0.1.8", - "tweakpane": "^3.1.9", "vue": "^3.3.4" } }, @@ -7499,9 +7498,9 @@ "dev": true }, "node_modules/tweakpane": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/tweakpane/-/tweakpane-3.1.9.tgz", - "integrity": "sha512-vMzh3X8uHo9HDY+9S9V0bc+UBScs8VYmMeOEW+BvynczV0aiLHweYv4eKpyoqpcRrQlkLhUsx8Dvv/1/qiCESg==", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/tweakpane/-/tweakpane-3.1.10.tgz", + "integrity": "sha512-rqwnl/pUa7+inhI2E9ayGTqqP0EPOOn/wVvSWjZsRbZUItzNShny7pzwL3hVlaN4m9t/aZhsP0aFQ9U5VVR2VQ==", "funding": { "url": "https://github.com/sponsors/cocopon" } @@ -13672,9 +13671,9 @@ } }, "tweakpane": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/tweakpane/-/tweakpane-3.1.9.tgz", - "integrity": "sha512-vMzh3X8uHo9HDY+9S9V0bc+UBScs8VYmMeOEW+BvynczV0aiLHweYv4eKpyoqpcRrQlkLhUsx8Dvv/1/qiCESg==" + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/tweakpane/-/tweakpane-3.1.10.tgz", + "integrity": "sha512-rqwnl/pUa7+inhI2E9ayGTqqP0EPOOn/wVvSWjZsRbZUItzNShny7pzwL3hVlaN4m9t/aZhsP0aFQ9U5VVR2VQ==" }, "type-check": { "version": "0.4.0", diff --git a/package.json b/package.json index 085182af..da7882d6 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,10 @@ }, "dependencies": { "@tweakpane/plugin-essentials": "^0.1.8", - "tweakpane": "^3.1.9" + "tweakpane": "^3.1.10" }, "peerDependencies": { - "tweakpane": "^3.1.9", + "tweakpane": "^3.1.10", "@tweakpane/plugin-essentials": "^0.1.8", "vue": "^3.3.4" },