Commit 0a0e2621 authored by nanahira's avatar nanahira

pg

parent d487efe7
Pipeline #39001 passed with stages
in 4 minutes and 20 seconds
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
"mustache-express": "^1.3.1", "mustache-express": "^1.3.1",
"p-queue": "6.6.2", "p-queue": "6.6.2",
"pg": "^8.7.3", "pg": "^8.7.3",
"pg-native": "^3.5.2",
"readdirp": "^3.6.0", "readdirp": "^3.6.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
...@@ -72,7 +73,7 @@ ...@@ -72,7 +73,7 @@
"typescript": "^4.3.5" "typescript": "^4.3.5"
}, },
"optionalDependencies": { "optionalDependencies": {
"pg-native": "^3.0.0" "pg-native": "^3.5.2"
} }
}, },
"node_modules/@angular-devkit/core": { "node_modules/@angular-devkit/core": {
...@@ -4215,6 +4216,7 @@ ...@@ -4215,6 +4216,7 @@
"version": "1.5.0", "version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"license": "MIT",
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"file-uri-to-path": "1.0.0" "file-uri-to-path": "1.0.0"
...@@ -6057,6 +6059,7 @@ ...@@ -6057,6 +6059,7 @@
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
"license": "MIT",
"optional": true "optional": true
}, },
"node_modules/fill-range": { "node_modules/fill-range": {
...@@ -8349,14 +8352,15 @@ ...@@ -8349,14 +8352,15 @@
"integrity": "sha512-+qWSwPyJWSV9ukb7Iu21WpWEP7irFWR1ojoYykL2itAfXKj9FjsTjS6PPZoPUOZk+1kxliHjwsilqA1TNeOhuQ==" "integrity": "sha512-+qWSwPyJWSV9ukb7Iu21WpWEP7irFWR1ojoYykL2itAfXKj9FjsTjS6PPZoPUOZk+1kxliHjwsilqA1TNeOhuQ=="
}, },
"node_modules/libpq": { "node_modules/libpq": {
"version": "1.8.9", "version": "1.8.15",
"resolved": "https://registry.npmjs.org/libpq/-/libpq-1.8.9.tgz", "resolved": "https://registry.npmjs.org/libpq/-/libpq-1.8.15.tgz",
"integrity": "sha512-herU0STiW3+/XBoYRycKKf49O9hBKK0JbdC2QmvdC5pyCSu8prb9idpn5bUSbxj8XwcEsWPWWWwTDZE9ZTwJ7g==", "integrity": "sha512-4lSWmly2Nsj3LaTxxtFmJWuP3Kx+0hYHEd+aNrcXEWT0nKWaPd9/QZPiMkkC680zeALFGHQdQWjBvnilL+vgWA==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT",
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"bindings": "1.5.0", "bindings": "1.5.0",
"nan": "^2.14.0" "nan": "~2.22.2"
} }
}, },
"node_modules/lines-and-columns": { "node_modules/lines-and-columns": {
...@@ -8746,9 +8750,10 @@ ...@@ -8746,9 +8750,10 @@
} }
}, },
"node_modules/nan": { "node_modules/nan": {
"version": "2.15.0", "version": "2.22.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", "resolved": "https://registry.npmjs.org/nan/-/nan-2.22.2.tgz",
"integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", "integrity": "sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==",
"license": "MIT",
"optional": true "optional": true
}, },
"node_modules/natural-compare": { "node_modules/natural-compare": {
...@@ -9197,48 +9202,14 @@ ...@@ -9197,48 +9202,14 @@
} }
}, },
"node_modules/pg-native": { "node_modules/pg-native": {
"version": "3.0.0", "version": "3.5.2",
"resolved": "https://registry.npmjs.org/pg-native/-/pg-native-3.0.0.tgz", "resolved": "https://registry.npmjs.org/pg-native/-/pg-native-3.5.2.tgz",
"integrity": "sha512-qZZyywXJ8O4lbiIN7mn6vXIow1fd3QZFqzRe+uET/SZIXvCa3HBooXQA4ZU8EQX8Ae6SmaYtDGLp5DwU+8vrfg==", "integrity": "sha512-3oi+KVil86Vngo4H0IlhBaYSJWdcu8t2f1Y4TkQoQi5oZ9bNeYECGqW3oSGx69mjSZYHoC3h+3jYtqzRgndn5A==",
"optional": true, "license": "MIT",
"dependencies": {
"libpq": "^1.7.0",
"pg-types": "^1.12.1",
"readable-stream": "1.0.31"
}
},
"node_modules/pg-native/node_modules/pg-types": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/pg-types/-/pg-types-1.13.0.tgz",
"integrity": "sha512-lfKli0Gkl/+za/+b6lzENajczwZHc7D5kiUCZfgm914jipD2kIOIvEkAhZ8GrW3/TUoP9w8FHjwpPObBye5KQQ==",
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"pg-int8": "1.0.1", "libpq": "^1.8.15",
"postgres-array": "~1.0.0", "pg-types": "2.2.0"
"postgres-bytea": "~1.0.0",
"postgres-date": "~1.0.0",
"postgres-interval": "^1.1.0"
}
},
"node_modules/pg-native/node_modules/postgres-array": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-1.0.3.tgz",
"integrity": "sha512-5wClXrAP0+78mcsNX3/ithQ5exKvCyK5lr5NEEEeGwwM6NJdQgzIJBVxLvRW+huFpX92F2QnZ5CcokH0VhK2qQ==",
"optional": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/pg-native/node_modules/readable-stream": {
"version": "1.0.31",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz",
"integrity": "sha1-jyUC4LyeOw2huUUgqrtOJgPsr64=",
"optional": true,
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "~0.10.x"
} }
}, },
"node_modules/pg-pool": { "node_modules/pg-pool": {
...@@ -18322,13 +18293,13 @@ ...@@ -18322,13 +18293,13 @@
"integrity": "sha512-+qWSwPyJWSV9ukb7Iu21WpWEP7irFWR1ojoYykL2itAfXKj9FjsTjS6PPZoPUOZk+1kxliHjwsilqA1TNeOhuQ==" "integrity": "sha512-+qWSwPyJWSV9ukb7Iu21WpWEP7irFWR1ojoYykL2itAfXKj9FjsTjS6PPZoPUOZk+1kxliHjwsilqA1TNeOhuQ=="
}, },
"libpq": { "libpq": {
"version": "1.8.9", "version": "1.8.15",
"resolved": "https://registry.npmjs.org/libpq/-/libpq-1.8.9.tgz", "resolved": "https://registry.npmjs.org/libpq/-/libpq-1.8.15.tgz",
"integrity": "sha512-herU0STiW3+/XBoYRycKKf49O9hBKK0JbdC2QmvdC5pyCSu8prb9idpn5bUSbxj8XwcEsWPWWWwTDZE9ZTwJ7g==", "integrity": "sha512-4lSWmly2Nsj3LaTxxtFmJWuP3Kx+0hYHEd+aNrcXEWT0nKWaPd9/QZPiMkkC680zeALFGHQdQWjBvnilL+vgWA==",
"optional": true, "optional": true,
"requires": { "requires": {
"bindings": "1.5.0", "bindings": "1.5.0",
"nan": "^2.14.0" "nan": "~2.22.2"
} }
}, },
"lines-and-columns": { "lines-and-columns": {
...@@ -18640,9 +18611,9 @@ ...@@ -18640,9 +18611,9 @@
} }
}, },
"nan": { "nan": {
"version": "2.15.0", "version": "2.22.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", "resolved": "https://registry.npmjs.org/nan/-/nan-2.22.2.tgz",
"integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", "integrity": "sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==",
"optional": true "optional": true
}, },
"natural-compare": { "natural-compare": {
...@@ -18965,47 +18936,13 @@ ...@@ -18965,47 +18936,13 @@
"integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==" "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw=="
}, },
"pg-native": { "pg-native": {
"version": "3.0.0", "version": "3.5.2",
"resolved": "https://registry.npmjs.org/pg-native/-/pg-native-3.0.0.tgz", "resolved": "https://registry.npmjs.org/pg-native/-/pg-native-3.5.2.tgz",
"integrity": "sha512-qZZyywXJ8O4lbiIN7mn6vXIow1fd3QZFqzRe+uET/SZIXvCa3HBooXQA4ZU8EQX8Ae6SmaYtDGLp5DwU+8vrfg==", "integrity": "sha512-3oi+KVil86Vngo4H0IlhBaYSJWdcu8t2f1Y4TkQoQi5oZ9bNeYECGqW3oSGx69mjSZYHoC3h+3jYtqzRgndn5A==",
"optional": true, "optional": true,
"requires": { "requires": {
"libpq": "^1.7.0", "libpq": "^1.8.15",
"pg-types": "^1.12.1", "pg-types": "2.2.0"
"readable-stream": "1.0.31"
},
"dependencies": {
"pg-types": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/pg-types/-/pg-types-1.13.0.tgz",
"integrity": "sha512-lfKli0Gkl/+za/+b6lzENajczwZHc7D5kiUCZfgm914jipD2kIOIvEkAhZ8GrW3/TUoP9w8FHjwpPObBye5KQQ==",
"optional": true,
"requires": {
"pg-int8": "1.0.1",
"postgres-array": "~1.0.0",
"postgres-bytea": "~1.0.0",
"postgres-date": "~1.0.0",
"postgres-interval": "^1.1.0"
}
},
"postgres-array": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-1.0.3.tgz",
"integrity": "sha512-5wClXrAP0+78mcsNX3/ithQ5exKvCyK5lr5NEEEeGwwM6NJdQgzIJBVxLvRW+huFpX92F2QnZ5CcokH0VhK2qQ==",
"optional": true
},
"readable-stream": {
"version": "1.0.31",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz",
"integrity": "sha1-jyUC4LyeOw2huUUgqrtOJgPsr64=",
"optional": true,
"requires": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "~0.10.x"
}
}
} }
}, },
"pg-pool": { "pg-pool": {
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"typeorm": "0.2.45" "typeorm": "0.2.45"
}, },
"optionalDependencies": { "optionalDependencies": {
"pg-native": "^3.0.0" "pg-native": "^3.5.2"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/schematics": "^8.0.0", "@nestjs/schematics": "^8.0.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment