diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eac8318c0..03538206e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ stages: policy: pull install: - image: node:20.13.1-slim + image: node:20.18.1-slim stage: install script: - npm ci @@ -35,7 +35,7 @@ install: - master lint: - image: node:20.13.1-slim + image: node:20.18.1-slim stage: lint script: - npm run nx run-many -- --all --target=lint @@ -48,7 +48,7 @@ lint: - master build-runner-commons: - image: node:20.13.1-slim + image: node:20.18.1-slim stage: build script: - npm run nx build runner-commons @@ -63,7 +63,7 @@ build-runner-commons: - master build-runner-cypress: - image: node:20.13.1-slim + image: node:20.18.1-slim stage: build script: - npm run nx generate:step-definitions runner-cypress @@ -85,7 +85,7 @@ build-runner-cypress: - master build-assistant: - image: node:20.13.1-slim + image: node:20.18.1-slim stage: build script: - npm run nx react:build assistant @@ -104,7 +104,7 @@ build-assistant: - master build-docs: - image: node:20.13.1-slim + image: node:20.18.1-slim stage: build script: - npm run nx build docs @@ -135,7 +135,7 @@ test-cypress: - master .publish: - image: node:20.13.1-slim + image: node:20.18.1-slim stage: publish cache: - <<: *node_modules-cache diff --git a/package-lock.json b/package-lock.json index 4f5fca696..7fe667cb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@nxrocks/nx-flutter": "^9.0.0", "@theunderscorer/nx-semantic-release": "2.4.0", "@types/jest": "29.5.14", - "@types/node": "20.12.12", + "@types/node": "20.17.10", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.57.1", @@ -17744,12 +17744,12 @@ "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "20.17.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.10.tgz", + "integrity": "sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==", "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/node-forge": { @@ -21465,10 +21465,11 @@ } }, "node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", "dev": true, + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -59126,9 +59127,10 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "license": "MIT" }, "node_modules/unenv": { "version": "1.10.0", @@ -64352,7 +64354,7 @@ "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.14", "@types/jquery": "3.5.32", - "@types/node": "20.12.12", + "@types/node": "20.17.10", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "@types/styled-components": "5.1.34", @@ -64908,7 +64910,7 @@ }, "devDependencies": { "@types/minimist": "1.2.5", - "@types/node": "20.12.12", + "@types/node": "20.17.10", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cypress": "2.15.2", @@ -65481,7 +65483,7 @@ }, "devDependencies": { "@types/minimist": "1.2.5", - "@types/node": "20.12.12", + "@types/node": "20.17.10", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cucumber": "2.0.0", @@ -65776,13 +65778,6 @@ "url": "https://opencollective.com/webpack" } }, - "packages/vscode-extension/node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", - "dev": true, - "license": "MIT" - }, "packages/vscode-extension/node_modules/webpack": { "version": "5.92.1", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", diff --git a/package.json b/package.json index 8621ff543..ebe6ac26c 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@nxrocks/nx-flutter": "^9.0.0", "@theunderscorer/nx-semantic-release": "2.4.0", "@types/jest": "29.5.14", - "@types/node": "20.12.12", + "@types/node": "20.17.10", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.57.1", diff --git a/packages/assistant/package.json b/packages/assistant/package.json index f92405b50..d49748e86 100644 --- a/packages/assistant/package.json +++ b/packages/assistant/package.json @@ -85,7 +85,7 @@ "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.14", "@types/jquery": "3.5.32", - "@types/node": "20.12.12", + "@types/node": "20.17.10", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "@types/styled-components": "5.1.34", diff --git a/packages/runner-cypress/package.json b/packages/runner-cypress/package.json index 056e10d7f..9059ca67b 100644 --- a/packages/runner-cypress/package.json +++ b/packages/runner-cypress/package.json @@ -101,7 +101,7 @@ }, "devDependencies": { "@types/minimist": "1.2.5", - "@types/node": "20.12.12", + "@types/node": "20.17.10", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cypress": "2.15.2", diff --git a/packages/runner-playwright/package.json b/packages/runner-playwright/package.json index 30bfaf243..2e56e5dd5 100644 --- a/packages/runner-playwright/package.json +++ b/packages/runner-playwright/package.json @@ -88,7 +88,7 @@ }, "devDependencies": { "@types/minimist": "1.2.5", - "@types/node": "20.12.12", + "@types/node": "20.17.10", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cucumber": "2.0.0",