diff --git a/.pnp.cjs b/.pnp.cjs index 0226ab4..613317b 100644 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -32,7 +32,7 @@ const RAW_RUNTIME_STATE = ["@types/ms", "npm:0.7.34"],\ ["@types/node", "npm:20.11.20"],\ ["@types/node-cron", "npm:3.0.11"],\ - ["@types/pg", "npm:8.11.0"],\ + ["@types/pg", "npm:8.11.1"],\ ["@types/sequelize", "npm:4.28.20"],\ ["ansi-colors", "npm:4.1.3"],\ ["dayjs", "npm:1.11.10"],\ @@ -674,10 +674,10 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@types/pg", [\ - ["npm:8.11.0", {\ - "packageLocation": "./.yarn/cache/@types-pg-npm-8.11.0-bf104da0ba-91a7ccc5dc.zip/node_modules/@types/pg/",\ + ["npm:8.11.1", {\ + "packageLocation": "./.yarn/cache/@types-pg-npm-8.11.1-5d06a4b9df-2fdcb0dc33.zip/node_modules/@types/pg/",\ "packageDependencies": [\ - ["@types/pg", "npm:8.11.0"],\ + ["@types/pg", "npm:8.11.1"],\ ["@types/node", "npm:20.11.20"],\ ["pg-protocol", "npm:1.6.0"],\ ["pg-types", "npm:4.0.2"]\ @@ -781,7 +781,7 @@ const RAW_RUNTIME_STATE = ["@types/ms", "npm:0.7.34"],\ ["@types/node", "npm:20.11.20"],\ ["@types/node-cron", "npm:3.0.11"],\ - ["@types/pg", "npm:8.11.0"],\ + ["@types/pg", "npm:8.11.1"],\ ["@types/sequelize", "npm:4.28.20"],\ ["ansi-colors", "npm:4.1.3"],\ ["dayjs", "npm:1.11.10"],\ @@ -1301,7 +1301,7 @@ const RAW_RUNTIME_STATE = ["@types/mariadb", null],\ ["@types/mysql2", null],\ ["@types/oracledb", null],\ - ["@types/pg", "npm:8.11.0"],\ + ["@types/pg", "npm:8.11.1"],\ ["@types/pg-hstore", null],\ ["@types/snowflake-sdk", null],\ ["@types/sqlite3", null],\ diff --git a/package.json b/package.json index b3ed467..4d664fb 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/ms": "0.7.34", "@types/node": "20.11.20", "@types/node-cron": "3.0.11", - "@types/pg": "8.11.0", + "@types/pg": "8.11.1", "@types/sequelize": "4.28.20", "typescript": "5.3.3" } diff --git a/yarn.lock b/yarn.lock index 21af355..fa0a9ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -482,14 +482,14 @@ __metadata: languageName: node linkType: hard -"@types/pg@npm:8.11.0": - version: 8.11.0 - resolution: "@types/pg@npm:8.11.0" +"@types/pg@npm:8.11.1": + version: 8.11.1 + resolution: "@types/pg@npm:8.11.1" dependencies: "@types/node": "npm:*" pg-protocol: "npm:*" pg-types: "npm:^4.0.1" - checksum: 10/91a7ccc5dc8e162d9d181f48f699eb4628632e75bd9db1c0ca774ec9b055b177875fb4b426279961061912f25fb3948c48c96e63ac9e85efcf7ce6f2567b6485 + checksum: 10/2fdcb0dc331c4f4e334061c30a14187a6d835a049be9e9a2d84d55935025c45be7f5f40fd6b854c19fcf72d17e854481b11a461d7679005d9813bf29c56ba380 languageName: node linkType: hard @@ -575,7 +575,7 @@ __metadata: "@types/ms": "npm:0.7.34" "@types/node": "npm:20.11.20" "@types/node-cron": "npm:3.0.11" - "@types/pg": "npm:8.11.0" + "@types/pg": "npm:8.11.1" "@types/sequelize": "npm:4.28.20" ansi-colors: "npm:4.1.3" dayjs: "npm:1.11.10"