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 8d9c733c1..b66d3bc71 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.13", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.57.1", @@ -17893,12 +17893,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.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.13.tgz", + "integrity": "sha512-RNf+4dEeV69PIvyp++4IKM2vnLXtmp/JovfeQm5P5+qpKb6wHoH7INywLdZ7z+gVX46kgBP/fwJJvZYaHxtdyw==", "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/node-forge": { @@ -59642,9 +59642,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", @@ -64877,7 +64878,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.13", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "@types/styled-components": "5.1.34", @@ -65461,7 +65462,7 @@ }, "devDependencies": { "@types/minimist": "1.2.5", - "@types/node": "20.12.12", + "@types/node": "20.17.13", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cypress": "2.15.2", @@ -66036,7 +66037,7 @@ }, "devDependencies": { "@types/minimist": "1.2.5", - "@types/node": "20.12.12", + "@types/node": "20.17.13", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cucumber": "2.0.0", @@ -66331,13 +66332,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..60c79294e 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.13", "@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 1e0ad1865..4d31a525e 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.13", "@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 0bd8cab1f..6b735e21e 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.13", "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 e4dbca97e..3ce2c840c 100644 --- a/packages/runner-playwright/package.json +++ b/packages/runner-playwright/package.json @@ -90,7 +90,7 @@ }, "devDependencies": { "@types/minimist": "1.2.5", - "@types/node": "20.12.12", + "@types/node": "20.17.13", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cucumber": "2.0.0",