diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68e8cdf18..a41f41ae4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,6 +31,6 @@ jobs: # - run: npm run lint - run: npm run coverage - name: Publish code coverage to CodeClimate - uses: paambaati/codeclimate-action@v5.0.0 + uses: paambaati/codeclimate-action@v6.0.0 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} diff --git a/package-lock.json b/package-lock.json index 58f3c0fdd..9e42c01c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@msgpack/msgpack": "^2.8.0", - "cbor-x": "1.5.9", + "cbor-x": "1.5.4", "eventemitter3": "^4.0.7", "peerjs-js-binarypack": "^2.1.0", "webrtc-adapter": "^8.0.0" @@ -5796,11 +5796,11 @@ } }, "node_modules/cbor-x": { - "version": "1.5.9", - "resolved": "https://registry.npmjs.org/cbor-x/-/cbor-x-1.5.9.tgz", - "integrity": "sha512-OEI5rEu3MeR0WWNUXuIGkxmbXVhABP+VtgAXzm48c9ulkrsvxshjjk94XSOGphyAKeNGLPfAxxzEtgQ6rEVpYQ==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/cbor-x/-/cbor-x-1.5.4.tgz", + "integrity": "sha512-PVKILDn+Rf6MRhhcyzGXi5eizn1i0i3F8Fe6UMMxXBnWkalq9+C5+VTmlIjAYM4iF2IYF2N+zToqAfYOp+3rfw==", "optionalDependencies": { - "cbor-extract": "^2.2.0" + "cbor-extract": "^2.1.1" } }, "node_modules/chainsaw": { diff --git a/package.json b/package.json index 11c33686c..4269abf38 100644 --- a/package.json +++ b/package.json @@ -216,7 +216,7 @@ }, "dependencies": { "@msgpack/msgpack": "^2.8.0", - "cbor-x": "1.5.9", + "cbor-x": "1.5.4", "eventemitter3": "^4.0.7", "peerjs-js-binarypack": "^2.1.0", "webrtc-adapter": "^8.0.0"