diff --git a/package-lock.json b/package-lock.json index 2e2f59e..6a4540b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "web-bluetooth-dfu", - "version": "1.2.1-next.1786062.0", + "version": "1.2.1-next.0e6d257.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3908,9 +3908,9 @@ "dev": true }, "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==", "dev": true }, "path-platform": { diff --git a/package.json b/package.json index f87768b..346ed6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-bluetooth-dfu", - "version": "1.2.1-next.1786062.0", + "version": "1.2.1-next.0e6d257.0", "description": "Device firmware update with Web Bluetooth", "homepage": "https://thegecko.github.io/web-bluetooth-dfu/", "author": "Rob Moran ",