diff --git a/package-lock.json b/package-lock.json index 81427e9..4482d7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "do-bulma": "github:do-community/do-bulma#MattIPv4/update-dependencies", - "do-vue": "github:do-community/do-vue#MattIPv4/update-dependencies", + "do-bulma": "github:do-community/do-bulma", + "do-vue": "github:do-community/do-vue", "exceljs": "^4.4.0", "node-fetch": "^3.3.2", "pretty-checkbox-vue": "^1.1.9", @@ -5060,7 +5060,7 @@ }, "node_modules/do-bulma": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/do-community/do-bulma.git#963cc083fd1f3d6346240a6a7f02103109999c68", + "resolved": "git+ssh://git@github.com/do-community/do-bulma.git#8a43fbd68134b19e59b9816fff01b49cc77a0d46", "license": "Apache-2.0", "dependencies": { "bulma": "^0.9.4" @@ -5068,7 +5068,7 @@ }, "node_modules/do-vue": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/do-community/do-vue.git#06ccadc25d0f4334c42fdc96e3513b69b7c4531d", + "resolved": "git+ssh://git@github.com/do-community/do-vue.git#676f84072143b05cad765242b4b5a31c301d4a6e", "license": "Apache-2.0", "dependencies": { "@svgr/webpack": "^8.1.0", @@ -16407,15 +16407,15 @@ } }, "do-bulma": { - "version": "git+ssh://git@github.com/do-community/do-bulma.git#963cc083fd1f3d6346240a6a7f02103109999c68", - "from": "do-bulma@github:do-community/do-bulma#MattIPv4/update-dependencies", + "version": "git+ssh://git@github.com/do-community/do-bulma.git#8a43fbd68134b19e59b9816fff01b49cc77a0d46", + "from": "do-bulma@github:do-community/do-bulma", "requires": { "bulma": "^0.9.4" } }, "do-vue": { - "version": "git+ssh://git@github.com/do-community/do-vue.git#06ccadc25d0f4334c42fdc96e3513b69b7c4531d", - "from": "do-vue@github:do-community/do-vue#MattIPv4/update-dependencies", + "version": "git+ssh://git@github.com/do-community/do-vue.git#676f84072143b05cad765242b4b5a31c301d4a6e", + "from": "do-vue@github:do-community/do-vue", "requires": { "@svgr/webpack": "^8.1.0", "assert": "^2.1.0", diff --git a/package.json b/package.json index 4bf973d..e215adc 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ }, "homepage": "https://github.com/do-community/bandwidth-tool#readme", "dependencies": { - "do-bulma": "github:do-community/do-bulma#MattIPv4/update-dependencies", - "do-vue": "github:do-community/do-vue#MattIPv4/update-dependencies", + "do-bulma": "github:do-community/do-bulma", + "do-vue": "github:do-community/do-vue", "exceljs": "^4.4.0", "node-fetch": "^3.3.2", "pretty-checkbox-vue": "^1.1.9",