diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 064f3f3f4a..57884bdfd0 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - name: Setup PHP with Composer uses: shivammathur/setup-php@v2 diff --git a/package-lock.json b/package-lock.json index 94785ccb48..860147aae3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "bootstrap": "^3.4.1", "bootstrap-colorpicker": "^2.5.2", "bootstrap-datepicker": "^1.9.0", - "bullbone": "git://github.com/yurikuzn/bull.git#1.0.3", + "bullbone": "github:yurikuzn/bull#1.0.4", "cronstrue": "^1.114.0", "cropper": "^0.7.9", "devbridge-autocomplete": "^1.4.9", @@ -852,9 +852,8 @@ } }, "node_modules/bullbone": { - "version": "1.0.3", - "resolved": "git+ssh://git@github.com/yurikuzn/bull.git#ce23e221456aca079cee34ce48cf5c4720730610", - "integrity": "sha512-4J+2wlU9M9re6mjALpctU2wjwYK7nVGyd6t245egbGlX3g9Bt+Bd3ApFUHot1IX+7rUoD88c2YzbNt/NrghLpQ==", + "version": "1.0.4", + "resolved": "git+ssh://git@github.com/yurikuzn/bull.git#5a6a8172e3939a758286db75aadb55f4542546fc", "license": "MIT" }, "node_modules/caniuse-lite": { @@ -4488,9 +4487,8 @@ "dev": true }, "bullbone": { - "version": "git+ssh://git@github.com/yurikuzn/bull.git#ce23e221456aca079cee34ce48cf5c4720730610", - "integrity": "sha512-4J+2wlU9M9re6mjALpctU2wjwYK7nVGyd6t245egbGlX3g9Bt+Bd3ApFUHot1IX+7rUoD88c2YzbNt/NrghLpQ==", - "from": "bullbone@git://github.com/yurikuzn/bull.git#1.0.3" + "version": "git+ssh://git@github.com/yurikuzn/bull.git#5a6a8172e3939a758286db75aadb55f4542546fc", + "from": "bullbone@github:yurikuzn/bull#1.0.4" }, "caniuse-lite": { "version": "1.0.30001309", diff --git a/package.json b/package.json index f1ae406c13..0c4a3762be 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "bootstrap": "^3.4.1", "bootstrap-colorpicker": "^2.5.2", "bootstrap-datepicker": "^1.9.0", - "bullbone": "git://github.com/yurikuzn/bull.git#1.0.3", + "bullbone": "github:yurikuzn/bull#1.0.4", "cronstrue": "^1.114.0", "cropper": "^0.7.9", "devbridge-autocomplete": "^1.4.9",