diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 944876e..6192685 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 005231b..7c854a2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/smartblueberry/package-lock.json b/smartblueberry/package-lock.json index c04c1e6..9421308 100644 --- a/smartblueberry/package-lock.json +++ b/smartblueberry/package-lock.json @@ -31,7 +31,7 @@ "rxjs": "^7.8.1", "tslib": "^2.6.2", "ws": "^8.14.2", - "zone.js": "^0.14.0" + "zone.js": "^0.13.3" }, "devDependencies": { "@angular-devkit/build-angular": "^16.2.4", @@ -13298,9 +13298,9 @@ } }, "node_modules/zone.js": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.0.tgz", - "integrity": "sha512-Sz0G0TjMuyApIcuTJeK742+xLLKEPjYtkdBEazBlYePHkICVp9DPKqI/4dJt3LCtQBd52sCxz23uAFJ2OJa6Ow==", + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.13.3.tgz", + "integrity": "sha512-MKPbmZie6fASC/ps4dkmIhaT5eonHkEt6eAy80K42tAm0G2W+AahLJjbfi6X9NPdciOE9GRFTTM8u2IiF6O3ww==", "dependencies": { "tslib": "^2.3.0" } @@ -22986,9 +22986,9 @@ "dev": true }, "zone.js": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.0.tgz", - "integrity": "sha512-Sz0G0TjMuyApIcuTJeK742+xLLKEPjYtkdBEazBlYePHkICVp9DPKqI/4dJt3LCtQBd52sCxz23uAFJ2OJa6Ow==", + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.13.3.tgz", + "integrity": "sha512-MKPbmZie6fASC/ps4dkmIhaT5eonHkEt6eAy80K42tAm0G2W+AahLJjbfi6X9NPdciOE9GRFTTM8u2IiF6O3ww==", "requires": { "tslib": "^2.3.0" } diff --git a/smartblueberry/package.json b/smartblueberry/package.json index d529d9c..092fa7b 100644 --- a/smartblueberry/package.json +++ b/smartblueberry/package.json @@ -39,7 +39,7 @@ "rxjs": "^7.8.1", "tslib": "^2.6.2", "ws": "^8.14.2", - "zone.js": "^0.14.0" + "zone.js": "^0.13.3" }, "devDependencies": { "@angular-devkit/build-angular": "^16.2.4",