refactor: Upgrade pg-promise from 10.12.0 to 10.12.1 (#8299)

This commit is contained in:
Parse Platform
2022-11-08 16:35:46 +01:00
committed by GitHub
parent 42581225f1
commit a8cb2a4ef1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -13139,9 +13139,9 @@
"integrity": "sha512-His3Fh17Z4eg7oANLob6ZvH8xIVen3phEZh2QuyrIl4dQSDVEabNducv6ysROKpDNPSD+12tONZVWfSgMvDD9w=="
},
"pg-promise": {
"version": "10.12.0",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.12.0.tgz",
"integrity": "sha512-7uN64iEHrhtRcOaU/AT3925S20JzQJG2nWVK2IUz5SlhB1eNdkXjAYoQtei+5kLJo81mOWcFq7x9J9VRldp0ig==",
"version": "10.12.1",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.12.1.tgz",
"integrity": "sha512-SiJkBUDGq7PNfJFJbWferodsSH+vLrhte0Q0kVgQbwlNYeKmp9Hhkr+357+5DWEuBGOHhSu1UQffSSf5HVqRtA==",
"requires": {
"assert-options": "0.7.0",
"pg": "8.8.0",

View File

@@ -47,7 +47,7 @@
"mustache": "4.2.0",
"parse": "3.4.2",
"pg-monitor": "1.5.0",
"pg-promise": "10.12.0",
"pg-promise": "10.12.1",
"pluralize": "8.0.0",
"redis": "3.1.2",
"semver": "7.3.8",