Skip to content

Commit c1fde58

Browse files
dependabot[bot]Nevyana Angelova
andauthored
Bump uuid and jest-junit in /webapp (#1001)
* Bump uuid and jest-junit in /webapp Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.0 and updates ancestor dependency [jest-junit](https://github.com/jest-community/jest-junit). These dependencies need to be updated together. Updates `uuid` from 8.3.2 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v8.3.2...v14.0.0) Updates `jest-junit` from 16.0.0 to 17.0.0 - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](jest-community/jest-junit@v16.0.0...v17.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: indirect - dependency-name: jest-junit dependency-version: 17.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * fix playwright node version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nevyana Angelova <nevyangelova@192.168.100.47>
1 parent 2ddc097 commit c1fde58

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
env:
1111
TERM: xterm
1212
GO_VERSION: 1.21
13-
NODE_VERSION: 16.15.0
1413

1514
jobs:
1615
playwright-run:
@@ -131,7 +130,7 @@ jobs:
131130
- name: ci/setup-node
132131
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
133132
with:
134-
node-version: "16"
133+
node-version-file: ".nvmrc"
135134
cache: "npm"
136135
cache-dependency-path: e2e/playwright/package-lock.json
137136

webapp/package-lock.json

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"jest-canvas-mock": "2.5.2",
5757
"jest-config": "30.0.4",
5858
"jest-environment-jsdom": "30.2.0",
59-
"jest-junit": "16.0.0",
59+
"jest-junit": "17.0.0",
6060
"react-test-renderer": "18.2.0",
6161
"sass": "1.60.0",
6262
"sass-loader": "12.2.0",

0 commit comments

Comments
 (0)