diff --git a/bun.lockb b/bun.lockb index dc44219..900298d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index ecb0dc0..a60e35a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "@docusaurus/tsconfig": "3.4.0", "@docusaurus/types": "3.4.0", "@mdx-js/react": "3.0.1", - "ajv": "8.14.0", + "ajv": "8.16.0", "clsx": "2.1.1", "jsdoc-to-markdown": "8.0.1", "prism-react-renderer": "2.3.1", diff --git a/package.json b/package.json index e7e571c..acd96a8 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,10 @@ "bun-types": "1.1.12", "eslint": "9.4.0", "husky": "9.0.11", - "prettier": "3.3.0", + "prettier": "3.3.1", "tsup": "8.1.0", "typescript": "5.4.5", - "typescript-eslint": "7.11.0" + "typescript-eslint": "7.12.0" }, "scripts": { "build": "tsup src/plugin.ts --clean --dts --external graphql",