From a0ef0a5fa11328a34345812e7a362733ba95aa60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:15:34 +0000 Subject: [PATCH 1/3] chore: bump ejs from 3.1.9 to 3.1.10 Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/mde/ejs/releases) - [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7470df2..22dadcf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "blaise-design-system-react-components": "git+https://github.com/ONSdigital/blaise-design-system-react-components#0.14.0", "blaise-login-react": "git+https://github.com/ONSdigital/blaise-login-react#1.1.0", "dotenv": "^10.0.0", - "ejs": "^3.1.7", + "ejs": "^3.1.10", "express": "^4.19.2", "formik": "2.4.2", "history": "^4.9.0", diff --git a/yarn.lock b/yarn.lock index ff0597b..1c79271 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7860,10 +7860,10 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== -ejs@^3.1.6, ejs@^3.1.7, ejs@^3.1.8: - version "3.1.9" - resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361" - integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ== +ejs@^3.1.10, ejs@^3.1.6, ejs@^3.1.8: + version "3.1.10" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b" + integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA== dependencies: jake "^10.8.5" From 6e74271c077f1559ab428350e4529fa7ff873f39 Mon Sep 17 00:00:00 2001 From: Elinor Thorne Date: Mon, 21 Oct 2024 09:39:45 +0100 Subject: [PATCH 2/3] fix: explicitly set version to 0.01.15 refs: BLAIS5-4448 --- .github/workflows/test.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index 3ead8de..a8d34de 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -37,5 +37,6 @@ jobs: uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} + version: "v0.01.15" file: ./coverage/coverage-final.json fail_ci_if_error: true \ No newline at end of file From c7f4a2a49c482d14f23509f3501e737ad87351bf Mon Sep 17 00:00:00 2001 From: Elinor Thorne Date: Mon, 21 Oct 2024 09:46:59 +0100 Subject: [PATCH 3/3] Revert "fix: explicitly set version to 0.01.15" This reverts commit 6e74271c077f1559ab428350e4529fa7ff873f39. --- .github/workflows/test.js.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index a8d34de..3ead8de 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -37,6 +37,5 @@ jobs: uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} - version: "v0.01.15" file: ./coverage/coverage-final.json fail_ci_if_error: true \ No newline at end of file