refactor: upgrade pg-monitor from 1.4.1 to 1.5.0 (#8248)

This commit is contained in:
Parse Platform
2022-10-20 22:03:20 +02:00
committed by GitHub
parent b2491234e8
commit a0499521cc
2 changed files with 32 additions and 16 deletions

46
package-lock.json generated
View File

@@ -3699,16 +3699,32 @@
"dev": true "dev": true
}, },
"cli-color": { "cli-color": {
"version": "2.0.0", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/cli-color/-/cli-color-2.0.0.tgz", "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-2.0.3.tgz",
"integrity": "sha512-a0VZ8LeraW0jTuCkuAGMNufareGHhyZU9z8OGsW0gXd1hZGi1SRuNRXdbGkraBBKnhyUhyebFWnRbp+dIn0f0A==", "integrity": "sha512-OkoZnxyC4ERN3zLzZaY9Emb7f/MhBOIpePv0Ycok0fJYT+Ouo00UBEIwsVsr0yoow++n5YWlSUgST9GKhNHiRQ==",
"requires": { "requires": {
"ansi-regex": "^2.1.1",
"d": "^1.0.1", "d": "^1.0.1",
"es5-ext": "^0.10.51", "es5-ext": "^0.10.61",
"es6-iterator": "^2.0.3", "es6-iterator": "^2.0.3",
"memoizee": "^0.4.14", "memoizee": "^0.4.15",
"timers-ext": "^0.1.7" "timers-ext": "^0.1.7"
},
"dependencies": {
"es5-ext": {
"version": "0.10.62",
"resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz",
"integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==",
"requires": {
"es6-iterator": "^2.0.3",
"es6-symbol": "^3.1.3",
"next-tick": "^1.1.0"
}
},
"next-tick": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
"integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ=="
}
} }
}, },
"cli-cursor": { "cli-cursor": {
@@ -7936,6 +7952,11 @@
} }
} }
}, },
"is-promise": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
"integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ=="
},
"is-regexp": { "is-regexp": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
@@ -9567,11 +9588,6 @@
"timers-ext": "^0.1.7" "timers-ext": "^0.1.7"
}, },
"dependencies": { "dependencies": {
"is-promise": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
"integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ=="
},
"next-tick": { "next-tick": {
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
@@ -13151,11 +13167,11 @@
"integrity": "sha512-1KdmFGGTP6jplJoI8MfvRlfvMiyBivMRP7/ffh4a11RUFJ7kC2J0ZHlipoKiH/1hz+DVgceon9U2qbaHpPeyPg==" "integrity": "sha512-1KdmFGGTP6jplJoI8MfvRlfvMiyBivMRP7/ffh4a11RUFJ7kC2J0ZHlipoKiH/1hz+DVgceon9U2qbaHpPeyPg=="
}, },
"pg-monitor": { "pg-monitor": {
"version": "1.4.1", "version": "1.5.0",
"resolved": "https://registry.npmjs.org/pg-monitor/-/pg-monitor-1.4.1.tgz", "resolved": "https://registry.npmjs.org/pg-monitor/-/pg-monitor-1.5.0.tgz",
"integrity": "sha512-HLLPPC/2yn7+fOpvatAAMFQMzk/8JwaVS7ATp70Uy+7aTiTvlzIqsTixc6E14L/EGk8fvhu/FJ7qiFbxygbwIA==", "integrity": "sha512-Zg5RpoYaz0zyRwAQWKrRxUZgzZ+/r4McMP4vEvg+qE8765SHAB1wHZL58uAjocG4WSK/NLP/zZhUuoyurw4l6Q==",
"requires": { "requires": {
"cli-color": "2.0.0" "cli-color": "2.0.3"
} }
}, },
"pg-pool": { "pg-pool": {

View File

@@ -46,7 +46,7 @@
"mongodb": "4.10.0", "mongodb": "4.10.0",
"mustache": "4.2.0", "mustache": "4.2.0",
"parse": "3.4.2", "parse": "3.4.2",
"pg-monitor": "1.4.1", "pg-monitor": "1.5.0",
"pg-promise": "10.12.0", "pg-promise": "10.12.0",
"pluralize": "8.0.0", "pluralize": "8.0.0",
"redis": "3.1.2", "redis": "3.1.2",