diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index a3b50809..f44221d4 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -14,7 +14,7 @@ "react-router-dom": "7.1.0" }, "devDependencies": { - "@db-ui/foundations": "^0.6.0", + "@db-ui/foundations": "^0.6.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.18.0", @@ -362,9 +362,9 @@ } }, "node_modules/@db-ui/foundations": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.6.0.tgz", - "integrity": "sha512-iX5L6CQdDTESRqNL0yQRcHCC45Ft1hPyv6zA5rBk0Xodde5nDsxL8u67HmcUNpARoW4qujsbE3qAhCcxWvNpxA==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.6.2.tgz", + "integrity": "sha512-sA5xHGi40ZvlxYCPX8ouZFSwyCxmcPZKCjVZGHao9DAI1vbhvEk5CcoLvrnmUCBIxjrKh8QjWrJ6VVS1qdzW4w==", "dev": true, "bin": { "foundations": "build/index.js" diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 3f890053..ee80a57e 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -16,7 +16,7 @@ "react-router-dom": "7.1.0" }, "devDependencies": { - "@db-ui/foundations": "^0.6.0", + "@db-ui/foundations": "^0.6.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.18.0",