refactor: Upgrade pg-promise from 11.13.0 to 11.14.0 (#9825)

This commit is contained in:
Parse Platform
2025-07-15 15:37:21 +02:00
committed by GitHub
parent 9c6d7ab4f1
commit dfffc14a54
2 changed files with 26 additions and 26 deletions

50
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@apollo/server": "^4.12.1", "@apollo/server": "4.12.1",
"@babel/eslint-parser": "7.27.1", "@babel/eslint-parser": "7.27.1",
"@graphql-tools/merge": "9.0.24", "@graphql-tools/merge": "9.0.24",
"@graphql-tools/schema": "10.0.23", "@graphql-tools/schema": "10.0.23",
@@ -42,7 +42,7 @@
"parse": "6.1.1", "parse": "6.1.1",
"path-to-regexp": "6.3.0", "path-to-regexp": "6.3.0",
"pg-monitor": "3.0.0", "pg-monitor": "3.0.0",
"pg-promise": "11.13.0", "pg-promise": "^11.14.0",
"pluralize": "8.0.0", "pluralize": "8.0.0",
"punycode": "2.3.1", "punycode": "2.3.1",
"rate-limit-redis": "4.2.0", "rate-limit-redis": "4.2.0",
@@ -7704,12 +7704,12 @@
} }
}, },
"node_modules/assert-options": { "node_modules/assert-options": {
"version": "0.8.2", "version": "0.8.3",
"resolved": "https://registry.npmjs.org/assert-options/-/assert-options-0.8.2.tgz", "resolved": "https://registry.npmjs.org/assert-options/-/assert-options-0.8.3.tgz",
"integrity": "sha512-XaXoMxY0zuwAb0YuZjxIm8FeWvNq0aWNIbrzHhFjme8Smxw4JlPoyrAKQ6808k5UvQdhvnWqHZCphq5mXd4TDA==", "integrity": "sha512-s6v4HnA+vYSGO4eZX+F+I3gvF74wPk+m6Z1Q3w1Dsg4Pnv/R24vhKAasoMVZGvDpOOfTg1Qz4ptZnEbuy95XsQ==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=14.0.0"
} }
}, },
"node_modules/assert-plus": { "node_modules/assert-plus": {
@@ -18771,15 +18771,15 @@
} }
}, },
"node_modules/pg-promise": { "node_modules/pg-promise": {
"version": "11.13.0", "version": "11.14.0",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-11.13.0.tgz", "resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-11.14.0.tgz",
"integrity": "sha512-NWCsh1gnELfYRF5hNhfXPcSxuCk9C3FyM9MhmGkVTmepczAC2aXuBkyXhipVlHzp0V/IVzyCZOrlH48Ma3i7YQ==", "integrity": "sha512-x/HZ6hK0MxYllyfUbmN/XZc7JBYoow7KElyNW9hnlhgRHMiRZmRUtfNM/wcuElpjSoASPxkoIKi4IA5QlwOONA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"assert-options": "0.8.2", "assert-options": "0.8.3",
"pg": "8.14.1", "pg": "8.14.1",
"pg-minify": "1.7.0", "pg-minify": "1.7.0",
"spex": "3.4.0" "spex": "3.4.1"
}, },
"engines": { "engines": {
"node": ">=14.0" "node": ">=14.0"
@@ -20938,9 +20938,9 @@
"dev": true "dev": true
}, },
"node_modules/spex": { "node_modules/spex": {
"version": "3.4.0", "version": "3.4.1",
"resolved": "https://registry.npmjs.org/spex/-/spex-3.4.0.tgz", "resolved": "https://registry.npmjs.org/spex/-/spex-3.4.1.tgz",
"integrity": "sha512-8JeZJ7QlEBnSj1W1fKXgbB2KUPA8k4BxFMf6lZX/c1ZagU/1b9uZWZK0yD6yjfzqAIuTNG4YlRmtMpQiXuohsg==", "integrity": "sha512-Br0Mu3S+c70kr4keXF+6K4B8ohR+aJjI9s7SbdsI3hliE1Riz4z+FQk7FQL+r7X1t90KPkpuKwQyITpCIQN9mg==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=14.0.0"
@@ -28087,9 +28087,9 @@
} }
}, },
"assert-options": { "assert-options": {
"version": "0.8.2", "version": "0.8.3",
"resolved": "https://registry.npmjs.org/assert-options/-/assert-options-0.8.2.tgz", "resolved": "https://registry.npmjs.org/assert-options/-/assert-options-0.8.3.tgz",
"integrity": "sha512-XaXoMxY0zuwAb0YuZjxIm8FeWvNq0aWNIbrzHhFjme8Smxw4JlPoyrAKQ6808k5UvQdhvnWqHZCphq5mXd4TDA==" "integrity": "sha512-s6v4HnA+vYSGO4eZX+F+I3gvF74wPk+m6Z1Q3w1Dsg4Pnv/R24vhKAasoMVZGvDpOOfTg1Qz4ptZnEbuy95XsQ=="
}, },
"assert-plus": { "assert-plus": {
"version": "1.0.0", "version": "1.0.0",
@@ -35796,14 +35796,14 @@
"requires": {} "requires": {}
}, },
"pg-promise": { "pg-promise": {
"version": "11.13.0", "version": "11.14.0",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-11.13.0.tgz", "resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-11.14.0.tgz",
"integrity": "sha512-NWCsh1gnELfYRF5hNhfXPcSxuCk9C3FyM9MhmGkVTmepczAC2aXuBkyXhipVlHzp0V/IVzyCZOrlH48Ma3i7YQ==", "integrity": "sha512-x/HZ6hK0MxYllyfUbmN/XZc7JBYoow7KElyNW9hnlhgRHMiRZmRUtfNM/wcuElpjSoASPxkoIKi4IA5QlwOONA==",
"requires": { "requires": {
"assert-options": "0.8.2", "assert-options": "0.8.3",
"pg": "8.14.1", "pg": "8.14.1",
"pg-minify": "1.7.0", "pg-minify": "1.7.0",
"spex": "3.4.0" "spex": "3.4.1"
} }
}, },
"pg-protocol": { "pg-protocol": {
@@ -37327,9 +37327,9 @@
"dev": true "dev": true
}, },
"spex": { "spex": {
"version": "3.4.0", "version": "3.4.1",
"resolved": "https://registry.npmjs.org/spex/-/spex-3.4.0.tgz", "resolved": "https://registry.npmjs.org/spex/-/spex-3.4.1.tgz",
"integrity": "sha512-8JeZJ7QlEBnSj1W1fKXgbB2KUPA8k4BxFMf6lZX/c1ZagU/1b9uZWZK0yD6yjfzqAIuTNG4YlRmtMpQiXuohsg==" "integrity": "sha512-Br0Mu3S+c70kr4keXF+6K4B8ohR+aJjI9s7SbdsI3hliE1Riz4z+FQk7FQL+r7X1t90KPkpuKwQyITpCIQN9mg=="
}, },
"split2": { "split2": {
"version": "4.2.0", "version": "4.2.0",

View File

@@ -52,7 +52,7 @@
"parse": "6.1.1", "parse": "6.1.1",
"path-to-regexp": "6.3.0", "path-to-regexp": "6.3.0",
"pg-monitor": "3.0.0", "pg-monitor": "3.0.0",
"pg-promise": "11.13.0", "pg-promise": "11.14.0",
"pluralize": "8.0.0", "pluralize": "8.0.0",
"punycode": "2.3.1", "punycode": "2.3.1",
"rate-limit-redis": "4.2.0", "rate-limit-redis": "4.2.0",