diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eac8318c0..106fa360d 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.2-slim stage: install script: - npm ci @@ -35,7 +35,7 @@ install: - master lint: - image: node:20.13.1-slim + image: node:20.18.2-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.2-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.2-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.2-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.2-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.2-slim stage: publish cache: - <<: *node_modules-cache diff --git a/package-lock.json b/package-lock.json index 5624e94dd..1395e716d 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.x", + "@types/node": "20.17.15", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.57.1", @@ -17887,12 +17887,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.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.15.tgz", + "integrity": "sha512-ymrDMpEhuYz7PXTItXhY0ZDBDZT/RgsmFM9rBiRLOSVX1HKJhhrLXuLY00fHsFsugYT1wZU3IC4dleUUC22UDQ==", "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/node-forge": { @@ -59646,9 +59646,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", @@ -64881,7 +64882,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.15", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "@types/styled-components": "5.1.34", @@ -65465,7 +65466,7 @@ }, "devDependencies": { "@types/minimist": "1.2.5", - "@types/node": "20.12.12", + "@types/node": "20.17.15", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cypress": "4.1.0", @@ -66352,7 +66353,7 @@ }, "devDependencies": { "@types/minimist": "1.2.5", - "@types/node": "20.12.12", + "@types/node": "20.17.15", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cucumber": "2.0.0", @@ -66558,7 +66559,7 @@ }, "devDependencies": { "@types/mocha": "^10.0.6", - "@types/node": "^20.17.14", + "@types/node": "20.x", "@types/vscode": "^1.90.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", @@ -66647,13 +66648,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 c202ced67..79b046381 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.15", "@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 7e6fb46e3..1b3c5de28 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.15", "@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 adb3871c7..c848979a5 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.15", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cypress": "4.1.0", diff --git a/packages/runner-playwright/package.json b/packages/runner-playwright/package.json index c9b5ab37a..5aca25326 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.15", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cucumber": "2.0.0",