diff --git a/package-lock.json b/package-lock.json index a6d2419dd0..b73e0dc607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "follow-redirects": "1.15.6", "graphql": "16.8.1", "graphql-list-fields": "2.0.4", - "graphql-relay": "^0.10.1", + "graphql-relay": "0.10.1", "graphql-tag": "2.12.6", "intersect": "1.0.1", "jsonwebtoken": "9.0.0", @@ -40,7 +40,7 @@ "mustache": "4.2.0", "otpauth": "9.2.2", "parse": "4.1.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", @@ -16951,9 +16951,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", @@ -34435,9 +34435,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", diff --git a/package.json b/package.json index 9266184d86..5796b0639a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mustache": "4.2.0", "otpauth": "9.2.2", "parse": "4.1.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",