diff --git a/backend/package-lock.json b/backend/package-lock.json index 73679a2..35a9b4b 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -2918,9 +2918,9 @@ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "pbf": { "version": "3.2.1", diff --git a/backend/package.json b/backend/package.json index bdcbc55..cd586a7 100644 --- a/backend/package.json +++ b/backend/package.json @@ -319,7 +319,7 @@ "parse-svg-path": "^0.1.2", "parse-unit": "^1.0.1", "path-is-absolute": "^1.0.1", - "path-parse": "^1.0.6", + "path-parse": "^1.0.7", "pbf": "^3.2.1", "performance-now": "^2.1.0", "permutation-parity": "^1.0.0",