parse-server 6.5.10 → 6.5.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-server",
3
- "version": "6.5.10",
3
+ "version": "6.5.11",
4
4
  "description": "An express module providing a Parse-compatible API server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {
@@ -49,7 +49,7 @@
49
49
  "mustache": "4.2.0",
50
50
  "otpauth": "9.2.2",
51
51
  "parse": "4.2.0",
52
- "path-to-regexp": "6.2.1",
52
+ "path-to-regexp": "6.2.2",
53
53
  "pg-monitor": "2.0.0",
54
54
  "pg-promise": "11.5.4",
55
55
  "pluralize": "8.0.0",
@@ -126,7 +126,7 @@
126
126
  "test:mongodb:6.0.2": "npm run test:mongodb --dbversion=6.0.2",
127
127
  "test:postgres:testonly": "cross-env PARSE_SERVER_TEST_DB=postgres PARSE_SERVER_TEST_DATABASE_URI=postgres://postgres:password@localhost:5432/parse_server_postgres_adapter_test_database npm run testonly",
128
128
  "posttest:mongodb": "mongodb-runner stop",
129
- "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start",
129
+ "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=6.0.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start",
130
130
  "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine",
131
131
  "test": "npm run testonly",
132
132
  "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner stop",