diff --git a/package-lock.json b/package-lock.json index 3228a5e..fbd49b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,8 +40,8 @@ "@playwright/test": "^1.62.1", "@tailwindcss/container-queries": "^0.1.1", "@types/bcryptjs": "^3.0.0", - "@types/node": "^26.1.2", - "@types/pg": "^8.20.2", + "@types/node": "^26.2.0", + "@types/pg": "^8.21.0", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@types/react-grid-layout": "^2.1.0", @@ -49,9 +49,9 @@ "dotenv": "^17.4.2", "dotenv-cli": "^11.0.0", "eslint": "^9.39.5", - "eslint-config-next": "^15.5.22", + "eslint-config-next": "^15.5.23", "tailwindcss": "^3.4.19", - "tsx": "^4.23.1", + "tsx": "^4.23.11", "typescript": "^5.9.3", "vitest": "^4.1.10" }, @@ -1872,9 +1872,9 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.5.22", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.22.tgz", - "integrity": "sha512-SB8PGBmpAiVmOtMOIfObnI2VA3MN3jUGg0iYTh4MO2efxQIV/IL0U8iYOok/8DldCEKARyCOJJix+Vvgzaic/Q==", + "version": "15.5.23", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.23.tgz", + "integrity": "sha512-0KnCFpiWVIsbwBhByZ0uIcjYM5xqGrFzN2eOPbwru/wuy5Z1dmA+3gP+PRbi4gl1Ny7an66BqAM/NHkX/50rbw==", "dev": true, "license": "MIT", "dependencies": { @@ -3314,18 +3314,18 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.1.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz", - "integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==", + "version": "26.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz", + "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==", "license": "MIT", "dependencies": { "undici-types": "~8.3.0" } }, "node_modules/@types/pg": { - "version": "8.20.2", - "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.20.2.tgz", - "integrity": "sha512-hCbcoph8FualKVaVJuc8aHCisaD9hcafEu/VabHbAGimByLo6DJ2+IGnWyq1egrVegU1oVJEZtXj4Nh863IxbQ==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.21.0.tgz", + "integrity": "sha512-AYdtudzabjLZgVgRZmAnU8bAnVUXzuJX2IYHeSIiIHm68olD+LgQYCGWdtcNYnP0uq9c4S4NibVG3Ni7VbKW7Q==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -5931,13 +5931,13 @@ } }, "node_modules/eslint-config-next": { - "version": "15.5.22", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.22.tgz", - "integrity": "sha512-HhZsB3dvBsYwQpnymZm/Ps9NVaSYiSzDSXkR02CjyOcQutCuea3cF7NxE8i8Drs2+Dgw95WUzK2CMBIHd5YbMw==", + "version": "15.5.23", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.23.tgz", + "integrity": "sha512-z4WcTXNqFHwMG4V8WHb2xrlEPJvwarZa+H/6CR28vxr53icRnQzGXviO11p748BwrMZGl52itdPRzZfzYo0SKw==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "15.5.22", + "@next/eslint-plugin-next": "15.5.23", "@rushstack/eslint-patch": "^1.10.3", "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", @@ -10538,9 +10538,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz", - "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==", + "version": "4.23.11", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.11.tgz", + "integrity": "sha512-Ry2oTEUnhBdeEdWIztY8kf3/nBGnPnjMLVGL0YfdRXMORuPER5NlKmayqxtxRxwB1xBN+RivRaJfe7PM1rtiyw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a682095..ffbec26 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "@playwright/test": "^1.62.1", "@tailwindcss/container-queries": "^0.1.1", "@types/bcryptjs": "^3.0.0", - "@types/node": "^26.1.2", - "@types/pg": "^8.20.2", + "@types/node": "^26.2.0", + "@types/pg": "^8.21.0", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@types/react-grid-layout": "^2.1.0", @@ -79,9 +79,9 @@ "dotenv": "^17.4.2", "dotenv-cli": "^11.0.0", "eslint": "^9.39.5", - "eslint-config-next": "^15.5.22", + "eslint-config-next": "^15.5.23", "tailwindcss": "^3.4.19", - "tsx": "^4.23.1", + "tsx": "^4.23.11", "typescript": "^5.9.3", "vitest": "^4.1.10" },