Skip to content

Commit dfbafa7

Browse files
authored
fix: Security upgrade to path-to-regexp 6.2.2 (#9365)
1 parent 1c2b448 commit dfbafa7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"mustache": "4.2.0",
5050
"otpauth": "9.2.2",
5151
"parse": "4.2.0",
52-
"path-to-regexp": "6.2.1",
52+
"path-to-regexp": "6.2.2",
5353
"pg-monitor": "2.0.0",
5454
"pg-promise": "11.5.4",
5555
"pluralize": "8.0.0",
@@ -126,7 +126,7 @@
126126
"test:mongodb:6.0.2": "npm run test:mongodb --dbversion=6.0.2",
127127
"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",
128128
"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",
130130
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine",
131131
"test": "npm run testonly",
132132
"posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner stop",

0 commit comments

Comments
 (0)