refactor: Upgrade to latest Parse JS SDK dependency (#8413)
This commit is contained in:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -8,7 +8,7 @@
|
|||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "6.0.0-alpha.30",
|
"version": "6.0.0-alpha.30",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "BSD-3-Clause",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/eslint-parser": "7.19.1",
|
"@babel/eslint-parser": "7.19.1",
|
||||||
"@graphql-tools/merge": "8.3.6",
|
"@graphql-tools/merge": "8.3.6",
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"mime": "3.0.0",
|
"mime": "3.0.0",
|
||||||
"mongodb": "4.10.0",
|
"mongodb": "4.10.0",
|
||||||
"mustache": "4.2.0",
|
"mustache": "4.2.0",
|
||||||
"parse": "4.0.0",
|
"parse": "4.0.1",
|
||||||
"path-to-regexp": "0.1.7",
|
"path-to-regexp": "0.1.7",
|
||||||
"pg-monitor": "1.5.0",
|
"pg-monitor": "1.5.0",
|
||||||
"pg-promise": "10.12.1",
|
"pg-promise": "10.12.1",
|
||||||
@@ -16116,9 +16116,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/parse": {
|
"node_modules/parse": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/parse/-/parse-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/parse/-/parse-4.0.1.tgz",
|
||||||
"integrity": "sha512-LKaHHqSLulEv1f76Cg3eJlDQL8FtK+mn6XehVbjY7uUGwm2B3LyzYjBH6iX0BXOFwfABcDRtq+8KCpuHXiIQ3g==",
|
"integrity": "sha512-ctv7zaVKlQIBSbarorB7TH3yacDzCvgWBP4ccpLKxlpe21QlaY88kv9V7ca7JdG/Txb3qWug4MwepQoPogXB6Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "7.18.0",
|
"@babel/runtime": "7.18.0",
|
||||||
"@babel/runtime-corejs3": "7.17.8",
|
"@babel/runtime-corejs3": "7.17.8",
|
||||||
@@ -32874,9 +32874,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"parse": {
|
"parse": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/parse/-/parse-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/parse/-/parse-4.0.1.tgz",
|
||||||
"integrity": "sha512-LKaHHqSLulEv1f76Cg3eJlDQL8FtK+mn6XehVbjY7uUGwm2B3LyzYjBH6iX0BXOFwfABcDRtq+8KCpuHXiIQ3g==",
|
"integrity": "sha512-ctv7zaVKlQIBSbarorB7TH3yacDzCvgWBP4ccpLKxlpe21QlaY88kv9V7ca7JdG/Txb3qWug4MwepQoPogXB6Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "7.18.0",
|
"@babel/runtime": "7.18.0",
|
||||||
"@babel/runtime-corejs3": "7.17.8",
|
"@babel/runtime-corejs3": "7.17.8",
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
"mime": "3.0.0",
|
"mime": "3.0.0",
|
||||||
"mongodb": "4.10.0",
|
"mongodb": "4.10.0",
|
||||||
"mustache": "4.2.0",
|
"mustache": "4.2.0",
|
||||||
"parse": "4.0.0",
|
"parse": "4.0.1",
|
||||||
"path-to-regexp": "0.1.7",
|
"path-to-regexp": "0.1.7",
|
||||||
"pg-monitor": "1.5.0",
|
"pg-monitor": "1.5.0",
|
||||||
"pg-promise": "10.12.1",
|
"pg-promise": "10.12.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user