diff --git a/package-lock.json b/package-lock.json index ac6e69547f..e826ce1617 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "matters-web", - "version": "5.6.1", + "version": "5.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "matters-web", - "version": "5.6.1", + "version": "5.6.2", "license": "Apache-2.0", "dependencies": { "@apollo/react-common": "^3.1.3", @@ -70,7 +70,7 @@ "next-with-apollo": "^5.3.0", "nprogress": "^0.2.0", "number-precision": "^1.6.0", - "path-to-regexp": "^6.2.1", + "path-to-regexp": "^6.3.0", "photoswipe": "^5.4.4", "react": "^17.0.2", "react-beautiful-dnd": "^13.1.1", @@ -35452,9 +35452,9 @@ } }, "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.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", + "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" }, "node_modules/path-type": { "version": "4.0.0", @@ -72388,9 +72388,9 @@ } }, "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.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", + "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" }, "path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index 4ee14b3f99..602ae47715 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "next-with-apollo": "^5.3.0", "nprogress": "^0.2.0", "number-precision": "^1.6.0", - "path-to-regexp": "^6.2.1", + "path-to-regexp": "^6.3.0", "photoswipe": "^5.4.4", "react": "^17.0.2", "react-beautiful-dnd": "^13.1.1",