Spaces:
Sleeping
Sleeping
Codex commited on
Commit ·
68937bc
1
Parent(s): 27ae1fd
Fix npm ci failure by updating pg-types overrides
Browse files- package-lock.json +50 -36
- package.json +4 -0
package-lock.json
CHANGED
|
@@ -657,6 +657,12 @@
|
|
| 657 |
"url": "https://github.com/sponsors/ljharb"
|
| 658 |
}
|
| 659 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 660 |
"node_modules/on-finished": {
|
| 661 |
"version": "2.4.1",
|
| 662 |
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
@@ -747,6 +753,15 @@
|
|
| 747 |
"node": ">=4.0.0"
|
| 748 |
}
|
| 749 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 750 |
"node_modules/pg-pool": {
|
| 751 |
"version": "3.10.1",
|
| 752 |
"resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.10.1.tgz",
|
|
@@ -763,19 +778,21 @@
|
|
| 763 |
"license": "MIT"
|
| 764 |
},
|
| 765 |
"node_modules/pg-types": {
|
| 766 |
-
"version": "
|
| 767 |
-
"resolved": "https://registry.npmjs.org/pg-types/-/pg-types-
|
| 768 |
-
"integrity": "sha512-
|
| 769 |
"license": "MIT",
|
| 770 |
"dependencies": {
|
| 771 |
"pg-int8": "1.0.1",
|
| 772 |
-
"
|
| 773 |
-
"postgres-
|
| 774 |
-
"postgres-
|
| 775 |
-
"postgres-
|
|
|
|
|
|
|
| 776 |
},
|
| 777 |
"engines": {
|
| 778 |
-
"node": ">=
|
| 779 |
}
|
| 780 |
},
|
| 781 |
"node_modules/pgpass": {
|
|
@@ -788,44 +805,50 @@
|
|
| 788 |
}
|
| 789 |
},
|
| 790 |
"node_modules/postgres-array": {
|
| 791 |
-
"version": "
|
| 792 |
-
"resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-
|
| 793 |
-
"integrity": "sha512-
|
| 794 |
"license": "MIT",
|
| 795 |
"engines": {
|
| 796 |
-
"node": ">=
|
| 797 |
}
|
| 798 |
},
|
| 799 |
"node_modules/postgres-bytea": {
|
| 800 |
-
"version": "
|
| 801 |
-
"resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-
|
| 802 |
-
"integrity": "sha512-
|
| 803 |
"license": "MIT",
|
|
|
|
|
|
|
|
|
|
| 804 |
"engines": {
|
| 805 |
-
"node": ">=
|
| 806 |
}
|
| 807 |
},
|
| 808 |
"node_modules/postgres-date": {
|
| 809 |
-
"version": "1.0
|
| 810 |
-
"resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.
|
| 811 |
-
"integrity": "sha512-
|
| 812 |
"license": "MIT",
|
| 813 |
"engines": {
|
| 814 |
-
"node": ">=
|
| 815 |
}
|
| 816 |
},
|
| 817 |
"node_modules/postgres-interval": {
|
| 818 |
-
"version": "
|
| 819 |
-
"resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-
|
| 820 |
-
"integrity": "sha512-
|
| 821 |
"license": "MIT",
|
| 822 |
-
"dependencies": {
|
| 823 |
-
"xtend": "^4.0.0"
|
| 824 |
-
},
|
| 825 |
"engines": {
|
| 826 |
-
"node": ">=
|
| 827 |
}
|
| 828 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 829 |
"node_modules/proxy-addr": {
|
| 830 |
"version": "2.0.7",
|
| 831 |
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
@@ -1085,15 +1108,6 @@
|
|
| 1085 |
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
| 1086 |
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
| 1087 |
"license": "ISC"
|
| 1088 |
-
},
|
| 1089 |
-
"node_modules/xtend": {
|
| 1090 |
-
"version": "4.0.2",
|
| 1091 |
-
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
|
| 1092 |
-
"integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
|
| 1093 |
-
"license": "MIT",
|
| 1094 |
-
"engines": {
|
| 1095 |
-
"node": ">=0.4"
|
| 1096 |
-
}
|
| 1097 |
}
|
| 1098 |
}
|
| 1099 |
}
|
|
|
|
| 657 |
"url": "https://github.com/sponsors/ljharb"
|
| 658 |
}
|
| 659 |
},
|
| 660 |
+
"node_modules/obuf": {
|
| 661 |
+
"version": "1.1.2",
|
| 662 |
+
"resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
|
| 663 |
+
"integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
|
| 664 |
+
"license": "MIT"
|
| 665 |
+
},
|
| 666 |
"node_modules/on-finished": {
|
| 667 |
"version": "2.4.1",
|
| 668 |
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
|
|
| 753 |
"node": ">=4.0.0"
|
| 754 |
}
|
| 755 |
},
|
| 756 |
+
"node_modules/pg-numeric": {
|
| 757 |
+
"version": "1.0.2",
|
| 758 |
+
"resolved": "https://registry.npmjs.org/pg-numeric/-/pg-numeric-1.0.2.tgz",
|
| 759 |
+
"integrity": "sha512-BM/Thnrw5jm2kKLE5uJkXqqExRUY/toLHda65XgFTBTFYZyopbKjBe29Ii3RbkvlsMoFwD+tHeGaCjjv0gHlyw==",
|
| 760 |
+
"license": "ISC",
|
| 761 |
+
"engines": {
|
| 762 |
+
"node": ">=4"
|
| 763 |
+
}
|
| 764 |
+
},
|
| 765 |
"node_modules/pg-pool": {
|
| 766 |
"version": "3.10.1",
|
| 767 |
"resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.10.1.tgz",
|
|
|
|
| 778 |
"license": "MIT"
|
| 779 |
},
|
| 780 |
"node_modules/pg-types": {
|
| 781 |
+
"version": "4.1.0",
|
| 782 |
+
"resolved": "https://registry.npmjs.org/pg-types/-/pg-types-4.1.0.tgz",
|
| 783 |
+
"integrity": "sha512-o2XFanIMy/3+mThw69O8d4n1E5zsLhdO+OPqswezu7Z5ekP4hYDqlDjlmOpYMbzY2Br0ufCwJLdDIXeNVwcWFg==",
|
| 784 |
"license": "MIT",
|
| 785 |
"dependencies": {
|
| 786 |
"pg-int8": "1.0.1",
|
| 787 |
+
"pg-numeric": "1.0.2",
|
| 788 |
+
"postgres-array": "~3.0.1",
|
| 789 |
+
"postgres-bytea": "~3.0.0",
|
| 790 |
+
"postgres-date": "~2.1.0",
|
| 791 |
+
"postgres-interval": "^3.0.0",
|
| 792 |
+
"postgres-range": "^1.1.1"
|
| 793 |
},
|
| 794 |
"engines": {
|
| 795 |
+
"node": ">=10"
|
| 796 |
}
|
| 797 |
},
|
| 798 |
"node_modules/pgpass": {
|
|
|
|
| 805 |
}
|
| 806 |
},
|
| 807 |
"node_modules/postgres-array": {
|
| 808 |
+
"version": "3.0.4",
|
| 809 |
+
"resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-3.0.4.tgz",
|
| 810 |
+
"integrity": "sha512-nAUSGfSDGOaOAEGwqsRY27GPOea7CNipJPOA7lPbdEpx5Kg3qzdP0AaWC5MlhTWV9s4hFX39nomVZ+C4tnGOJQ==",
|
| 811 |
"license": "MIT",
|
| 812 |
"engines": {
|
| 813 |
+
"node": ">=12"
|
| 814 |
}
|
| 815 |
},
|
| 816 |
"node_modules/postgres-bytea": {
|
| 817 |
+
"version": "3.0.0",
|
| 818 |
+
"resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-3.0.0.tgz",
|
| 819 |
+
"integrity": "sha512-CNd4jim9RFPkObHSjVHlVrxoVQXz7quwNFpz7RY1okNNme49+sVyiTvTRobiLV548Hx/hb1BG+iE7h9493WzFw==",
|
| 820 |
"license": "MIT",
|
| 821 |
+
"dependencies": {
|
| 822 |
+
"obuf": "~1.1.2"
|
| 823 |
+
},
|
| 824 |
"engines": {
|
| 825 |
+
"node": ">= 6"
|
| 826 |
}
|
| 827 |
},
|
| 828 |
"node_modules/postgres-date": {
|
| 829 |
+
"version": "2.1.0",
|
| 830 |
+
"resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-2.1.0.tgz",
|
| 831 |
+
"integrity": "sha512-K7Juri8gtgXVcDfZttFKVmhglp7epKb1K4pgrkLxehjqkrgPhfG6OO8LHLkfaqkbpjNRnra018XwAr1yQFWGcA==",
|
| 832 |
"license": "MIT",
|
| 833 |
"engines": {
|
| 834 |
+
"node": ">=12"
|
| 835 |
}
|
| 836 |
},
|
| 837 |
"node_modules/postgres-interval": {
|
| 838 |
+
"version": "4.0.2",
|
| 839 |
+
"resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-4.0.2.tgz",
|
| 840 |
+
"integrity": "sha512-EMsphSQ1YkQqKZL2cuG0zHkmjCCzQqQ71l2GXITqRwjhRleCdv00bDk/ktaSi0LnlaPzAc3535KTrjXsTdtx7A==",
|
| 841 |
"license": "MIT",
|
|
|
|
|
|
|
|
|
|
| 842 |
"engines": {
|
| 843 |
+
"node": ">=12"
|
| 844 |
}
|
| 845 |
},
|
| 846 |
+
"node_modules/postgres-range": {
|
| 847 |
+
"version": "1.1.4",
|
| 848 |
+
"resolved": "https://registry.npmjs.org/postgres-range/-/postgres-range-1.1.4.tgz",
|
| 849 |
+
"integrity": "sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==",
|
| 850 |
+
"license": "MIT"
|
| 851 |
+
},
|
| 852 |
"node_modules/proxy-addr": {
|
| 853 |
"version": "2.0.7",
|
| 854 |
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
|
|
| 1108 |
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
| 1109 |
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
| 1110 |
"license": "ISC"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1111 |
}
|
| 1112 |
}
|
| 1113 |
}
|
package.json
CHANGED
|
@@ -15,5 +15,9 @@
|
|
| 15 |
"axios": "^1.13.2",
|
| 16 |
"express": "^5.2.1",
|
| 17 |
"pg": "^8.16.3"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|
| 19 |
}
|
|
|
|
| 15 |
"axios": "^1.13.2",
|
| 16 |
"express": "^5.2.1",
|
| 17 |
"pg": "^8.16.3"
|
| 18 |
+
},
|
| 19 |
+
"overrides": {
|
| 20 |
+
"pg-types": "^4.1.0",
|
| 21 |
+
"postgres-interval": "^4.0.2"
|
| 22 |
}
|
| 23 |
}
|