diff --git a/package-lock.json b/package-lock.json index 932f105..295d4e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tabs": "^1.1.0", - "@types/node": "20.16.5", + "@types/node": "^20.16.10", "@types/react": "^18.3.10", "@types/react-dom": "18.3.0", "@uploadthing/react": "^5.2.1", @@ -858,9 +858,9 @@ } }, "node_modules/@types/node": { - "version": "20.16.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz", - "integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==", + "version": "20.16.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz", + "integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" diff --git a/package.json b/package.json index 121d076..26db321 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-slot": "^1.1.0", "@types/react-dom": "18.3.0", + "@types/node": "20.16.10", "@types/react": "18.3.10", - "@types/node": "20.16.5", "@uploadthing/react": "^5.2.1", "autoprefixer": "10.4.20", "class-variance-authority": "^0.7.0",