fix: Security upgrade to path-to-regexp 6.2.2 (#9365)

This commit is contained in:
Antoine Cormouls
2024-10-23 19:00:44 +02:00
committed by GitHub
parent 1c2b448284
commit dfbafa7025
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"commander": "10.0.1",
"cors": "2.8.5",
"deepcopy": "2.1.0",
"express": "^4.21.1",
"express": "4.21.1",
"express-rate-limit": "6.7.0",
"follow-redirects": "1.15.6",
"graphql": "16.8.1",
@@ -40,7 +40,7 @@
"mustache": "4.2.0",
"otpauth": "9.2.2",
"parse": "4.2.0",
"path-to-regexp": "6.2.1",
"path-to-regexp": "6.2.2",
"pg-monitor": "2.0.0",
"pg-promise": "11.5.4",
"pluralize": "8.0.0",
@@ -17029,9 +17029,9 @@
"dev": true
},
"node_modules/path-to-regexp": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz",
"integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw=="
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz",
"integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw=="
},
"node_modules/path-type": {
"version": "4.0.0",
@@ -34584,9 +34584,9 @@
"dev": true
},
"path-to-regexp": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz",
"integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw=="
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz",
"integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw=="
},
"path-type": {
"version": "4.0.0",

View File

@@ -49,7 +49,7 @@
"mustache": "4.2.0",
"otpauth": "9.2.2",
"parse": "4.2.0",
"path-to-regexp": "6.2.1",
"path-to-regexp": "6.2.2",
"pg-monitor": "2.0.0",
"pg-promise": "11.5.4",
"pluralize": "8.0.0",
@@ -126,7 +126,7 @@
"test:mongodb:6.0.2": "npm run test:mongodb --dbversion=6.0.2",
"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",
"posttest:mongodb": "mongodb-runner stop",
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start",
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=6.0.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start",
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine",
"test": "npm run testonly",
"posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner stop",