diff --git a/package-lock.json b/package-lock.json index 8e18dfa..f98b4f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@types/node": "22.18.12", - "@types/pg": "8.15.5", + "@types/pg": "8.15.6", "@types/semver": "7.7.1", "@typescript-eslint/eslint-plugin": "8.46.2", "@typescript-eslint/parser": "8.46.2", @@ -697,9 +697,9 @@ } }, "node_modules/@types/pg": { - "version": "8.15.5", - "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.15.5.tgz", - "integrity": "sha512-LF7lF6zWEKxuT3/OR8wAZGzkg4ENGXFNyiV/JeOt9z5B+0ZVwbql9McqX5c/WStFq1GaGso7H1AzP/qSzmlCKQ==", + "version": "8.15.6", + "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.15.6.tgz", + "integrity": "sha512-NoaMtzhxOrubeL/7UZuNTrejB4MPAJ0RpxZqXQf2qXuVlTPuG6Y8p4u9dKRaue4yjmC7ZhzVO2/Yyyn25znrPQ==", "dev": true, "dependencies": { "@types/node": "*", @@ -3899,9 +3899,9 @@ } }, "@types/pg": { - "version": "8.15.5", - "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.15.5.tgz", - "integrity": "sha512-LF7lF6zWEKxuT3/OR8wAZGzkg4ENGXFNyiV/JeOt9z5B+0ZVwbql9McqX5c/WStFq1GaGso7H1AzP/qSzmlCKQ==", + "version": "8.15.6", + "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.15.6.tgz", + "integrity": "sha512-NoaMtzhxOrubeL/7UZuNTrejB4MPAJ0RpxZqXQf2qXuVlTPuG6Y8p4u9dKRaue4yjmC7ZhzVO2/Yyyn25znrPQ==", "dev": true, "requires": { "@types/node": "*", diff --git a/package.json b/package.json index 6b3e051..c57725f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@types/node": "22.18.12", - "@types/pg": "8.15.5", + "@types/pg": "8.15.6", "@types/semver": "7.7.1", "@typescript-eslint/eslint-plugin": "8.46.2", "@typescript-eslint/parser": "8.46.2",