From 91dd5df25b77d84f468c4b9dc8826baf9c235afe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:06:02 -0500 Subject: [PATCH 1/2] chore(deps): update actions/upload-artifact action to v4 (#1587) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18955eb7..3f3ac63f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,19 +40,19 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Archive Chrome Extension - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: chrome path: extension/chrome/dist - name: Archive Edge Extension - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: edge path: extension/edge/dist - name: Archive Firefox Extension - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: firefox path: extension/firefox/dist From 81e3efd0702eeb7b1907c862c2b6e532c0e91c4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:16:38 +0000 Subject: [PATCH 2/2] chore(deps): update dependency @types/supertest to v6 (#1588) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- packages/redux-devtools-cli/package.json | 2 +- pnpm-lock.yaml | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 1c4cddd8..9d5144dd 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -81,7 +81,7 @@ "@types/socketcluster-client": "^16.0.3", "@types/socketcluster-server": "^17.3.3", "@types/styled-components": "^5.1.34", - "@types/supertest": "^2.0.16", + "@types/supertest": "^6.0.2", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6c9149b1..bdbdc232 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1412,8 +1412,8 @@ importers: specifier: ^5.1.34 version: 5.1.34 '@types/supertest': - specifier: ^2.0.16 - version: 2.0.16 + specifier: ^6.0.2 + version: 6.0.2 '@types/uuid': specifier: ^9.0.7 version: 9.0.7 @@ -10551,9 +10551,10 @@ packages: '@types/node': 20.10.5 dev: true - /@types/supertest@2.0.16: - resolution: {integrity: sha512-6c2ogktZ06tr2ENoZivgm7YnprnhYE4ZoXGMY+oA7IuAf17M8FWvujXZGmxLv8y0PTyts4x5A+erSwVUFA8XSg==} + /@types/supertest@6.0.2: + resolution: {integrity: sha512-137ypx2lk/wTQbW6An6safu9hXmajAifU/s7szAHLN/FeIm5w7yR0Wkl9fdJMRSHwOn4HLAI0DaB2TOORuhPDg==} dependencies: + '@types/methods': 1.1.4 '@types/superagent': 8.1.1 dev: true @@ -16504,6 +16505,7 @@ packages: chalk: 3.0.0 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}