From 212f90bb9c73d339ba6b554bb4985694dc3bd7a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 15:41:11 -0400 Subject: [PATCH 1/3] fix(deps): update dependency esbuild to v0.18.13 (#11801) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 521665a95a..c81f0cea38 100644 --- a/install/package.json +++ b/install/package.json @@ -62,7 +62,7 @@ "csrf-sync": "4.0.1", "daemon": "1.1.0", "diff": "5.1.0", - "esbuild": "0.18.12", + "esbuild": "0.18.13", "express": "4.18.2", "express-session": "1.17.3", "express-useragent": "1.0.15", From f27159794176a125336d356bcd504b4cf9fa8a59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 15:41:58 -0400 Subject: [PATCH 2/3] chore(deps): update mongo docker tag to v6 (#10889) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f5064f709d..d2dd13fe4d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -77,7 +77,7 @@ jobs: - 6379:6379 mongo: - image: 'mongo:3.7' + image: 'mongo:6.0' ports: # Maps port 27017 on service container to the host - 27017:27017 From c838782816815ef687474ce0bd00975fe1502ee0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 15:42:43 -0400 Subject: [PATCH 3/3] chore(deps): update actions/setup-node action to v3 (#10347) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d2dd13fe4d..c97b7fb8da 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -88,7 +88,7 @@ jobs: - run: cp install/package.json package.json - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }}