diff --git a/.renovaterc.json b/.renovaterc.json index 2bb11b3189..4e85881dd4 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -199,6 +199,26 @@ "bootstrap" ], "enabled": false + }, + { + "matchUpdateTypes": [ + "major" + ], + "matchCurrentVersion": "<5", + "matchPackageNames": [ + "chalk" + ], + "enabled": false + }, + { + "matchUpdateTypes": [ + "major" + ], + "matchCurrentVersion": "<14", + "matchPackageNames": [ + "globby" + ], + "enabled": false } ] } diff --git a/.yarnrc.yml b/.yarnrc.yml index 0c4ee1397b..7315eb45d4 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -18,7 +18,7 @@ packageExtensions: "@angular/compiler": ~17.0.4 "@angular/compiler-cli": ~17.0.4 "@schematics/angular": ~17.0.3 - "@types/node": ^18.0.0 + "@types/node": ^20.0.0 esbuild: ~0.19.0 eslint: ^8.42.0 nx: ^17.1.1 @@ -44,17 +44,17 @@ packageExtensions: typescript: ~5.2.2 "@nx/js@^17.1.1": dependencies: - "@types/node": ^18.0.0 + "@types/node": ^20.0.0 nx: ^17.1.1 typescript: ~5.2.2 "@nx/webpack@^17.1.1": dependencies: - "@types/node": ^18.0.0 + "@types/node": ^20.0.0 nx: ^17.1.1 typescript: ~5.2.2 postcss-loader@^7.2.4: dependencies: - "@types/node": ^18.0.0 + "@types/node": ^20.0.0 probot@*: dependencies: body-parser: ^1.20.2 diff --git a/apps/chrome-devtools/package.json b/apps/chrome-devtools/package.json index 30fad7d249..bc75397149 100644 --- a/apps/chrome-devtools/package.json +++ b/apps/chrome-devtools/package.json @@ -50,7 +50,7 @@ "@typescript-eslint/types": "^6.11.0", "archiver": "^6.0.1", "chokidar": "^3.5.2", - "chrome-webstore-upload": "^1.0.0", + "chrome-webstore-upload": "^2.0.0", "concurrently": "^8.0.0", "cpy-cli": "^5.0.0", "eslint": "^8.42.0", @@ -58,7 +58,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", @@ -81,8 +81,8 @@ "@angular/platform-browser-dynamic": "~17.0.4", "@angular/router": "~17.0.4", "@design-factory/design-factory": "^15.2.2", - "@ng-bootstrap/ng-bootstrap": "^15.1.2", - "@ng-select/ng-select": "~11.2.0", + "@ng-bootstrap/ng-bootstrap": "^16.0.0", + "@ng-select/ng-select": "~12.0.0", "@ngrx/entity": "~17.0.0", "@ngrx/store": "~17.0.0", "@o3r/application": "workspace:^", @@ -92,8 +92,8 @@ "@o3r/localization": "workspace:^", "@o3r/rules-engine": "workspace:^", "@popperjs/core": "^2.11.5", - "ag-grid-angular": "~29.3.5", - "ag-grid-community": "~29.3.5", + "ag-grid-angular": "~31.0.0", + "ag-grid-community": "~31.0.0", "bootstrap": "5.2.0", "bootstrap-icons": "^1.10.5", "rxjs": "^7.8.1", diff --git a/apps/chrome-devtools/project.json b/apps/chrome-devtools/project.json index 143b3706f4..5715e86ca8 100644 --- a/apps/chrome-devtools/project.json +++ b/apps/chrome-devtools/project.json @@ -26,7 +26,7 @@ ] }, "build-components": { - "executor": "@angular-devkit/build-angular:browser", + "executor": "@angular-devkit/build-angular:browser-esbuild", "outputs": ["{projectRoot}/dist/components"], "options": { "baseHref": "components", @@ -81,7 +81,7 @@ "dependsOn": ["^build"] }, "build-panel": { - "executor": "@angular-devkit/build-angular:browser", + "executor": "@angular-devkit/build-angular:browser-esbuild", "outputs": ["{projectRoot}/dist/panel"], "options": { "baseHref": "panel", diff --git a/apps/chrome-devtools/src/styles/index.scss b/apps/chrome-devtools/src/styles/index.scss index cd659a9e94..5d33fea013 100644 --- a/apps/chrome-devtools/src/styles/index.scss +++ b/apps/chrome-devtools/src/styles/index.scss @@ -1,5 +1,6 @@ @use '@design-factory/design-factory' with ( $prefix: bs-, - $df-spinner-circumference: 2rem + $df-spinner-circumference: 2rem, + $font-path: '@design-factory/design-factory/assets/fonts' ); @use "bootstrap-icons/font/bootstrap-icons"; diff --git a/apps/github-cascading-app/package.json b/apps/github-cascading-app/package.json index f594b8344a..75c0e0c4f1 100644 --- a/apps/github-cascading-app/package.json +++ b/apps/github-cascading-app/package.json @@ -38,7 +38,7 @@ "@o3r/eslint-plugin": "workspace:^", "@types/ejs": "^3.1.2", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -49,7 +49,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", @@ -58,7 +58,7 @@ "nock": "^13.0.5", "nx": "~17.1.1", "rxjs": "^7.8.1", - "smee-client": "^1.2.2", + "smee-client": "^2.0.0", "ts-jest": "~29.1.1", "tslib": "^2.5.3", "typescript": "~5.2.2", diff --git a/apps/showcase/package.json b/apps/showcase/package.json index d9c1f3b5f0..6ae6c327aa 100644 --- a/apps/showcase/package.json +++ b/apps/showcase/package.json @@ -35,8 +35,8 @@ "@angular/router": "~17.0.4", "@design-factory/design-factory": "^15.2.2", "@formatjs/intl-numberformat": "~8.9.0", - "@ng-bootstrap/ng-bootstrap": "^15.1.2", - "@ng-select/ng-select": "~11.2.0", + "@ng-bootstrap/ng-bootstrap": "^16.0.0", + "@ng-select/ng-select": "~12.0.0", "@ngrx/effects": "~17.0.0", "@ngrx/entity": "~17.0.0", "@ngrx/store": "~17.0.0", @@ -54,8 +54,8 @@ "@o3r/rules-engine": "workspace:^", "@o3r/testing": "workspace:^", "@popperjs/core": "^2.11.5", - "ag-grid-angular": "~29.3.5", - "ag-grid-community": "~29.3.5", + "ag-grid-angular": "~31.0.0", + "ag-grid-community": "~31.0.0", "bootstrap": "5.2.0", "bootstrap-icons": "^1.10.5", "highlight.js": "^11.8.0", @@ -87,7 +87,7 @@ "@schematics/angular": "~17.0.3", "@types/bootstrap": "^5.2.6", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "@typescript-eslint/types": "^6.11.0", @@ -96,7 +96,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/apps/vscode-extension/package.json b/apps/vscode-extension/package.json index 0ee7b1ddf9..c0ed622822 100644 --- a/apps/vscode-extension/package.json +++ b/apps/vscode-extension/package.json @@ -330,7 +330,7 @@ "@types/eslint": "^8.42.0", "@types/glob": "^8.0.0", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/vscode": "^1.67.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -339,7 +339,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/package.json b/package.json index 6ac4002bed..afa6cdabe3 100644 --- a/package.json +++ b/package.json @@ -158,12 +158,12 @@ "@angular/router": "~17.0.4", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", - "@commitlint/cli": "^17.0.0", - "@commitlint/config-conventional": "^17.0.0", + "@commitlint/cli": "^18.0.0", + "@commitlint/config-conventional": "^18.0.0", "@compodoc/compodoc": "^1.1.19", "@design-factory/design-factory": "^15.2.2", - "@ng-bootstrap/ng-bootstrap": "^15.1.2", - "@ng-select/ng-select": "~11.2.0", + "@ng-bootstrap/ng-bootstrap": "^16.0.0", + "@ng-select/ng-select": "~12.0.0", "@ngrx/effects": "~17.0.0", "@ngrx/entity": "~17.0.0", "@ngrx/router-store": "~17.0.0", @@ -185,14 +185,14 @@ "@swc-node/register": "^1.6.7", "@swc/core": "^1.3.85", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "@typescript-eslint/types": "^6.11.0", - "@yarnpkg/sdks": "^2.7.0", - "ag-grid-angular": "~29.3.5", - "ag-grid-community": "~29.3.5", + "@yarnpkg/sdks": "^3.0.0", + "ag-grid-angular": "~31.0.0", + "ag-grid-community": "~31.0.0", "babel-loader": "^9.0.0", "bootstrap": "5.2.0", "bootstrap-icons": "^1.10.5", @@ -205,7 +205,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "highlight.js": "^11.8.0", "husky": "~8.0.3", @@ -216,7 +216,7 @@ "js-yaml": "^4.1.0", "jsonc-eslint-parser": "~2.4.0", "jsonpath-plus": "^7.0.0", - "lint-staged": "^13.0.0", + "lint-staged": "^15.0.0", "minimist": "^1.2.6", "ng-packagr": "~17.0.0", "ngx-highlightjs": "^10.0.0", @@ -224,8 +224,8 @@ "nx": "~17.1.1", "postcss": "~8.4.31", "postcss-scss": "~4.0.9", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.0.0", + "react-dom": "^18.0.0", "rimraf": "^5.0.1", "sass": "~1.69.5", "sass-loader": "^13.3.2", @@ -233,7 +233,7 @@ "shx": "^0.3.4", "standard-version": "^9.0.0", "stylelint": "^15.10.1", - "stylelint-scss": "^4.0.0", + "stylelint-scss": "^6.0.0", "ts-jest": "~29.1.1", "ts-node": "~10.9.1", "tsc-watch": "^6.0.0", @@ -246,7 +246,7 @@ "engines": { "npm": "please-use-yarn", "node": ">=18.0.0", - "yarn": ">=3.1.0 <4.0.0", + "yarn": "<5.0.0", "vscode": "^1.22.0" }, "workspaces": [ diff --git a/packages/@ama-sdk/core/package.json b/packages/@ama-sdk/core/package.json index d8f3a44923..e7c1f55429 100644 --- a/packages/@ama-sdk/core/package.json +++ b/packages/@ama-sdk/core/package.json @@ -59,7 +59,7 @@ "@o3r/schematics": "workspace:^", "@schematics/angular": "~17.0.0", "chokidar": "^3.5.2", - "cpy": "~10.1.0", + "cpy": "~11.0.0", "globby": "^11.1.0", "isomorphic-fetch": "^3.0.0", "minimist": "^1.2.6", @@ -107,20 +107,20 @@ "@swc/core": "^1.3.85", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "chokidar": "^3.5.2", "copyfiles": "^2.4.1", - "cpy": "~10.1.0", + "cpy": "~11.0.0", "cpy-cli": "^5.0.0", "eslint": "^8.42.0", "eslint-import-resolver-node": "^0.3.4", "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "isomorphic-fetch": "~3.0.0", "jest": "~29.7.0", diff --git a/packages/@ama-sdk/create/package.json b/packages/@ama-sdk/create/package.json index 82015bcd2f..cf448372ac 100644 --- a/packages/@ama-sdk/create/package.json +++ b/packages/@ama-sdk/create/package.json @@ -37,7 +37,7 @@ "@o3r/test-helpers": "workspace:^", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/pid-from-port": "^1.1.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", @@ -48,7 +48,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@ama-sdk/schematics/package.json b/packages/@ama-sdk/schematics/package.json index 1b73200fb9..db71106884 100644 --- a/packages/@ama-sdk/schematics/package.json +++ b/packages/@ama-sdk/schematics/package.json @@ -74,26 +74,26 @@ "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", "@types/minimatch": "^5.1.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/pid-from-port": "^1.1.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "copyfiles": "^2.4.1", - "cpy": "~10.1.0", + "cpy": "~11.0.0", "cpy-cli": "^5.0.0", "eslint": "^8.42.0", "eslint-import-resolver-node": "^0.3.4", "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "isomorphic-fetch": "~3.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", - "mem-fs": "^2.2.1", + "mem-fs": "^4.0.0", "npm-run-all": "^4.1.5", "nx": "~17.1.1", "onchange": "^7.0.2", diff --git a/packages/@ama-sdk/showcase-sdk/package.json b/packages/@ama-sdk/showcase-sdk/package.json index 3702691577..0c17acc93b 100644 --- a/packages/@ama-sdk/showcase-sdk/package.json +++ b/packages/@ama-sdk/showcase-sdk/package.json @@ -67,8 +67,8 @@ "@angular-eslint/eslint-plugin-template": "~17.1.0", "@angular-eslint/utils": "~17.1.0", "@angular/compiler": "~17.0.4", - "@commitlint/cli": "^17.0.0", - "@commitlint/config-conventional": "^17.0.0", + "@commitlint/cli": "^18.0.0", + "@commitlint/config-conventional": "^18.0.0", "@nx/eslint-plugin": "~17.1.1", "@nx/jest": "~17.1.1", "@o3r/eslint-config-otter": "workspace:^", @@ -78,7 +78,7 @@ "@swc/cli": "^0.1.57", "@swc/core": "^1.3.85", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpx": "^1.5.0", @@ -86,14 +86,14 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", - "glob": "^8.0.0", + "eslint-plugin-unicorn": "^49.0.0", + "glob": "^10.0.0", "husky": "~8.0.3", "isomorphic-fetch": "~3.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", - "lint-staged": "^13.0.0", + "lint-staged": "^15.0.0", "minimist": "^1.2.6", "rimraf": "^5.0.1", "standard-version": "^9.0.0", @@ -109,6 +109,6 @@ "engines": { "node": ">=18.0.0", "npm": ">=4", - "yarn": "<4.0.0" + "yarn": "<5.0.0" } } diff --git a/packages/@ama-sdk/swagger-builder/package.json b/packages/@ama-sdk/swagger-builder/package.json index b41eadbad8..4ffab3ed50 100644 --- a/packages/@ama-sdk/swagger-builder/package.json +++ b/packages/@ama-sdk/swagger-builder/package.json @@ -38,7 +38,7 @@ "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", "@types/mkdirp": "^1.0.0", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@types/swagger-schema-official": "^2.0.22", "@typescript-eslint/eslint-plugin": "6.11.0", @@ -50,7 +50,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@ama-terasu/cli/package.json b/packages/@ama-terasu/cli/package.json index f927f593bc..285d748ac0 100644 --- a/packages/@ama-terasu/cli/package.json +++ b/packages/@ama-terasu/cli/package.json @@ -29,7 +29,7 @@ "@o3r/eslint-plugin": "workspace:^", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/progress": "^2.0.5", "@types/prompts": "^2.0.14", "@types/yargs": "^17.0.20", @@ -40,7 +40,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@ama-terasu/core/package.json b/packages/@ama-terasu/core/package.json index 9f6c4d1a74..2b98489276 100644 --- a/packages/@ama-terasu/core/package.json +++ b/packages/@ama-terasu/core/package.json @@ -19,7 +19,7 @@ "@o3r/eslint-plugin": "workspace:^", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/yargs": "^17.0.20", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -28,7 +28,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@ama-terasu/schematics/package.json b/packages/@ama-terasu/schematics/package.json index 76719a042a..754e760353 100644 --- a/packages/@ama-terasu/schematics/package.json +++ b/packages/@ama-terasu/schematics/package.json @@ -28,7 +28,7 @@ "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "eslint": "^8.42.0", @@ -36,7 +36,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/amaterasu/amaterasu-api-spec/package.json b/packages/@o3r/amaterasu/amaterasu-api-spec/package.json index 7cde236884..7430afdb60 100644 --- a/packages/@o3r/amaterasu/amaterasu-api-spec/package.json +++ b/packages/@o3r/amaterasu/amaterasu-api-spec/package.json @@ -25,7 +25,7 @@ "@o3r/eslint-plugin": "workspace:^", "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "eslint": "^8.42.0", @@ -33,7 +33,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/amaterasu/amaterasu-dodo/package.json b/packages/@o3r/amaterasu/amaterasu-dodo/package.json index 9347da81dc..52573223c0 100644 --- a/packages/@o3r/amaterasu/amaterasu-dodo/package.json +++ b/packages/@o3r/amaterasu/amaterasu-dodo/package.json @@ -34,7 +34,7 @@ "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/tar": "~6.1.1", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -43,7 +43,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/amaterasu/amaterasu-otter/package.json b/packages/@o3r/amaterasu/amaterasu-otter/package.json index f928c44ec0..c911c07480 100644 --- a/packages/@o3r/amaterasu/amaterasu-otter/package.json +++ b/packages/@o3r/amaterasu/amaterasu-otter/package.json @@ -34,7 +34,7 @@ "@o3r/eslint-plugin": "workspace:^", "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "eslint": "^8.42.0", @@ -42,7 +42,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/amaterasu/amaterasu-sdk/package.json b/packages/@o3r/amaterasu/amaterasu-sdk/package.json index 6f36afaf45..452ac632db 100644 --- a/packages/@o3r/amaterasu/amaterasu-sdk/package.json +++ b/packages/@o3r/amaterasu/amaterasu-sdk/package.json @@ -25,7 +25,7 @@ "@o3r/eslint-plugin": "workspace:^", "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "eslint": "^8.42.0", @@ -33,7 +33,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/analytics/package.json b/packages/@o3r/analytics/package.json index 7479e668ca..b04fa8ce71 100644 --- a/packages/@o3r/analytics/package.json +++ b/packages/@o3r/analytics/package.json @@ -78,9 +78,9 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~17.0.3", - "@types/jasmine": "~4.6.0", + "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -89,7 +89,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/apis-manager/package.json b/packages/@o3r/apis-manager/package.json index c627eb165e..6c4923ff59 100644 --- a/packages/@o3r/apis-manager/package.json +++ b/packages/@o3r/apis-manager/package.json @@ -64,7 +64,7 @@ "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -73,7 +73,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/application/package.json b/packages/@o3r/application/package.json index 666e5750fe..22bdeced3b 100644 --- a/packages/@o3r/application/package.json +++ b/packages/@o3r/application/package.json @@ -74,7 +74,7 @@ "@o3r/testing": "workspace:^", "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -83,7 +83,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/artifactory-tools/package.json b/packages/@o3r/artifactory-tools/package.json index 45cb5f8aaa..b7d285919e 100644 --- a/packages/@o3r/artifactory-tools/package.json +++ b/packages/@o3r/artifactory-tools/package.json @@ -41,7 +41,7 @@ "@o3r/eslint-plugin": "workspace:^", "@types/fs-extra": "^11.0.0", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/request": "^2.48.7", "@types/request-promise-native": "^1.0.18", "@typescript-eslint/eslint-plugin": "6.11.0", @@ -52,7 +52,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "nx": "~17.1.1", diff --git a/packages/@o3r/azure-tools/package.json b/packages/@o3r/azure-tools/package.json index 40352e0715..b597848f16 100644 --- a/packages/@o3r/azure-tools/package.json +++ b/packages/@o3r/azure-tools/package.json @@ -36,7 +36,7 @@ "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -45,7 +45,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "nx": "~17.1.1", diff --git a/packages/@o3r/components/package.json b/packages/@o3r/components/package.json index d89be3f12f..4ca16d9c3d 100644 --- a/packages/@o3r/components/package.json +++ b/packages/@o3r/components/package.json @@ -127,7 +127,7 @@ "@o3r/testing": "workspace:^", "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "chokidar": "^3.5.2", @@ -137,7 +137,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/packages/@o3r/configuration/package.json b/packages/@o3r/configuration/package.json index 0b04b6d175..2cf7eb01c5 100644 --- a/packages/@o3r/configuration/package.json +++ b/packages/@o3r/configuration/package.json @@ -95,9 +95,9 @@ "@o3r/test-helpers": "workspace:^", "@o3r/testing": "workspace:^", "@schematics/angular": "~17.0.3", - "@types/jasmine": "~4.6.0", + "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -107,7 +107,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/core/package.json b/packages/@o3r/core/package.json index 9526362a50..5032db364f 100644 --- a/packages/@o3r/core/package.json +++ b/packages/@o3r/core/package.json @@ -103,7 +103,7 @@ "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/pid-from-port": "^1.1.0", "@types/semver": "^7.3.13", "@types/uuid": "^9.0.0", @@ -116,7 +116,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", @@ -151,7 +151,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jest-preset-angular": "~13.1.4", diff --git a/packages/@o3r/create/package.json b/packages/@o3r/create/package.json index 4c4837a944..d8343320d7 100644 --- a/packages/@o3r/create/package.json +++ b/packages/@o3r/create/package.json @@ -33,7 +33,7 @@ "@o3r/test-helpers": "workspace:^", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -42,7 +42,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/design/package.json b/packages/@o3r/design/package.json index 895e6cc5eb..253364e96f 100644 --- a/packages/@o3r/design/package.json +++ b/packages/@o3r/design/package.json @@ -94,7 +94,7 @@ "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -105,7 +105,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/dev-tools/package.json b/packages/@o3r/dev-tools/package.json index 3fc91ee964..250fccc366 100644 --- a/packages/@o3r/dev-tools/package.json +++ b/packages/@o3r/dev-tools/package.json @@ -67,7 +67,7 @@ "@types/fs-extra": "^11.0.0", "@types/glob": "^8.0.0", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/request": "^2.48.7", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", @@ -78,11 +78,11 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", - "node-fetch": "^2.6.7", + "node-fetch": "^3.0.0", "nx": "~17.1.1", "rimraf": "^5.0.1", "ts-jest": "~29.1.1", diff --git a/packages/@o3r/dynamic-content/package.json b/packages/@o3r/dynamic-content/package.json index 30b3c8830f..395d7b3230 100644 --- a/packages/@o3r/dynamic-content/package.json +++ b/packages/@o3r/dynamic-content/package.json @@ -80,9 +80,9 @@ "@o3r/eslint-config-otter": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", - "@types/jasmine": "~4.6.0", + "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -92,7 +92,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/eslint-config-otter/package.json b/packages/@o3r/eslint-config-otter/package.json index 8d2998460f..c7d3b34bbd 100644 --- a/packages/@o3r/eslint-config-otter/package.json +++ b/packages/@o3r/eslint-config-otter/package.json @@ -64,7 +64,7 @@ "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "^1.2.2", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "typescript": "~5.2.2" }, "devDependencies": { @@ -79,7 +79,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@schematics/angular": "~17.0.3", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -89,7 +89,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jsonc-eslint-parser": "~2.4.0", "nx": "~17.1.1", "typescript": "~5.2.2" diff --git a/packages/@o3r/eslint-plugin/package.json b/packages/@o3r/eslint-plugin/package.json index 3c2fb91ae2..9603f2923e 100644 --- a/packages/@o3r/eslint-plugin/package.json +++ b/packages/@o3r/eslint-plugin/package.json @@ -61,7 +61,7 @@ "@nx/jest": "~17.1.1", "@o3r/build-helpers": "workspace:^", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -70,7 +70,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/extractors/package.json b/packages/@o3r/extractors/package.json index 0e54999f63..ed2ff33fae 100644 --- a/packages/@o3r/extractors/package.json +++ b/packages/@o3r/extractors/package.json @@ -62,7 +62,7 @@ "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -71,7 +71,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "intl-messageformat": "~10.5.1", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/packages/@o3r/forms/package.json b/packages/@o3r/forms/package.json index a4eb8f128c..9d96bdd8d0 100644 --- a/packages/@o3r/forms/package.json +++ b/packages/@o3r/forms/package.json @@ -62,7 +62,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -71,7 +71,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/localization/package.json b/packages/@o3r/localization/package.json index fdb794e2a8..7b613600ea 100644 --- a/packages/@o3r/localization/package.json +++ b/packages/@o3r/localization/package.json @@ -105,7 +105,7 @@ "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "chokidar": "^3.5.2", @@ -115,7 +115,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "intl-messageformat": "~10.5.1", "isomorphic-fetch": "~3.0.0", diff --git a/packages/@o3r/logger/package.json b/packages/@o3r/logger/package.json index 2fa0786a7f..90ef9f49c6 100644 --- a/packages/@o3r/logger/package.json +++ b/packages/@o3r/logger/package.json @@ -23,7 +23,7 @@ "@ngrx/store": "~17.0.0", "@o3r/core": "workspace:^", "@o3r/schematics": "workspace:^", - "logrocket": "~5.0.1", + "logrocket": "~7.0.0", "logrocket-ngrx": "~0.2.1", "rxjs": "^7.8.1", "smartlook-client": "^8.0.0" @@ -74,7 +74,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -83,13 +83,13 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", "jest-preset-angular": "~13.1.4", "jsonc-eslint-parser": "~2.4.0", - "logrocket": "~5.0.1", + "logrocket": "~7.0.0", "logrocket-ngrx": "~0.2.1", "ng-packagr": "~17.0.0", "nx": "~17.1.1", diff --git a/packages/@o3r/mobile/package.json b/packages/@o3r/mobile/package.json index a97bc9e4ec..74822b3ff7 100644 --- a/packages/@o3r/mobile/package.json +++ b/packages/@o3r/mobile/package.json @@ -26,7 +26,7 @@ "dependencies": { "commander": "^11.0.0", "form-data": "^4.0.0", - "node-fetch": "^2.6.7", + "node-fetch": "^3.0.0", "tslib": "^2.5.3", "winston": "^3.8.2" }, @@ -90,7 +90,7 @@ "@o3r/store-sync": "workspace:^", "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/node-fetch": "^2.6.2", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -100,7 +100,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "fast-deep-equal": "^3.1.3", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/packages/@o3r/mobile/pcloudy/pcloudy.api.ts b/packages/@o3r/mobile/pcloudy/pcloudy.api.ts index 63fdf8d788..5fa021ca6b 100644 --- a/packages/@o3r/mobile/pcloudy/pcloudy.api.ts +++ b/packages/@o3r/mobile/pcloudy/pcloudy.api.ts @@ -15,9 +15,9 @@ import { AppFile, Device, PCloudyResponse } from './pcloudy.interfaces'; * Authentication token is managed within the class */ export class PCloudyApi { - private token$: Promise; - private server: string; - private logger: Logger; + private readonly token$: Promise; + private readonly server: string; + private readonly logger: Logger; constructor(logger: Logger, userName: string, apiKey: string, server = 'https://device.pcloudy.com') { this.server = server; @@ -42,8 +42,7 @@ export class PCloudyApi { `${this.server}${endpoint}`, { method: 'post', headers: {'Content-Type': 'application/json'}, - body: JSON.stringify({...body, token}), - timeout: 120000 + body: JSON.stringify({...body, token}) })).json() as { result: PCloudyResponse }; if (result.code !== 200) { throw Error(`Call to ${this.server}${endpoint} failed with error code ${result?.error || 'undefined'}`); @@ -61,14 +60,13 @@ export class PCloudyApi { */ public async authenticate(username: string, apiKey: string): Promise { this.logger.debug(`Request authentication for ${username}`); - const {result}: { result: { code: number; token: string } } = await ( + const {result} = await ( await fetch(`${this.server}/api/access`, { headers: { // eslint-disable-next-line @typescript-eslint/naming-convention Authorization: 'Basic ' + Buffer.from(username + ':' + apiKey).toString('base64') - }, - timeout: 120000 - })).json(); + } + })).json() as { result: { code: number; token: string } }; if (result && result.code === 200 && result.token) { this.logger.debug('User has been successfully authenticated', result); return result.token; @@ -174,8 +172,7 @@ export class PCloudyApi { await fetch( `${this.server}/api/upload_file`, { method: 'post', - body: formData, - timeout: 120000 + body: formData }) )?.json() as { result: { error?: string; file: string } }; if (result?.error) { diff --git a/packages/@o3r/routing/package.json b/packages/@o3r/routing/package.json index 13fc458976..e39c5e68bd 100644 --- a/packages/@o3r/routing/package.json +++ b/packages/@o3r/routing/package.json @@ -74,9 +74,9 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/routing": "workspace:^", "@o3r/schematics": "workspace:^", - "@types/jasmine": "~4.6.0", + "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -85,7 +85,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/rules-engine/package.json b/packages/@o3r/rules-engine/package.json index b3d482616d..408e113588 100644 --- a/packages/@o3r/rules-engine/package.json +++ b/packages/@o3r/rules-engine/package.json @@ -108,9 +108,9 @@ "@o3r/test-helpers": "workspace:^", "@o3r/testing": "workspace:^", "@schematics/angular": "~17.0.3", - "@types/jasmine": "~4.6.0", + "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -120,7 +120,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "isomorphic-fetch": "~3.0.0", "jest": "~29.7.0", diff --git a/packages/@o3r/schematics/package.json b/packages/@o3r/schematics/package.json index 94c8437345..544c59e486 100644 --- a/packages/@o3r/schematics/package.json +++ b/packages/@o3r/schematics/package.json @@ -67,7 +67,7 @@ "@o3r/eslint-plugin": "workspace:^", "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -77,7 +77,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/store-sync/package.json b/packages/@o3r/store-sync/package.json index ed1f926a00..80d51134f8 100644 --- a/packages/@o3r/store-sync/package.json +++ b/packages/@o3r/store-sync/package.json @@ -66,7 +66,7 @@ "@o3r/logger": "workspace:^", "@o3r/schematics": "workspace:^", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "cpy-cli": "^5.0.0", @@ -75,7 +75,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "fast-deep-equal": "^3.1.3", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/packages/@o3r/storybook/addon/exporter.tsx b/packages/@o3r/storybook/addon/exporter.tsx index 72fc4988e3..32e65f8f59 100644 --- a/packages/@o3r/storybook/addon/exporter.tsx +++ b/packages/@o3r/storybook/addon/exporter.tsx @@ -43,7 +43,7 @@ export default class ExporterToolbar extends React.Component - + diff --git a/packages/@o3r/storybook/package.json b/packages/@o3r/storybook/package.json index e0cb918b0e..779167c1e1 100644 --- a/packages/@o3r/storybook/package.json +++ b/packages/@o3r/storybook/package.json @@ -39,8 +39,8 @@ }, "dependencies": { "color": "^4.0.0", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.0.0", + "react-dom": "^18.0.0", "tslib": "^2.5.3" }, "peerDependencies": { @@ -105,8 +105,8 @@ "@storybook/components": "^7.5.3", "@types/color": "^3.0.1", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", - "@types/react": "^17.0.73", + "@types/node": "^20.0.0", + "@types/react": "^18.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "concurrently": "^8.0.0", @@ -116,7 +116,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/stylelint-plugin/package.json b/packages/@o3r/stylelint-plugin/package.json index 3cc487bcc4..d25332066a 100644 --- a/packages/@o3r/stylelint-plugin/package.json +++ b/packages/@o3r/stylelint-plugin/package.json @@ -36,7 +36,7 @@ "@o3r/eslint-config-otter": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "eslint": "^8.42.0", @@ -44,7 +44,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jest-preset-stylelint": "~6.3.2", diff --git a/packages/@o3r/styling/package.json b/packages/@o3r/styling/package.json index 297cbae078..bf4869a045 100644 --- a/packages/@o3r/styling/package.json +++ b/packages/@o3r/styling/package.json @@ -112,7 +112,7 @@ "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "chokidar": "^3.5.2", @@ -122,7 +122,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", @@ -133,7 +133,7 @@ "sass": "~1.69.5", "semver": "^7.5.2", "stylelint": "^15.10.1", - "stylelint-scss": "^4.0.0", + "stylelint-scss": "^6.0.0", "ts-jest": "~29.1.1", "ts-node": "~10.9.1", "typescript": "~5.2.2", diff --git a/packages/@o3r/test-helpers/package.json b/packages/@o3r/test-helpers/package.json index e7eebf8d4a..b84e490369 100644 --- a/packages/@o3r/test-helpers/package.json +++ b/packages/@o3r/test-helpers/package.json @@ -28,7 +28,7 @@ "@o3r/schematics": "workspace:^", "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/pid-from-port": "^1.1.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", @@ -39,7 +39,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/testing/package.json b/packages/@o3r/testing/package.json index 42963baae4..b0129cb804 100644 --- a/packages/@o3r/testing/package.json +++ b/packages/@o3r/testing/package.json @@ -187,7 +187,7 @@ "@playwright/test": "~1.40.0", "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/pixelmatch": "^5.2.3", "@types/pngjs": "^6.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", @@ -199,7 +199,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "isomorphic-fetch": "~3.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/packages/@o3r/third-party/package.json b/packages/@o3r/third-party/package.json index 5c3ee47a12..a038bf31d8 100644 --- a/packages/@o3r/third-party/package.json +++ b/packages/@o3r/third-party/package.json @@ -60,7 +60,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -70,7 +70,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/workspace/package.json b/packages/@o3r/workspace/package.json index eb0924659b..34425d0c9f 100644 --- a/packages/@o3r/workspace/package.json +++ b/packages/@o3r/workspace/package.json @@ -73,7 +73,7 @@ "@schematics/angular": "~17.0.3", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/pid-from-port": "^1.1.0", "@types/semver": "^7.3.13", "@types/uuid": "^9.0.0", @@ -85,7 +85,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/tools/@o3r/build-helpers/package.json b/tools/@o3r/build-helpers/package.json index 772c379a85..4c55453b11 100644 --- a/tools/@o3r/build-helpers/package.json +++ b/tools/@o3r/build-helpers/package.json @@ -27,7 +27,7 @@ "update-package": "./scripts/update-package.mjs" }, "dependencies": { - "globby": "^13.1.2", + "globby": "^14.0.0", "minimist": "^1.2.6" }, "peerDependencies": { @@ -37,7 +37,7 @@ "@angular-eslint/eslint-plugin": "~17.1.0", "@nx/eslint-plugin": "~17.1.1", "@o3r/eslint-plugin": "workspace:^", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "eslint": "^8.42.0", @@ -45,7 +45,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "nx": "~17.1.1", "typescript": "~5.2.2" }, diff --git a/tools/github-actions/audit/package.json b/tools/github-actions/audit/package.json index 8d9df09f11..c50457a5db 100644 --- a/tools/github-actions/audit/package.json +++ b/tools/github-actions/audit/package.json @@ -22,7 +22,7 @@ "@nx/eslint-plugin": "~17.1.1", "@o3r/eslint-config-otter": "workspace:~", "@o3r/eslint-plugin": "workspace:~", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "@vercel/ncc": "~0.38.0", @@ -31,7 +31,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jsonc-eslint-parser": "~2.4.0", "typescript": "~5.2.2" }, diff --git a/tools/github-actions/cascading/package.json b/tools/github-actions/cascading/package.json index 14945a5756..54cf521e2f 100644 --- a/tools/github-actions/cascading/package.json +++ b/tools/github-actions/cascading/package.json @@ -25,7 +25,7 @@ "@o3r/eslint-config-otter": "workspace:~", "@o3r/eslint-plugin": "workspace:~", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", "@vercel/ncc": "~0.38.0", @@ -33,7 +33,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/tools/github-actions/get-npm-tag/package.json b/tools/github-actions/get-npm-tag/package.json index 8632384e75..6fb8e1730d 100644 --- a/tools/github-actions/get-npm-tag/package.json +++ b/tools/github-actions/get-npm-tag/package.json @@ -24,7 +24,7 @@ "@nx/eslint-plugin": "~17.1.1", "@o3r/eslint-config-otter": "workspace:~", "@o3r/eslint-plugin": "workspace:~", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -33,7 +33,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jsonc-eslint-parser": "~2.4.0", "typescript": "~5.2.2" }, diff --git a/tools/github-actions/new-version/package.json b/tools/github-actions/new-version/package.json index 0cf4c71205..354e9076bd 100644 --- a/tools/github-actions/new-version/package.json +++ b/tools/github-actions/new-version/package.json @@ -26,7 +26,7 @@ "@o3r/eslint-config-otter": "workspace:~", "@o3r/eslint-plugin": "workspace:~", "@types/jest": "~29.5.2", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -35,7 +35,7 @@ "eslint-plugin-jest": "~27.6.0", "eslint-plugin-jsdoc": "~46.9.0", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^47.0.0", + "eslint-plugin-unicorn": "^49.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/yarn.lock b/yarn.lock index 0029f8babd..1c91ee5a21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -93,20 +93,20 @@ __metadata: "@swc/helpers": "npm:^0.5.0" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/uuid": "npm:^9.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" chokidar: "npm:^3.5.2" copyfiles: "npm:^2.4.1" - cpy: "npm:~10.1.0" + cpy: "npm:~11.0.0" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.42.0" eslint-import-resolver-node: "npm:^0.3.4" eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" isomorphic-fetch: "npm:~3.0.0" jest: "npm:~29.7.0" @@ -129,7 +129,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@schematics/angular": ~17.0.0 chokidar: ^3.5.2 - cpy: ~10.1.0 + cpy: ~11.0.0 globby: ^11.1.0 isomorphic-fetch: ^3.0.0 minimist: ^1.2.6 @@ -181,7 +181,7 @@ __metadata: "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/pid-from-port": "npm:^1.1.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" @@ -192,7 +192,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -231,27 +231,27 @@ __metadata: "@types/jest": "npm:~29.5.2" "@types/js-yaml": "npm:^4.0.5" "@types/minimatch": "npm:^5.1.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/pid-from-port": "npm:^1.1.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" copyfiles: "npm:^2.4.1" - cpy: "npm:~10.1.0" + cpy: "npm:~11.0.0" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.42.0" eslint-import-resolver-node: "npm:^0.3.4" eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" isomorphic-fetch: "npm:~3.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" js-yaml: "npm:^4.1.0" jsonc-eslint-parser: "npm:~2.4.0" - mem-fs: "npm:^2.2.1" + mem-fs: "npm:^4.0.0" minimatch: "npm:~9.0.3" npm-run-all: "npm:^4.1.5" nx: "npm:~17.1.1" @@ -296,8 +296,8 @@ __metadata: "@angular-eslint/eslint-plugin-template": "npm:~17.1.0" "@angular-eslint/utils": "npm:~17.1.0" "@angular/compiler": "npm:~17.0.4" - "@commitlint/cli": "npm:^17.0.0" - "@commitlint/config-conventional": "npm:^17.0.0" + "@commitlint/cli": "npm:^18.0.0" + "@commitlint/config-conventional": "npm:^18.0.0" "@nx/eslint-plugin": "npm:~17.1.1" "@nx/jest": "npm:~17.1.1" "@o3r/eslint-config-otter": "workspace:^" @@ -308,7 +308,7 @@ __metadata: "@swc/core": "npm:^1.3.85" "@swc/helpers": "npm:^0.5.0" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpx: "npm:^1.5.0" @@ -316,14 +316,14 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" - glob: "npm:^8.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" + glob: "npm:^10.0.0" husky: "npm:~8.0.3" isomorphic-fetch: "npm:~3.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" - lint-staged: "npm:^13.0.0" + lint-staged: "npm:^15.0.0" minimist: "npm:^1.2.6" rimraf: "npm:^5.0.1" standard-version: "npm:^9.0.0" @@ -355,7 +355,7 @@ __metadata: "@types/jest": "npm:~29.5.2" "@types/js-yaml": "npm:^4.0.5" "@types/mkdirp": "npm:^1.0.0" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@types/swagger-schema-official": "npm:^2.0.22" "@typescript-eslint/eslint-plugin": "npm:6.11.0" @@ -368,7 +368,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -409,7 +409,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/progress": "npm:^2.0.5" "@types/prompts": "npm:^2.0.14" "@types/yargs": "npm:^17.0.20" @@ -421,7 +421,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -470,7 +470,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/yargs": "npm:^17.0.20" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -479,7 +479,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -509,7 +509,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" eslint: "npm:^8.42.0" @@ -517,7 +517,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -1481,7 +1481,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.19.1, @babel/helper-validator-identifier@npm:^7.22.20": +"@babel/helper-validator-identifier@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-validator-identifier@npm:7.22.20" checksum: df882d2675101df2d507b95b195ca2f86a3ef28cb711c84f37e79ca23178e13b9f0d8b522774211f51e40168bf5142be4c1c9776a150cddb61a0d5bf3e95750b @@ -2888,20 +2888,6 @@ __metadata: languageName: node linkType: hard -"@chevrotain/types@npm:^9.1.0": - version: 9.1.0 - resolution: "@chevrotain/types@npm:9.1.0" - checksum: 091dbff29fa2c9e4ac2f7c0b0f98be67a7f0fc492bf871f3b9b46b7ec4bc91f5dadfc59157423add1eeb38873ac9a375c6687531760ae908b1539ba42b08aee0 - languageName: node - linkType: hard - -"@chevrotain/utils@npm:^9.1.0": - version: 9.1.0 - resolution: "@chevrotain/utils@npm:9.1.0" - checksum: 707f3fac207f2e26243c44ad27650132a5be8a20f3e05e507ace201f7b10804f18a6a94d9dde08c722986dad7bd1fc805b1b3fb891227ce3977acbc920a065f2 - languageName: node - linkType: hard - "@colors/colors@npm:1.5.0": version: 1.5.0 resolution: "@colors/colors@npm:1.5.0" @@ -2916,15 +2902,15 @@ __metadata: languageName: node linkType: hard -"@commitlint/cli@npm:^17.0.0": - version: 17.8.1 - resolution: "@commitlint/cli@npm:17.8.1" +"@commitlint/cli@npm:^18.0.0": + version: 18.4.3 + resolution: "@commitlint/cli@npm:18.4.3" dependencies: - "@commitlint/format": "npm:^17.8.1" - "@commitlint/lint": "npm:^17.8.1" - "@commitlint/load": "npm:^17.8.1" - "@commitlint/read": "npm:^17.8.1" - "@commitlint/types": "npm:^17.8.1" + "@commitlint/format": "npm:^18.4.3" + "@commitlint/lint": "npm:^18.4.3" + "@commitlint/load": "npm:^18.4.3" + "@commitlint/read": "npm:^18.4.3" + "@commitlint/types": "npm:^18.4.3" execa: "npm:^5.0.0" lodash.isfunction: "npm:^3.0.9" resolve-from: "npm:5.0.0" @@ -2932,184 +2918,182 @@ __metadata: yargs: "npm:^17.0.0" bin: commitlint: cli.js - checksum: 8fa82d7cc1075d3ac8896d1482e1c8a66434201a70959cc41bb66680d84341e4d2c8f782b6ee4dd3b790d83fb88fde772a1fd45ea81aa86902cf21b49ad062eb + checksum: 45f469eb53484a707fe97a48784ef92af75bd831a208ccc4c1d747c9b449f3a180dcdeb29bb9f2f0a6f0691403a1021cd36a762fe2a17f4c254f25f1332f677f languageName: node linkType: hard -"@commitlint/config-conventional@npm:^17.0.0": - version: 17.8.1 - resolution: "@commitlint/config-conventional@npm:17.8.1" +"@commitlint/config-conventional@npm:^18.0.0": + version: 18.4.3 + resolution: "@commitlint/config-conventional@npm:18.4.3" dependencies: - conventional-changelog-conventionalcommits: "npm:^6.1.0" - checksum: ce8ace1a13f3a797ed699ffa13dc46273a27e1dc3ae8a9d01492c0637a8592e4ed24bb32d9a43f8745a8690a52d77ea4a950d039977b0dbcbf834f8cbacf5def + conventional-changelog-conventionalcommits: "npm:^7.0.2" + checksum: bb6c1559979002e79c5e7c575f57fd713638523cdadfa61754eaabb8aad042d688c859e82ccf58589bb9aa2a4497e820702744095c9b82f6018fbb3b5d75d08d languageName: node linkType: hard -"@commitlint/config-validator@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/config-validator@npm:17.8.1" +"@commitlint/config-validator@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/config-validator@npm:18.4.3" dependencies: - "@commitlint/types": "npm:^17.8.1" + "@commitlint/types": "npm:^18.4.3" ajv: "npm:^8.11.0" - checksum: 487051cc36a82ba50f217dfd26721f4fa26d8c4206ee5cb0debd2793aa950280f3ca5bd1a8738e9c71ca8508b58548918b43169c21219ca4cb67f5dcd1e49d9f + checksum: e56aa321aa4f680ed78822f974e724e27c005c6c6b910ff59c3a2b0220c97ff4291e316674637ec28da6f8234952e2d20673d9851e049913474e8f24b4e2d376 languageName: node linkType: hard -"@commitlint/ensure@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/ensure@npm:17.8.1" +"@commitlint/ensure@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/ensure@npm:18.4.3" dependencies: - "@commitlint/types": "npm:^17.8.1" + "@commitlint/types": "npm:^18.4.3" lodash.camelcase: "npm:^4.3.0" lodash.kebabcase: "npm:^4.1.1" lodash.snakecase: "npm:^4.1.1" lodash.startcase: "npm:^4.4.0" lodash.upperfirst: "npm:^4.3.1" - checksum: a4a5d3071df0e52dad0293c649c236f070c4fcd3380f11747a6f9b06b036adea281e557d117156e31313fbe18a7d71bf06e05e92776adbde7867190e1735bc43 + checksum: 5c8c437ffef5b0d241a02d1c8967324765429d27e2ae882feb4fc96f53472e4c8d6ea6d86a64da7c97dd7efac07bc1f1c2a8babc1bbb56db48152a4f26f2ba69 languageName: node linkType: hard -"@commitlint/execute-rule@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/execute-rule@npm:17.8.1" - checksum: 73354b5605931a71f727ee0262a5509277e92f134e2d704d44eafe4da7acb1cd2c7d084dcf8096cc0ac7ce83b023cc0ae8f79b17487b132ccc2e0b3920105a11 +"@commitlint/execute-rule@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/execute-rule@npm:18.4.3" + checksum: 0f0e99e2f079872efe39915313f7d353a36dfac4432bb74ac60a526ca3c9b7bb55365a2e4627f99f4be3fb8ac4c6e745adcacfbdcbf940418f101ffaa10d5ae3 languageName: node linkType: hard -"@commitlint/format@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/format@npm:17.8.1" +"@commitlint/format@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/format@npm:18.4.3" dependencies: - "@commitlint/types": "npm:^17.8.1" + "@commitlint/types": "npm:^18.4.3" chalk: "npm:^4.1.0" - checksum: 0481e4d49196c942d7723a1abd352c3c884ceb9f434fb4e64bfab71bc264e9b7c643a81069f20d2a035fca70261a472508d73b1a60fe378c60534ca6301408b6 + checksum: 244515c99e60ce1e2c4106ee076554a082ab3655225c59c2bb4fab412f47e1d5e44c5e72a9b8907996eb947243f913347d20640a8da9c01b52e4cf247f1a9f94 languageName: node linkType: hard -"@commitlint/is-ignored@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/is-ignored@npm:17.8.1" +"@commitlint/is-ignored@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/is-ignored@npm:18.4.3" dependencies: - "@commitlint/types": "npm:^17.8.1" + "@commitlint/types": "npm:^18.4.3" semver: "npm:7.5.4" - checksum: 26eb2f1a84a774625f3f6fe4fa978c57d81028ee6a6925ab3fb02981ac395f9584ab4a71af59c3f2ac84a06c775e3f52683c033c565d86271a7aa99c2eb6025c + checksum: 01fd386bea9634dc7cee2a3f8f9916f4dabf9d3043d838b8ea3328ec622a777c4c637f4a80b639289e38429496535561cc7398b36e880b73fcc819d4f1427fb9 languageName: node linkType: hard -"@commitlint/lint@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/lint@npm:17.8.1" +"@commitlint/lint@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/lint@npm:18.4.3" dependencies: - "@commitlint/is-ignored": "npm:^17.8.1" - "@commitlint/parse": "npm:^17.8.1" - "@commitlint/rules": "npm:^17.8.1" - "@commitlint/types": "npm:^17.8.1" - checksum: 437ee2b060625c38f453bb8ff2474c455120bbfcfa78287e3111a992df792846e9ad5047ce138c2160d56f87b9ec378b69311c33bd5c972b8f433cc19a854df9 + "@commitlint/is-ignored": "npm:^18.4.3" + "@commitlint/parse": "npm:^18.4.3" + "@commitlint/rules": "npm:^18.4.3" + "@commitlint/types": "npm:^18.4.3" + checksum: 800eba031df61addb7a8c36e8bb9e5585387eaa559d0156e74e591267462b7511cf4e051fb95ca54331624ed862a9f786282de57b93acc80b0bc552b5cb96028 languageName: node linkType: hard -"@commitlint/load@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/load@npm:17.8.1" +"@commitlint/load@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/load@npm:18.4.3" dependencies: - "@commitlint/config-validator": "npm:^17.8.1" - "@commitlint/execute-rule": "npm:^17.8.1" - "@commitlint/resolve-extends": "npm:^17.8.1" - "@commitlint/types": "npm:^17.8.1" - "@types/node": "npm:20.5.1" + "@commitlint/config-validator": "npm:^18.4.3" + "@commitlint/execute-rule": "npm:^18.4.3" + "@commitlint/resolve-extends": "npm:^18.4.3" + "@commitlint/types": "npm:^18.4.3" + "@types/node": "npm:^18.11.9" chalk: "npm:^4.1.0" - cosmiconfig: "npm:^8.0.0" - cosmiconfig-typescript-loader: "npm:^4.0.0" + cosmiconfig: "npm:^8.3.6" + cosmiconfig-typescript-loader: "npm:^5.0.0" lodash.isplainobject: "npm:^4.0.6" lodash.merge: "npm:^4.6.2" lodash.uniq: "npm:^4.5.0" resolve-from: "npm:^5.0.0" - ts-node: "npm:^10.8.1" - typescript: "npm:^4.6.4 || ^5.2.2" - checksum: 5a9a9f0d4621a4cc61c965c3adc88d04ccac40640b022bb3bbad70ed4435bb0c103647a2e29e37fc3d68021dae041c937bee611fe2e5461bebe997640f4f626b + checksum: 8fb8652f00f739c75493d3c805d5cc09e5bef8398eff26b9fbfd8d2be2b6a47758bab72650a3ab5202427c9e1936ea36270c40aca39f87fade38c7293194ee21 languageName: node linkType: hard -"@commitlint/message@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/message@npm:17.8.1" - checksum: ee3ca9bf02828ea322becba47c67f7585aa3fd22b197eab69679961e67e3c7bdf56f6ef41cb3b831b521af7dabd305eb5d7ee053c8294531cc8ca64dbbff82fc +"@commitlint/message@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/message@npm:18.4.3" + checksum: b81d59f5a295d0cffbab0edd212b1fa4cdd4fd05cc242bc95d6919c038be9d7022db2d6c0d8132c2910ee409cdce5ce6e472e12ac9bb2d3f6acb7a3db7bbeb99 languageName: node linkType: hard -"@commitlint/parse@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/parse@npm:17.8.1" +"@commitlint/parse@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/parse@npm:18.4.3" dependencies: - "@commitlint/types": "npm:^17.8.1" - conventional-changelog-angular: "npm:^6.0.0" - conventional-commits-parser: "npm:^4.0.0" - checksum: 5322ae049b43a329761063b6e698714593d84d874147ced6290c8d88a9ebea2ba8c660a5815392a731377ac26fbf6b215bb9b87d84d8b49cb47fa1c62d228b24 + "@commitlint/types": "npm:^18.4.3" + conventional-changelog-angular: "npm:^7.0.0" + conventional-commits-parser: "npm:^5.0.0" + checksum: 696c60ecee20f9bfb5e19715ae777aca8e86b133ef709a66171c228b4f618ef15ba515e11274c46ff13df964ba69ab1ddec4055ddce1bc0a69f70b6d2301ccd5 languageName: node linkType: hard -"@commitlint/read@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/read@npm:17.8.1" +"@commitlint/read@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/read@npm:18.4.3" dependencies: - "@commitlint/top-level": "npm:^17.8.1" - "@commitlint/types": "npm:^17.8.1" + "@commitlint/top-level": "npm:^18.4.3" + "@commitlint/types": "npm:^18.4.3" fs-extra: "npm:^11.0.0" git-raw-commits: "npm:^2.0.11" minimist: "npm:^1.2.6" - checksum: 122f1842cb8b87b2c447383095420d077dcae6fbb4f871f8b05fa088f99d95d18a8c6675be2eb3e67bf7ff47a9990764261e3eebc5e474404f14e3379f48df42 + checksum: ebc815effe4920c769f879947608c367b452f334d9a8e8c3140b7685920bb4ba092d36c5416781522c2e50178a4b91092c5661044c13a0d62dace60091f39706 languageName: node linkType: hard -"@commitlint/resolve-extends@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/resolve-extends@npm:17.8.1" +"@commitlint/resolve-extends@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/resolve-extends@npm:18.4.3" dependencies: - "@commitlint/config-validator": "npm:^17.8.1" - "@commitlint/types": "npm:^17.8.1" + "@commitlint/config-validator": "npm:^18.4.3" + "@commitlint/types": "npm:^18.4.3" import-fresh: "npm:^3.0.0" lodash.mergewith: "npm:^4.6.2" resolve-from: "npm:^5.0.0" resolve-global: "npm:^1.0.0" - checksum: c6fb7d3f263b876ff805396abad27bc514b1a69dcc634903c28782f4f3932eddc37221daa3264a45a5b82d28aa17a57c7bab4830c6efae741cc875f137366608 + checksum: ef321ae425385e720763019a1dcf39b5daf65a661f6af43d69b7aad04eda21ce43487c7552b65f5611c96b45bfefabe63c9eaef20352f223812b5c9d489a600a languageName: node linkType: hard -"@commitlint/rules@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/rules@npm:17.8.1" +"@commitlint/rules@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/rules@npm:18.4.3" dependencies: - "@commitlint/ensure": "npm:^17.8.1" - "@commitlint/message": "npm:^17.8.1" - "@commitlint/to-lines": "npm:^17.8.1" - "@commitlint/types": "npm:^17.8.1" + "@commitlint/ensure": "npm:^18.4.3" + "@commitlint/message": "npm:^18.4.3" + "@commitlint/to-lines": "npm:^18.4.3" + "@commitlint/types": "npm:^18.4.3" execa: "npm:^5.0.0" - checksum: b284514a4b8dad6bcbbc91c7548d69d0bbe9fcbdb241c15f5f9da413e8577c19d11190f1d709b38487c49dc874359bd9d0b72ab39f91cce06191e4ddaf8ec84d + checksum: 857c66c1e4d2d24bb3f07a16576626ac27d103ff589afe59ea36d84276c62bd49005ed2e81f43cb430bbd29eb86eb23ebbfec9c58796654249f0064802b9eb62 languageName: node linkType: hard -"@commitlint/to-lines@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/to-lines@npm:17.8.1" - checksum: ff175c202c89537301f32b6e13ebe6919ac782a6e109cb5f6136566d71555a54f6574caf4d674d3409d32fdea1b4a28518837632ca05c7557d4f18f339574e62 +"@commitlint/to-lines@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/to-lines@npm:18.4.3" + checksum: c9d47868284168fbe94764a2abe3526010bd2d43fa9a7ac3946648408998efc1279827299346042d019120eb8f5692cc5a5c12159f8da49585e4c885c2e628a6 languageName: node linkType: hard -"@commitlint/top-level@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/top-level@npm:17.8.1" +"@commitlint/top-level@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/top-level@npm:18.4.3" dependencies: find-up: "npm:^5.0.0" - checksum: 25c8a6f4026c705a5ad4d9358eae7558734f549623da1c5f44cba8d6bc495f20d3ad05418febb8dca4f6b63f40bf44763007a14ab7209c435566843be114e7fc + checksum: b71581c9c485c2ca518b20021ed8d106ea6cd504453c9bed1436df2a620caec78a38bed1e3e8086c51e8b747a7ba6515569275ef29a6707349db6614cda70940 languageName: node linkType: hard -"@commitlint/types@npm:^17.8.1": - version: 17.8.1 - resolution: "@commitlint/types@npm:17.8.1" +"@commitlint/types@npm:^18.4.3": + version: 18.4.3 + resolution: "@commitlint/types@npm:18.4.3" dependencies: chalk: "npm:^4.1.0" - checksum: a4cfa8c417aa0209694b96da04330282e41150caae1e1d0cec596ea34e3ce15afb84b3263abe5b89758ec1f3f71a9de0ee2d593df66db17b283127dd5e7cd6ac + checksum: 52dfc0ee835f3030fff25e45b4568e83eef818126a30f60860637c74de4919c5f9f1eab157622bb70facf9483f07898cfcb47efa484caf6443dd866942e460ec languageName: node linkType: hard @@ -5309,32 +5293,32 @@ __metadata: languageName: node linkType: hard -"@ng-bootstrap/ng-bootstrap@npm:^15.1.2": - version: 15.1.2 - resolution: "@ng-bootstrap/ng-bootstrap@npm:15.1.2" +"@ng-bootstrap/ng-bootstrap@npm:^16.0.0": + version: 16.0.0 + resolution: "@ng-bootstrap/ng-bootstrap@npm:16.0.0" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": ^16.0.0 - "@angular/core": ^16.0.0 - "@angular/forms": ^16.0.0 - "@angular/localize": ^16.0.0 - "@popperjs/core": ^2.11.6 + "@angular/common": ^17.0.0 + "@angular/core": ^17.0.0 + "@angular/forms": ^17.0.0 + "@angular/localize": ^17.0.0 + "@popperjs/core": ^2.11.8 rxjs: ^6.5.3 || ^7.4.0 - checksum: 4638e289bf677f93c1ae30aa5af35a08053a18f35c43d283e76ba718e14d7861153f0aad6a76647c42b8f43617452ae8ecbc55507f851c92fffdd69cc9150cbe + checksum: ae747d9d04cbfdcdf84fa8ee75692ecbbc498e2c1af1299e9a18112cf313ad770a3c59b046f6fa2f52804ffc9eb86a445ea7a5a07e329f0c6e61db95b9dddf05 languageName: node linkType: hard -"@ng-select/ng-select@npm:~11.2.0": - version: 11.2.0 - resolution: "@ng-select/ng-select@npm:11.2.0" +"@ng-select/ng-select@npm:~12.0.0": + version: 12.0.4 + resolution: "@ng-select/ng-select@npm:12.0.4" dependencies: tslib: "npm:^2.3.1" peerDependencies: - "@angular/common": ^16.0.0 - "@angular/core": ^16.0.0 - "@angular/forms": ^16.0.0 - checksum: 8ca8cf6ed996adac795b34446fd6c7bc51e9065d1a3eb6c8d9a53b9006ec9ffe1ca66ca78cb625cdd9ce6c6ccdfece209cfa3016aaf25c8c0dff54ae6335a2b7 + "@angular/common": ^17.0.0-rc.0 + "@angular/core": ^17.0.0-rc.0 + "@angular/forms": ^17.0.0-rc.0 + checksum: de8dda7f88ea6ed7aaa866a26e4607db2784d57d641144aa9abd1c2b31b121217dc7bd5a5ad83e2c737f357adeaf3c897e167cbb30196fd2b8b29bf36dfa3ede languageName: node linkType: hard @@ -6079,7 +6063,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@types/jest": "npm:~29.5.2" "@types/js-yaml": "npm:^4.0.5" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" eslint: "npm:^8.42.0" @@ -6087,7 +6071,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" js-yaml: "npm:^4.1.0" @@ -6112,7 +6096,7 @@ __metadata: "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/tar": "npm:~6.1.1" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -6121,7 +6105,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -6150,7 +6134,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@types/jest": "npm:~29.5.2" "@types/js-yaml": "npm:^4.0.5" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" eslint: "npm:^8.42.0" @@ -6158,7 +6142,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" js-yaml: "npm:^4.1.0" @@ -6188,7 +6172,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@types/jest": "npm:~29.5.2" "@types/js-yaml": "npm:^4.0.5" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" eslint: "npm:^8.42.0" @@ -6196,7 +6180,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" js-yaml: "npm:^4.1.0" @@ -6239,9 +6223,9 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~17.0.3" - "@types/jasmine": "npm:~4.6.0" + "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpy-cli: "npm:^5.0.0" @@ -6250,7 +6234,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -6319,7 +6303,7 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpy-cli: "npm:^5.0.0" @@ -6328,7 +6312,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -6391,7 +6375,7 @@ __metadata: "@o3r/testing": "workspace:^" "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpy-cli: "npm:^5.0.0" @@ -6400,7 +6384,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -6449,7 +6433,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@types/fs-extra": "npm:^11.0.0" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/request": "npm:^2.48.7" "@types/request-promise-native": "npm:^1.0.18" "@typescript-eslint/eslint-plugin": "npm:6.11.0" @@ -6461,7 +6445,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" fs-extra: "npm:^11.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -6494,7 +6478,7 @@ __metadata: "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" azure-devops-node-api: "npm:^12.0.0" @@ -6505,7 +6489,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" nx: "npm:~17.1.1" @@ -6526,7 +6510,7 @@ __metadata: "@angular-eslint/eslint-plugin": "npm:~17.1.0" "@nx/eslint-plugin": "npm:~17.1.1" "@o3r/eslint-plugin": "workspace:^" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" eslint: "npm:^8.42.0" @@ -6534,8 +6518,8 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" - globby: "npm:^13.1.2" + eslint-plugin-unicorn: "npm:^49.0.0" + globby: "npm:^14.0.0" minimist: "npm:^1.2.6" nx: "npm:~17.1.1" typescript: "npm:~5.2.2" @@ -6578,8 +6562,8 @@ __metadata: "@angular/platform-browser-dynamic": "npm:~17.0.4" "@angular/router": "npm:~17.0.4" "@design-factory/design-factory": "npm:^15.2.2" - "@ng-bootstrap/ng-bootstrap": "npm:^15.1.2" - "@ng-select/ng-select": "npm:~11.2.0" + "@ng-bootstrap/ng-bootstrap": "npm:^16.0.0" + "@ng-select/ng-select": "npm:~12.0.0" "@ngrx/entity": "npm:~17.0.0" "@ngrx/store": "npm:~17.0.0" "@nx/eslint-plugin": "npm:~17.1.1" @@ -6599,13 +6583,13 @@ __metadata: "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" "@typescript-eslint/types": "npm:^6.11.0" - ag-grid-angular: "npm:~29.3.5" - ag-grid-community: "npm:~29.3.5" + ag-grid-angular: "npm:~31.0.0" + ag-grid-community: "npm:~31.0.0" archiver: "npm:^6.0.1" bootstrap: "npm:5.2.0" bootstrap-icons: "npm:^1.10.5" chokidar: "npm:^3.5.2" - chrome-webstore-upload: "npm:^1.0.0" + chrome-webstore-upload: "npm:^2.0.0" concurrently: "npm:^8.0.0" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.42.0" @@ -6613,7 +6597,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -6670,7 +6654,7 @@ __metadata: "@o3r/testing": "workspace:^" "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" chokidar: "npm:^3.5.2" @@ -6680,7 +6664,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -6784,9 +6768,9 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@o3r/testing": "workspace:^" "@schematics/angular": "npm:~17.0.3" - "@types/jasmine": "npm:~4.6.0" + "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -6796,7 +6780,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -6876,7 +6860,7 @@ __metadata: "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/pid-from-port": "npm:^1.1.0" "@types/semver": "npm:^7.3.13" "@types/uuid": "npm:^9.0.0" @@ -6889,7 +6873,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -6968,7 +6952,7 @@ __metadata: "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpy-cli: "npm:^5.0.0" @@ -6977,7 +6961,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -7026,7 +7010,7 @@ __metadata: "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -7037,7 +7021,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -7094,7 +7078,7 @@ __metadata: "@types/fs-extra": "npm:^11.0.0" "@types/glob": "npm:^8.0.0" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/request": "npm:^2.48.7" "@types/request-promise-native": "npm:^1.0.18" "@types/semver": "npm:^7.3.13" @@ -7109,7 +7093,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" form-data: "npm:^4.0.0" fs-extra: "npm:^11.0.0" globby: "npm:^11.1.0" @@ -7119,7 +7103,7 @@ __metadata: jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" minimatch: "npm:~9.0.3" - node-fetch: "npm:^2.6.7" + node-fetch: "npm:^3.0.0" nx: "npm:~17.1.1" request: "npm:^2.88.0" request-promise-native: "npm:^1.0.9" @@ -7175,9 +7159,9 @@ __metadata: "@o3r/eslint-config-otter": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" - "@types/jasmine": "npm:~4.6.0" + "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/uuid": "npm:^9.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -7187,7 +7171,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -7237,7 +7221,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@schematics/angular": "npm:~17.0.3" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpy-cli: "npm:^5.0.0" @@ -7247,7 +7231,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jsonc-eslint-parser: "npm:~2.4.0" nx: "npm:~17.1.1" typescript: "npm:~5.2.2" @@ -7269,7 +7253,7 @@ __metadata: eslint-plugin-jest: ^27.2.1 eslint-plugin-jsdoc: ~46.9.0 eslint-plugin-prefer-arrow: ^1.2.2 - eslint-plugin-unicorn: ^47.0.0 + eslint-plugin-unicorn: ^49.0.0 typescript: ~5.2.2 peerDependenciesMeta: "@angular-devkit/schematics": @@ -7312,7 +7296,7 @@ __metadata: "@nx/jest": "npm:~17.1.1" "@o3r/build-helpers": "workspace:^" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/experimental-utils": "npm:^5.3.0" @@ -7322,7 +7306,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -7383,7 +7367,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpy-cli: "npm:^5.0.0" @@ -7392,7 +7376,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" intl-messageformat: "npm:~10.5.1" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -7454,7 +7438,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpy-cli: "npm:^5.0.0" @@ -7463,7 +7447,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -7518,12 +7502,12 @@ __metadata: "@angular/router": "npm:~17.0.4" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" - "@commitlint/cli": "npm:^17.0.0" - "@commitlint/config-conventional": "npm:^17.0.0" + "@commitlint/cli": "npm:^18.0.0" + "@commitlint/config-conventional": "npm:^18.0.0" "@compodoc/compodoc": "npm:^1.1.19" "@design-factory/design-factory": "npm:^15.2.2" - "@ng-bootstrap/ng-bootstrap": "npm:^15.1.2" - "@ng-select/ng-select": "npm:~11.2.0" + "@ng-bootstrap/ng-bootstrap": "npm:^16.0.0" + "@ng-select/ng-select": "npm:~12.0.0" "@ngrx/effects": "npm:~17.0.0" "@ngrx/entity": "npm:~17.0.0" "@ngrx/router-store": "npm:~17.0.0" @@ -7545,14 +7529,14 @@ __metadata: "@swc-node/register": "npm:^1.6.7" "@swc/core": "npm:^1.3.85" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" "@typescript-eslint/types": "npm:^6.11.0" - "@yarnpkg/sdks": "npm:^2.7.0" - ag-grid-angular: "npm:~29.3.5" - ag-grid-community: "npm:~29.3.5" + "@yarnpkg/sdks": "npm:^3.0.0" + ag-grid-angular: "npm:~31.0.0" + ag-grid-community: "npm:~31.0.0" babel-loader: "npm:^9.0.0" bootstrap: "npm:5.2.0" bootstrap-icons: "npm:^1.10.5" @@ -7565,7 +7549,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" highlight.js: "npm:^11.8.0" husky: "npm:~8.0.3" @@ -7576,7 +7560,7 @@ __metadata: js-yaml: "npm:^4.1.0" jsonc-eslint-parser: "npm:~2.4.0" jsonpath-plus: "npm:^7.0.0" - lint-staged: "npm:^13.0.0" + lint-staged: "npm:^15.0.0" minimist: "npm:^1.2.6" ng-packagr: "npm:~17.0.0" ngx-highlightjs: "npm:^10.0.0" @@ -7584,8 +7568,8 @@ __metadata: nx: "npm:~17.1.1" postcss: "npm:~8.4.31" postcss-scss: "npm:~4.0.9" - react: "npm:^17.0.2" - react-dom: "npm:^17.0.2" + react: "npm:^18.0.0" + react-dom: "npm:^18.0.0" rimraf: "npm:^5.0.1" rxjs: "npm:^7.8.1" sass: "npm:~1.69.5" @@ -7594,7 +7578,7 @@ __metadata: shx: "npm:^0.3.4" standard-version: "npm:^9.0.0" stylelint: "npm:^15.10.1" - stylelint-scss: "npm:^4.0.0" + stylelint-scss: "npm:^6.0.0" ts-jest: "npm:~29.1.1" ts-node: "npm:~10.9.1" tsc-watch: "npm:^6.0.0" @@ -7633,7 +7617,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@types/ejs": "npm:^3.1.2" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -7644,7 +7628,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -7655,7 +7639,7 @@ __metadata: probot: "npm:^12.3.1" rxjs: "npm:^7.8.1" semver: "npm:^7.5.2" - smee-client: "npm:^1.2.2" + smee-client: "npm:^2.0.0" ts-jest: "npm:~29.1.1" tslib: "npm:^2.5.3" typescript: "npm:~5.2.2" @@ -7700,7 +7684,7 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" chokidar: "npm:^3.5.2" @@ -7710,7 +7694,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" intl-messageformat: "npm:~10.5.1" isomorphic-fetch: "npm:~3.0.0" @@ -7799,7 +7783,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpy-cli: "npm:^5.0.0" @@ -7808,13 +7792,13 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jest-preset-angular: "npm:~13.1.4" jsonc-eslint-parser: "npm:~2.4.0" - logrocket: "npm:~5.0.1" + logrocket: "npm:~7.0.0" logrocket-ngrx: "npm:~0.2.1" ng-packagr: "npm:~17.0.0" nx: "npm:~17.1.1" @@ -7830,7 +7814,7 @@ __metadata: "@ngrx/store": ~17.0.0 "@o3r/core": "workspace:^" "@o3r/schematics": "workspace:^" - logrocket: ~5.0.1 + logrocket: ~7.0.0 logrocket-ngrx: ~0.2.1 rxjs: ^7.8.1 smartlook-client: ^8.0.0 @@ -7883,7 +7867,7 @@ __metadata: "@o3r/store-sync": "workspace:^" "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/node-fetch": "npm:^2.6.2" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -7894,7 +7878,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" fast-deep-equal: "npm:^3.1.3" form-data: "npm:^4.0.0" jest: "npm:~29.7.0" @@ -7902,7 +7886,7 @@ __metadata: jest-junit: "npm:~16.0.0" jest-preset-angular: "npm:~13.1.4" jsonc-eslint-parser: "npm:~2.4.0" - node-fetch: "npm:^2.6.7" + node-fetch: "npm:^3.0.0" nx: "npm:~17.1.1" rxjs: "npm:^7.8.1" ts-jest: "npm:~29.1.1" @@ -7970,9 +7954,9 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/routing": "workspace:^" "@o3r/schematics": "workspace:^" - "@types/jasmine": "npm:~4.6.0" + "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpy-cli: "npm:^5.0.0" @@ -7981,7 +7965,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -8050,9 +8034,9 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@o3r/testing": "workspace:^" "@schematics/angular": "npm:~17.0.3" - "@types/jasmine": "npm:~4.6.0" + "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -8062,7 +8046,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" isomorphic-fetch: "npm:~3.0.0" jest: "npm:~29.7.0" @@ -8153,7 +8137,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -8164,7 +8148,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -8225,8 +8209,8 @@ __metadata: "@angular/router": "npm:~17.0.4" "@design-factory/design-factory": "npm:^15.2.2" "@formatjs/intl-numberformat": "npm:~8.9.0" - "@ng-bootstrap/ng-bootstrap": "npm:^15.1.2" - "@ng-select/ng-select": "npm:~11.2.0" + "@ng-bootstrap/ng-bootstrap": "npm:^16.0.0" + "@ng-select/ng-select": "npm:~12.0.0" "@ngrx/effects": "npm:~17.0.0" "@ngrx/entity": "npm:~17.0.0" "@ngrx/store": "npm:~17.0.0" @@ -8253,12 +8237,12 @@ __metadata: "@schematics/angular": "npm:~17.0.3" "@types/bootstrap": "npm:^5.2.6" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" "@typescript-eslint/types": "npm:^6.11.0" - ag-grid-angular: "npm:~29.3.5" - ag-grid-community: "npm:~29.3.5" + ag-grid-angular: "npm:~31.0.0" + ag-grid-community: "npm:~31.0.0" bootstrap: "npm:5.2.0" bootstrap-icons: "npm:^1.10.5" eslint: "npm:^8.42.0" @@ -8266,7 +8250,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" highlight.js: "npm:^11.8.0" intl-messageformat: "npm:~10.5.1" @@ -8315,7 +8299,7 @@ __metadata: "@o3r/logger": "workspace:^" "@o3r/schematics": "workspace:^" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" cpy-cli: "npm:^5.0.0" @@ -8324,7 +8308,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" fast-deep-equal: "npm:^3.1.3" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -8395,8 +8379,8 @@ __metadata: "@storybook/components": "npm:^7.5.3" "@types/color": "npm:^3.0.1" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" - "@types/react": "npm:^17.0.73" + "@types/node": "npm:^20.0.0" + "@types/react": "npm:^18.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" color: "npm:^4.0.0" @@ -8407,13 +8391,13 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" nx: "npm:~17.1.1" - react: "npm:^17.0.2" - react-dom: "npm:^17.0.2" + react: "npm:^18.0.0" + react-dom: "npm:^18.0.0" rimraf: "npm:^5.0.1" rxjs: "npm:^7.8.1" ts-jest: "npm:~29.1.1" @@ -8461,7 +8445,7 @@ __metadata: "@o3r/eslint-config-otter": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" eslint: "npm:^8.42.0" @@ -8469,7 +8453,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jest-preset-stylelint: "npm:~6.3.2" @@ -8524,7 +8508,7 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" chokidar: "npm:^3.5.2" @@ -8534,7 +8518,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -8545,7 +8529,7 @@ __metadata: sass: "npm:~1.69.5" semver: "npm:^7.5.2" stylelint: "npm:^15.10.1" - stylelint-scss: "npm:^4.0.0" + stylelint-scss: "npm:^6.0.0" ts-jest: "npm:~29.1.1" ts-node: "npm:~10.9.1" tslib: "npm:^2.5.3" @@ -8602,7 +8586,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/pid-from-port": "npm:^1.1.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" @@ -8613,7 +8597,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -8672,7 +8656,7 @@ __metadata: "@playwright/test": "npm:~1.40.0" "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/pixelmatch": "npm:^5.2.3" "@types/pngjs": "npm:^6.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" @@ -8685,7 +8669,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" isomorphic-fetch: "npm:~3.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -8780,7 +8764,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/uuid": "npm:^9.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -8790,7 +8774,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -8851,7 +8835,7 @@ __metadata: "@schematics/angular": "npm:~17.0.3" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/pid-from-port": "npm:^1.1.0" "@types/semver": "npm:^7.3.13" "@types/uuid": "npm:^9.0.0" @@ -8864,7 +8848,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -10283,6 +10267,20 @@ __metadata: languageName: node linkType: hard +"@sindresorhus/is@npm:^6.1.0": + version: 6.1.0 + resolution: "@sindresorhus/is@npm:6.1.0" + checksum: e15c4abdca53a938e177d70c4e0562234a7ae32fa7c09ca318919d6ad28aa4ba68f58bd5339c3c38f2e912d40a201df169b9ed84579f2ef6f25d9da2d7b05334 + languageName: node + linkType: hard + +"@sindresorhus/merge-streams@npm:^1.0.0": + version: 1.0.0 + resolution: "@sindresorhus/merge-streams@npm:1.0.0" + checksum: 453c2a28164113a5ec4fd23ba636e291a4112f6ee9e91cd5476b9a96e0fc9ee5ff40d405fe81bbf284c9773b7ed718a3a0f31df7895a0efd413b1f9775d154fe + languageName: node + linkType: hard + "@sinonjs/commons@npm:^3.0.0": version: 3.0.0 resolution: "@sinonjs/commons@npm:3.0.0" @@ -11047,6 +11045,15 @@ __metadata: languageName: node linkType: hard +"@szmarczak/http-timer@npm:^5.0.1": + version: 5.0.1 + resolution: "@szmarczak/http-timer@npm:5.0.1" + dependencies: + defer-to-connect: "npm:^2.0.1" + checksum: fc9cb993e808806692e4a3337c90ece0ec00c89f4b67e3652a356b89730da98bc824273a6d67ca84d5f33cd85f317dcd5ce39d8cc0a2f060145a608a7cb8ce92 + languageName: node + linkType: hard + "@thednp/event-listener@npm:^2.0.4": version: 2.0.4 resolution: "@thednp/event-listener@npm:2.0.4" @@ -11465,7 +11472,7 @@ __metadata: languageName: node linkType: hard -"@types/http-cache-semantics@npm:*": +"@types/http-cache-semantics@npm:*, @types/http-cache-semantics@npm:^4.0.2": version: 4.0.4 resolution: "@types/http-cache-semantics@npm:4.0.4" checksum: a59566cff646025a5de396d6b3f44a39ab6a74f2ed8150692e0f31cc52f3661a68b04afe3166ebe0d566bd3259cb18522f46e949576d5204781cd6452b7fe0c5 @@ -11522,10 +11529,10 @@ __metadata: languageName: node linkType: hard -"@types/jasmine@npm:~4.6.0": - version: 4.6.4 - resolution: "@types/jasmine@npm:4.6.4" - checksum: 09f5c3e1fa6ea0e17de3c4414a821de65e5719893bf1ca396ee0ea8c668362bba031c1043206980bf2febb2880709a15c2770a36becb7bdbad019e938729e96b +"@types/jasmine@npm:~5.1.0": + version: 5.1.4 + resolution: "@types/jasmine@npm:5.1.4" + checksum: 6b21eb0fc75e38783b7ee3f162ac47fd32ceaca3fb9eca0f4ed0730e56269bd61728e38ebe7c0d40b2d09382cc245deeabc556b2e46670eefee27f8d84c3f84c languageName: node linkType: hard @@ -11654,7 +11661,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:>=10.0.0": +"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^20.0.0, @types/node@npm:^20.8.3": version: 20.10.5 resolution: "@types/node@npm:20.10.5" dependencies: @@ -11663,20 +11670,6 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:20.5.1": - version: 20.5.1 - resolution: "@types/node@npm:20.5.1" - checksum: e91034ba7eda82171dff73d3b30f584941400a5611b45d73a4d8159dc1fc309d4f1a423fbe84fd22d1ba7833383ee299c81ace6fab035c17affd0f4f0cbe7a89 - languageName: node - linkType: hard - -"@types/node@npm:^15.6.2": - version: 15.14.9 - resolution: "@types/node@npm:15.14.9" - checksum: 5c9cc5346ca0c565e02f11ae605911aa0892134099a5c730f49b4662635e5fbbbbeb24b2b56752ee14f092d1ca90837a35de428b9e243d7ab63c5907bfb07d89 - languageName: node - linkType: hard - "@types/node@npm:^16.9.2": version: 16.18.68 resolution: "@types/node@npm:16.18.68" @@ -11684,7 +11677,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^18.0.0": +"@types/node@npm:^18.0.0, @types/node@npm:^18.11.9": version: 18.19.3 resolution: "@types/node@npm:18.19.3" dependencies: @@ -11846,14 +11839,14 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:^17.0.73": - version: 17.0.73 - resolution: "@types/react@npm:17.0.73" +"@types/react@npm:^18.0.0": + version: 18.2.45 + resolution: "@types/react@npm:18.2.45" dependencies: "@types/prop-types": "npm:*" "@types/scheduler": "npm:*" csstype: "npm:^3.0.2" - checksum: 602b629a9d5433cbf08c670b09191ab3814e8012d15d13bcb20f0d59f0ed173cc7452ca99932c37eea5c90707601a956a45010c02f99ca04095310ef617b3602 + checksum: bd27fd8a959fa776965997af89cb04e43e7868416850fdff421b5539f389efa35acae3d55915c9f32d7b00fb388550302bf8a7f06010abf9ad431e5bf58cb774 languageName: node linkType: hard @@ -12013,7 +12006,7 @@ __metadata: languageName: node linkType: hard -"@types/vinyl@npm:^2.0.4": +"@types/vinyl@npm:^2.0.7, @types/vinyl@npm:^2.0.8": version: 2.0.11 resolution: "@types/vinyl@npm:2.0.11" dependencies: @@ -12675,24 +12668,25 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/core@npm:^3.6.0": - version: 3.6.0 - resolution: "@yarnpkg/core@npm:3.6.0" +"@yarnpkg/core@npm:^4.0.2": + version: 4.0.2 + resolution: "@yarnpkg/core@npm:4.0.2" dependencies: "@arcanis/slice-ansi": "npm:^1.1.1" "@types/semver": "npm:^7.1.0" "@types/treeify": "npm:^1.0.0" - "@yarnpkg/fslib": "npm:^2.10.3" - "@yarnpkg/libzip": "npm:^2.3.0" - "@yarnpkg/parsers": "npm:^2.6.0" - "@yarnpkg/shell": "npm:^3.3.0" + "@yarnpkg/fslib": "npm:^3.0.1" + "@yarnpkg/libzip": "npm:^3.0.0" + "@yarnpkg/parsers": "npm:^3.0.0" + "@yarnpkg/shell": "npm:^4.0.0" camelcase: "npm:^5.3.1" chalk: "npm:^3.0.0" ci-info: "npm:^3.2.0" - clipanion: "npm:3.2.0-rc.4" + clipanion: "npm:^4.0.0-rc.2" cross-spawn: "npm:7.0.3" diff: "npm:^5.1.0" - globby: "npm:^11.0.1" + dotenv: "npm:^16.3.1" + fast-glob: "npm:^3.2.2" got: "npm:^11.7.0" lodash: "npm:^4.17.15" micromatch: "npm:^4.0.2" @@ -12700,11 +12694,11 @@ __metadata: semver: "npm:^7.1.2" strip-ansi: "npm:^6.0.0" tar: "npm:^6.0.5" - tinylogic: "npm:^1.0.3" + tinylogic: "npm:^2.0.0" treeify: "npm:^1.1.0" - tslib: "npm:^1.13.0" + tslib: "npm:^2.4.0" tunnel: "npm:^0.0.6" - checksum: 4d4916705d157853a1a320036a5fc68e2e74c1c91ee591d7616fba4368ccbca341be41320a4e5baf71e34b28c089dfe740c0390cd5271ab290f4bb09cb6375dc + checksum: 2a480feddd6aa2a9dadf7a17495e1698a96707f6ac7acfc1dd6a35c17445ed3f7d7037a5e4b14dce7c04771488f6da59bf3e2864efd9050630b9757b902abd65 languageName: node linkType: hard @@ -12719,7 +12713,7 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/fslib@npm:2.10.3, @yarnpkg/fslib@npm:^2.10.3": +"@yarnpkg/fslib@npm:2.10.3": version: 2.10.3 resolution: "@yarnpkg/fslib@npm:2.10.3" dependencies: @@ -12729,6 +12723,15 @@ __metadata: languageName: node linkType: hard +"@yarnpkg/fslib@npm:^3.0.0, @yarnpkg/fslib@npm:^3.0.1": + version: 3.0.1 + resolution: "@yarnpkg/fslib@npm:3.0.1" + dependencies: + tslib: "npm:^2.4.0" + checksum: 9419c79aec826b5ac47c3169b2edccb95b04336fb43775f36e39b9684842585d04510fc8320fed6f698172a511768b747daaabcd73eb36cd8b1c76dd7c9a7938 + languageName: node + linkType: hard + "@yarnpkg/libzip@npm:2.3.0, @yarnpkg/libzip@npm:^2.3.0": version: 2.3.0 resolution: "@yarnpkg/libzip@npm:2.3.0" @@ -12739,6 +12742,19 @@ __metadata: languageName: node linkType: hard +"@yarnpkg/libzip@npm:^3.0.0": + version: 3.0.0 + resolution: "@yarnpkg/libzip@npm:3.0.0" + dependencies: + "@types/emscripten": "npm:^1.39.6" + "@yarnpkg/fslib": "npm:^3.0.0" + tslib: "npm:^2.4.0" + peerDependencies: + "@yarnpkg/fslib": ^3.0.0 + checksum: a157ec83da77d01ae0120423185380bf78ed85ac7352b094651e08757458461c97268d9b0dc48753807e464c3ac23e85c999790fa113da8f981ef72a21f1b8fc + languageName: node + linkType: hard + "@yarnpkg/lockfile@npm:1.1.0, @yarnpkg/lockfile@npm:^1.1.0": version: 1.1.0 resolution: "@yarnpkg/lockfile@npm:1.1.0" @@ -12756,49 +12772,49 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/parsers@npm:^2.6.0": - version: 2.6.0 - resolution: "@yarnpkg/parsers@npm:2.6.0" +"@yarnpkg/parsers@npm:^3.0.0": + version: 3.0.0 + resolution: "@yarnpkg/parsers@npm:3.0.0" dependencies: js-yaml: "npm:^3.10.0" - tslib: "npm:^1.13.0" - checksum: da2c22ce1271383af817b91286fd7532ca8d597a405005e777cb53e702bb7cf688b0b4637c3161351e4e76be43dba0694873cc7845cb9494b9060ddafc5bac3c + tslib: "npm:^2.4.0" + checksum: 5e904d257b85a75feb1332452e6ec7514b9707e6f7fac369b5dc4b3cdfce410efe8206dc76f9b37baee0f23215afb71f64351a783367545598b0458c285180a9 languageName: node linkType: hard -"@yarnpkg/sdks@npm:^2.7.0": - version: 2.7.2 - resolution: "@yarnpkg/sdks@npm:2.7.2" +"@yarnpkg/sdks@npm:^3.0.0": + version: 3.1.0 + resolution: "@yarnpkg/sdks@npm:3.1.0" dependencies: - "@yarnpkg/core": "npm:^3.6.0" - "@yarnpkg/fslib": "npm:^2.10.3" - "@yarnpkg/parsers": "npm:^2.6.0" + "@yarnpkg/core": "npm:^4.0.2" + "@yarnpkg/fslib": "npm:^3.0.1" + "@yarnpkg/parsers": "npm:^3.0.0" chalk: "npm:^3.0.0" - clipanion: "npm:3.2.0-rc.4" + clipanion: "npm:^4.0.0-rc.2" comment-json: "npm:^2.2.0" lodash: "npm:^4.17.15" - tslib: "npm:^1.13.0" + tslib: "npm:^2.4.0" bin: sdks: ./lib/cli.js - checksum: 7de8177d6721122d69766df35973ff7d9d23a42f3dad38b0990ae29f8b9725ad885b0a926fae3a79e2e84b7eea5aaf917862e4604595ddd929457a20e9bf4f21 + checksum: 34a69ca60e13f57cdf71e36642c0f1af09157ede7a268582dfab5bb10051fa70580749d10c281c7996ad36645c645f8c444da8c8bf59774d74f932bb3e48aa6e languageName: node linkType: hard -"@yarnpkg/shell@npm:^3.3.0": - version: 3.3.0 - resolution: "@yarnpkg/shell@npm:3.3.0" +"@yarnpkg/shell@npm:^4.0.0": + version: 4.0.0 + resolution: "@yarnpkg/shell@npm:4.0.0" dependencies: - "@yarnpkg/fslib": "npm:^2.10.3" - "@yarnpkg/parsers": "npm:^2.6.0" + "@yarnpkg/fslib": "npm:^3.0.0" + "@yarnpkg/parsers": "npm:^3.0.0" chalk: "npm:^3.0.0" - clipanion: "npm:3.2.0-rc.4" + clipanion: "npm:^4.0.0-rc.2" cross-spawn: "npm:7.0.3" fast-glob: "npm:^3.2.2" micromatch: "npm:^4.0.2" - tslib: "npm:^1.13.0" + tslib: "npm:^2.4.0" bin: shell: ./lib/cli.js - checksum: 90dc134e97dd67eaae71e9f165ea6468609caa3a3a2b895b765c93ff5912f2a1623d6f86f5d1ef2997fdc16c19c493836564f7490e2e9c1a434d940eada530f7 + checksum: f128756cf0ee51f37b0c2820d395d4b06d8e47358c69dc6e966ae4274a163df8cadbde9a57eeeddc6084ef6ece98317e4c84943d2ca0434c950a1bc462968aed languageName: node linkType: hard @@ -12951,23 +12967,23 @@ __metadata: languageName: node linkType: hard -"ag-grid-angular@npm:~29.3.5": - version: 29.3.5 - resolution: "ag-grid-angular@npm:29.3.5" +"ag-grid-angular@npm:~31.0.0": + version: 31.0.1 + resolution: "ag-grid-angular@npm:31.0.1" dependencies: + ag-grid-community: "npm:~31.0.1" tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": ">= 12.0.0" - "@angular/core": ">= 12.0.0" - ag-grid-community: ~29.3.5 - checksum: a5457185b55700d94e8952f37bcdd60a9b1282ce6fb6cb2126c8a08af0e585ef571da76d1b459875c5f1084a5e9e4020f41ed65b7942568425a2418dd2774c4e + "@angular/common": ">= 14.0.0" + "@angular/core": ">= 14.0.0" + checksum: 7ef762431edd6bec26025998b26101d2cd5c798992738547d8535ccf74a45cba610bcc17cd05701f6cd0bbeccbb9c20a6b34ad9642c9d9f5af0398bba764c387 languageName: node linkType: hard -"ag-grid-community@npm:~29.3.5": - version: 29.3.5 - resolution: "ag-grid-community@npm:29.3.5" - checksum: 89707d12ec8bdc725cdef18e037f4a9cb19c66da130e0f0a97a7762274d980e684a25de055cc0de0150b4251fb61478ceeb40489e9e5f7af142585c92e0fedc3 +"ag-grid-community@npm:~31.0.0, ag-grid-community@npm:~31.0.1": + version: 31.0.1 + resolution: "ag-grid-community@npm:31.0.1" + checksum: 203e45c3f61aff8d5fea993c4657b2e2aa0d276b65d63ad18d8458b46fae28686e57e83bc0f699e433195acd8e500aa4e73652eb1c4ac695386d19c3821c54de languageName: node linkType: hard @@ -13130,12 +13146,12 @@ __metadata: languageName: node linkType: hard -"ansi-escapes@npm:^5.0.0": - version: 5.0.0 - resolution: "ansi-escapes@npm:5.0.0" +"ansi-escapes@npm:^6.2.0": + version: 6.2.0 + resolution: "ansi-escapes@npm:6.2.0" dependencies: - type-fest: "npm:^1.0.2" - checksum: cbfb95f9f6d8a1ffc89f50fcda3313effae2d9ac2f357f89f626815b4d95fdc3f10f74e0887614ff850d01f805b7505eb1e7ebfdd26144bbfc26c5de08e19195 + type-fest: "npm:^3.0.0" + checksum: 442f91b04650b35bc4815f47c20412d69ddbba5d4bf22f72ec03be352fca2de6819c7e3f4dfd17816ee4e0c6c965fe85e6f1b3f09683996a8d12fd366afd924e languageName: node linkType: hard @@ -13208,7 +13224,7 @@ __metadata: languageName: node linkType: hard -"ansi-styles@npm:^6.0.0, ansi-styles@npm:^6.1.0": +"ansi-styles@npm:^6.0.0, ansi-styles@npm:^6.1.0, ansi-styles@npm:^6.2.1": version: 6.2.1 resolution: "ansi-styles@npm:6.2.1" checksum: 70fdf883b704d17a5dfc9cde206e698c16bcd74e7f196ab821511651aee4f9f76c9514bdfa6ca3a27b5e49138b89cb222a28caf3afe4567570139577f991df32 @@ -13642,7 +13658,7 @@ __metadata: "@nx/eslint-plugin": "npm:~17.1.1" "@o3r/eslint-config-otter": "workspace:~" "@o3r/eslint-plugin": "workspace:~" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" "@vercel/ncc": "npm:~0.38.0" @@ -13651,7 +13667,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jsonc-eslint-parser: "npm:~2.4.0" typescript: "npm:~5.2.2" languageName: unknown @@ -14611,6 +14627,28 @@ __metadata: languageName: node linkType: hard +"cacheable-lookup@npm:^7.0.0": + version: 7.0.0 + resolution: "cacheable-lookup@npm:7.0.0" + checksum: 69ea78cd9f16ad38120372e71ba98b64acecd95bbcbcdad811f857dc192bad81ace021f8def012ce19178583db8d46afd1a00b3e8c88527e978e049edbc23252 + languageName: node + linkType: hard + +"cacheable-request@npm:^10.2.14": + version: 10.2.14 + resolution: "cacheable-request@npm:10.2.14" + dependencies: + "@types/http-cache-semantics": "npm:^4.0.2" + get-stream: "npm:^6.0.1" + http-cache-semantics: "npm:^4.1.1" + keyv: "npm:^4.5.3" + mimic-response: "npm:^4.0.0" + normalize-url: "npm:^8.0.0" + responselike: "npm:^3.0.0" + checksum: 102f454ac68eb66f99a709c5cf65e90ed89f1b9269752578d5a08590b3986c3ea47a5d9dff208fe7b65855a29da129a2f23321b88490106898e0ba70b807c912 + languageName: node + linkType: hard + "cacheable-request@npm:^7.0.2": version: 7.0.4 resolution: "cacheable-request@npm:7.0.4" @@ -14743,7 +14781,7 @@ __metadata: "@o3r/eslint-config-otter": "workspace:~" "@o3r/eslint-plugin": "workspace:~" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" "@vercel/ncc": "npm:~0.38.0" @@ -14751,7 +14789,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -14869,17 +14907,6 @@ __metadata: languageName: node linkType: hard -"chevrotain@npm:^9.1.0": - version: 9.1.0 - resolution: "chevrotain@npm:9.1.0" - dependencies: - "@chevrotain/types": "npm:^9.1.0" - "@chevrotain/utils": "npm:^9.1.0" - regexp-to-ast: "npm:0.5.0" - checksum: acbdbc0a6a78f86a87e6d1081ceedd2204fb40bd1c921b8e29b19e18a4340aa7f1951f5aef858dc9cd2a9421685d5abbfbd3aed3f5225d9d070d530e81f84d08 - languageName: node - linkType: hard - "chokidar@npm:3.5.3, chokidar@npm:>=3.0.0 <4.0.0, chokidar@npm:^3.0.0, chokidar@npm:^3.3.1, chokidar@npm:^3.5.1, chokidar@npm:^3.5.2, chokidar@npm:^3.5.3": version: 3.5.3 resolution: "chokidar@npm:3.5.3" @@ -14940,12 +14967,12 @@ __metadata: languageName: node linkType: hard -"chrome-webstore-upload@npm:^1.0.0": - version: 1.0.0 - resolution: "chrome-webstore-upload@npm:1.0.0" +"chrome-webstore-upload@npm:^2.0.0": + version: 2.0.0 + resolution: "chrome-webstore-upload@npm:2.0.0" dependencies: - got: "npm:^11.8.2" - checksum: 6037426716a8cdfedbc293ac7478fd2f6f583df40f3f1972c9b23500e2ee932a6c5c4e8fd7ff0f623f617ed7b1358bb14f3b2626d0c031bb51990bcad2c51a9f + got: "npm:^14.0.0" + checksum: f3f69c1ff3e57ede393302afdb9081efb7acd7479bcbaa9282bb2e7a40d980657e02877023c47c0c7afe063d91746336411ae01754f3e9575f80ee7a0dddf9c8 languageName: node linkType: hard @@ -15054,13 +15081,13 @@ __metadata: languageName: node linkType: hard -"cli-truncate@npm:^3.1.0": - version: 3.1.0 - resolution: "cli-truncate@npm:3.1.0" +"cli-truncate@npm:^4.0.0": + version: 4.0.0 + resolution: "cli-truncate@npm:4.0.0" dependencies: slice-ansi: "npm:^5.0.0" - string-width: "npm:^5.0.0" - checksum: c3243e41974445691c63f8b405df1d5a24049dc33d324fe448dc572e561a7b772ae982692900b1a5960901cc4fc7def25a629b9c69a4208ee89d12ab3332617a + string-width: "npm:^7.0.0" + checksum: d5149175fd25ca985731bdeec46a55ec237475cf74c1a5e103baea696aceb45e372ac4acbaabf1316f06bd62e348123060f8191ffadfeedebd2a70a2a7fb199d languageName: node linkType: hard @@ -15078,14 +15105,14 @@ __metadata: languageName: node linkType: hard -"clipanion@npm:3.2.0-rc.4": - version: 3.2.0-rc.4 - resolution: "clipanion@npm:3.2.0-rc.4" +"clipanion@npm:^4.0.0-rc.2": + version: 4.0.0-rc.2 + resolution: "clipanion@npm:4.0.0-rc.2" dependencies: - typanion: "npm:^3.3.1" + typanion: "npm:^3.8.0" peerDependencies: typanion: "*" - checksum: 1b28becb06fec9b2478d68b4aa0dad764a7a2f2d466cfa0bb68b74925c234c7fec955b720290bf1d84a59263785eede439d0bed7381a52b1fc1d9b1ef81670e5 + checksum: 00a478d46f2983eba02b059a16a3c1fc3f1de2a056d2f75386e253c5e8b01322fdbdd1db1dfdb57ccc81d8fd57c5fc9890ee96003b5702ac5692f1397c2c9c6b languageName: node linkType: hard @@ -15122,13 +15149,6 @@ __metadata: languageName: node linkType: hard -"clone-buffer@npm:^1.0.0": - version: 1.0.0 - resolution: "clone-buffer@npm:1.0.0" - checksum: a39a35e7fd081e0f362ba8195bd15cbc8205df1fbe4598bb4e09c1f9a13c0320a47ab8a61a8aa83561e4ed34dc07666d73254ee952ddd3985e4286b082fe63b9 - languageName: node - linkType: hard - "clone-deep@npm:^4.0.1": version: 4.0.1 resolution: "clone-deep@npm:4.0.1" @@ -15163,24 +15183,13 @@ __metadata: languageName: node linkType: hard -"clone@npm:^2.1.1": +"clone@npm:^2.1.2": version: 2.1.2 resolution: "clone@npm:2.1.2" checksum: d9c79efba655f0bf601ab299c57eb54cbaa9860fb011aee9d89ed5ac0d12df1660ab7642fddaabb9a26b7eff0e117d4520512cb70798319ff5d30a111b5310c2 languageName: node linkType: hard -"cloneable-readable@npm:^1.0.0": - version: 1.1.3 - resolution: "cloneable-readable@npm:1.1.3" - dependencies: - inherits: "npm:^2.0.1" - process-nextick-args: "npm:^2.0.0" - readable-stream: "npm:^2.3.5" - checksum: 81e17fe4b2901e2d9899717e1d4ed88bd1ede700b819b77c61f7402b9ca97c4769692d85bd74710be806f31caf33c62acdea49d5bbe8794a66ade01c9c2d5a6d - languageName: node - linkType: hard - "cluster-key-slot@npm:^1.1.0": version: 1.1.2 resolution: "cluster-key-slot@npm:1.1.2" @@ -15347,10 +15356,10 @@ __metadata: languageName: node linkType: hard -"commander@npm:11.0.0": - version: 11.0.0 - resolution: "commander@npm:11.0.0" - checksum: 71cf453771c15d4e94afdd76a1e9bb31597dbc5f33130a1d399a4a7bc14eac765ebca7f0e077f347e5119087f6faa0017fd5e3cb6e4fc5c453853334c26162bc +"commander@npm:11.1.0, commander@npm:^11.0.0, commander@npm:^11.1.0": + version: 11.1.0 + resolution: "commander@npm:11.1.0" + checksum: 66bd2d8a0547f6cb1d34022efb25f348e433b0e04ad76a65279b1b09da108f59a4d3001ca539c60a7a46ea38bcf399fc17d91adad76a8cf43845d8dcbaf5cda1 languageName: node linkType: hard @@ -15368,13 +15377,6 @@ __metadata: languageName: node linkType: hard -"commander@npm:^11.0.0, commander@npm:^11.1.0": - version: 11.1.0 - resolution: "commander@npm:11.1.0" - checksum: 66bd2d8a0547f6cb1d34022efb25f348e433b0e04ad76a65279b1b09da108f59a4d3001ca539c60a7a46ea38bcf399fc17d91adad76a8cf43845d8dcbaf5cda1 - languageName: node - linkType: hard - "commander@npm:^2.2.0, commander@npm:^2.20.0, commander@npm:^2.7.1": version: 2.20.3 resolution: "commander@npm:2.20.3" @@ -15396,13 +15398,6 @@ __metadata: languageName: node linkType: hard -"commander@npm:^9.0.0": - version: 9.5.0 - resolution: "commander@npm:9.5.0" - checksum: 41c49b3d0f94a1fbeb0463c85b13f15aa15a9e0b4d5e10a49c0a1d58d4489b549d62262b052ae0aa6cfda53299bee487bfe337825df15e342114dde543f82906 - languageName: node - linkType: hard - "commander@npm:~4.1.1": version: 4.1.1 resolution: "commander@npm:4.1.1" @@ -15666,12 +15661,12 @@ __metadata: languageName: node linkType: hard -"conventional-changelog-angular@npm:^6.0.0": - version: 6.0.0 - resolution: "conventional-changelog-angular@npm:6.0.0" +"conventional-changelog-angular@npm:^7.0.0": + version: 7.0.0 + resolution: "conventional-changelog-angular@npm:7.0.0" dependencies: compare-func: "npm:^2.0.0" - checksum: ddc59ead53a45b817d83208200967f5340866782b8362d5e2e34105fdfa3d3a31585ebbdec7750bdb9de53da869f847e8ca96634a9801f51e27ecf4e7ffe2bad + checksum: e7966d2fee5475e76263f30f8b714b2b592b5bf556df225b7091e5090831fc9a20b99598a7d2997e19c2ef8118c0a3150b1eba290786367b0f55a5ccfa804ec9 languageName: node linkType: hard @@ -15711,12 +15706,12 @@ __metadata: languageName: node linkType: hard -"conventional-changelog-conventionalcommits@npm:^6.1.0": - version: 6.1.0 - resolution: "conventional-changelog-conventionalcommits@npm:6.1.0" +"conventional-changelog-conventionalcommits@npm:^7.0.2": + version: 7.0.2 + resolution: "conventional-changelog-conventionalcommits@npm:7.0.2" dependencies: compare-func: "npm:^2.0.0" - checksum: 7e5caef7d65b381a0b302534058acff83adc7a907094c85379ef138c35f2aa043cf8e7a3bef30f42078dcc4bff0e8bc763b179c007dd732d92856fae0607a4bc + checksum: 3cc6586ac57cc54c0595b28ae22e8b674c970034bad35e467f71aba395278a6ef43351cfbf782a5fc33eb13ed4ad843a145b89ad1444f5fa571e3bf9c1d5519b languageName: node linkType: hard @@ -15859,17 +15854,17 @@ __metadata: languageName: node linkType: hard -"conventional-commits-parser@npm:^4.0.0": - version: 4.0.0 - resolution: "conventional-commits-parser@npm:4.0.0" +"conventional-commits-parser@npm:^5.0.0": + version: 5.0.0 + resolution: "conventional-commits-parser@npm:5.0.0" dependencies: JSONStream: "npm:^1.3.5" - is-text-path: "npm:^1.0.1" - meow: "npm:^8.1.2" - split2: "npm:^3.2.2" + is-text-path: "npm:^2.0.0" + meow: "npm:^12.0.1" + split2: "npm:^4.0.0" bin: - conventional-commits-parser: cli.js - checksum: d3b7d947b486d3bb40f961808947ee46487429e050be840030211a80aa2eec170e427207c830f2720d8ab898649a652bbbe1825993b8bf0596517e3603f5a1bd + conventional-commits-parser: cli.mjs + checksum: 3b56a9313127f18c56b7fc0fdb0c49d2184ec18e0574e64580a0d5a3c3e0f3eecfb8bc3131dce967bfe9fd27debd5f42b7fc1f09e8e541e688e1dd2b57f49278 languageName: node linkType: hard @@ -15926,7 +15921,7 @@ __metadata: languageName: node linkType: hard -"cookiejar@npm:^2.1.3, cookiejar@npm:^2.1.4": +"cookiejar@npm:^2.1.3": version: 2.1.4 resolution: "cookiejar@npm:2.1.4" checksum: 4a184f5a0591df8b07d22a43ea5d020eacb4572c383e853a33361a99710437eaa0971716c688684075bbf695b484f5872e9e3f562382e46858716cb7fc8ce3f4 @@ -15949,6 +15944,16 @@ __metadata: languageName: node linkType: hard +"copy-file@npm:^11.0.0": + version: 11.0.0 + resolution: "copy-file@npm:11.0.0" + dependencies: + graceful-fs: "npm:^4.2.11" + p-event: "npm:^6.0.0" + checksum: 49714b82fcc1315c06dbb50ce929621f10d620f3a8a17e1b212d4c676fecdcda42626917502b109e3ae5bdd9558ddcfedb5e6b70bd7c485fae53e18fc26e2dba + languageName: node + linkType: hard + "copy-webpack-plugin@npm:11.0.0": version: 11.0.0 resolution: "copy-webpack-plugin@npm:11.0.0" @@ -16046,15 +16051,16 @@ __metadata: languageName: node linkType: hard -"cosmiconfig-typescript-loader@npm:^4.0.0": - version: 4.4.0 - resolution: "cosmiconfig-typescript-loader@npm:4.4.0" +"cosmiconfig-typescript-loader@npm:^5.0.0": + version: 5.0.0 + resolution: "cosmiconfig-typescript-loader@npm:5.0.0" + dependencies: + jiti: "npm:^1.19.1" peerDependencies: "@types/node": "*" - cosmiconfig: ">=7" - ts-node: ">=10" + cosmiconfig: ">=8.2" typescript: ">=4" - checksum: 7450491304cf498aa8bf9bffab5aaa189c1abc3e763e4ca7afca32d7c62cdba9abbc032e754ec2a6980580127c39d7227e9e5ea453c3456f150ab09196ae2661 + checksum: ccbb367fe92e623207cb33a85c1fe2e2b592e2af845b38c39c0781e0b05c1a72642eec9bea1ed589d0ac95b47c5d1f232f43cbbe0f68b6218f7d887d9813f850 languageName: node linkType: hard @@ -16084,7 +16090,7 @@ __metadata: languageName: node linkType: hard -"cosmiconfig@npm:^8.0.0, cosmiconfig@npm:^8.2.0, cosmiconfig@npm:^8.3.6": +"cosmiconfig@npm:^8.2.0, cosmiconfig@npm:^8.3.6": version: 8.3.6 resolution: "cosmiconfig@npm:8.3.6" dependencies: @@ -16145,7 +16151,7 @@ __metadata: languageName: node linkType: hard -"cpy@npm:^10.1.0, cpy@npm:~10.1.0": +"cpy@npm:^10.1.0": version: 10.1.0 resolution: "cpy@npm:10.1.0" dependencies: @@ -16161,6 +16167,20 @@ __metadata: languageName: node linkType: hard +"cpy@npm:~11.0.0": + version: 11.0.0 + resolution: "cpy@npm:11.0.0" + dependencies: + copy-file: "npm:^11.0.0" + globby: "npm:^13.2.2" + junk: "npm:^4.0.1" + micromatch: "npm:^4.0.5" + p-filter: "npm:^3.0.0" + p-map: "npm:^6.0.0" + checksum: aaa259d2e3290aa5cc1ce1e80968769e398fbdb46fe4a2e5c76784c9279f609ce6b187c38eca81b83cb3255aa91baca2544a1207d4bf855b691b2a8dfea554fd + languageName: node + linkType: hard + "crc-32@npm:^1.2.0": version: 1.2.2 resolution: "crc-32@npm:1.2.2" @@ -16532,6 +16552,13 @@ __metadata: languageName: node linkType: hard +"data-uri-to-buffer@npm:^4.0.0": + version: 4.0.1 + resolution: "data-uri-to-buffer@npm:4.0.1" + checksum: 0d0790b67ffec5302f204c2ccca4494f70b4e2d940fea3d36b09f0bb2b8539c2e86690429eb1f1dc4bcc9e4df0644193073e63d9ee48ac9fce79ec1506e4aa4c + languageName: node + linkType: hard + "data-urls@npm:^3.0.2": version: 3.0.2 resolution: "data-urls@npm:3.0.2" @@ -16739,7 +16766,7 @@ __metadata: languageName: node linkType: hard -"defer-to-connect@npm:^2.0.0": +"defer-to-connect@npm:^2.0.0, defer-to-connect@npm:^2.0.1": version: 2.0.1 resolution: "defer-to-connect@npm:2.0.1" checksum: 8a9b50d2f25446c0bfefb55a48e90afd58f85b21bcf78e9207cd7b804354f6409032a1705c2491686e202e64fc05f147aa5aa45f9aa82627563f045937f5791b @@ -17162,7 +17189,7 @@ __metadata: languageName: node linkType: hard -"dotenv@npm:^16.0.0, dotenv@npm:~16.3.1": +"dotenv@npm:^16.0.0, dotenv@npm:^16.3.1, dotenv@npm:~16.3.1": version: 16.3.1 resolution: "dotenv@npm:16.3.1" checksum: dbb778237ef8750e9e3cd1473d3c8eaa9cc3600e33a75c0e36415d0fa0848197f56c3800f77924c70e7828f0b03896818cd52f785b07b9ad4d88dba73fbba83f @@ -17319,7 +17346,7 @@ __metadata: languageName: node linkType: hard -"emoji-regex@npm:^10.2.1": +"emoji-regex@npm:^10.2.1, emoji-regex@npm:^10.3.0": version: 10.3.0 resolution: "emoji-regex@npm:10.3.0" checksum: b9b084ebe904f13bb4b66ee4c29fb41a7a4a1165adcc33c1ce8056c0194b882cc91ebdc782f1a779b5d7ea7375c5064643a7734893d7c657b44c5c6b9d7bf1e7 @@ -18304,11 +18331,11 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-unicorn@npm:^47.0.0": - version: 47.0.0 - resolution: "eslint-plugin-unicorn@npm:47.0.0" +"eslint-plugin-unicorn@npm:^49.0.0": + version: 49.0.0 + resolution: "eslint-plugin-unicorn@npm:49.0.0" dependencies: - "@babel/helper-validator-identifier": "npm:^7.19.1" + "@babel/helper-validator-identifier": "npm:^7.22.20" "@eslint-community/eslint-utils": "npm:^4.4.0" ci-info: "npm:^3.8.0" clean-regexp: "npm:^1.0.0" @@ -18316,17 +18343,15 @@ __metadata: indent-string: "npm:^4.0.0" is-builtin-module: "npm:^3.2.1" jsesc: "npm:^3.0.2" - lodash: "npm:^4.17.21" pluralize: "npm:^8.0.0" read-pkg-up: "npm:^7.0.1" - regexp-tree: "npm:^0.1.24" + regexp-tree: "npm:^0.1.27" regjsparser: "npm:^0.10.0" - safe-regex: "npm:^2.1.1" - semver: "npm:^7.3.8" + semver: "npm:^7.5.4" strip-indent: "npm:^3.0.0" peerDependencies: - eslint: ">=8.38.0" - checksum: 382fa54f819164746c6b29c5ef306a262c5ce53548ef8212c10a12d87d94d8efed3ecb27dd51747aea7d5f5d58052897e4f751a600774c0462ef615a9aa38f1b + eslint: ">=8.52.0" + checksum: 7f73f41356cdf720675998c558ab13872d76302dde3a49661df0b5219fd328627e3d7e418aaa3e94cf8764d1ef8b606f7ea01f019eccc0bf0522def8e6769caa languageName: node linkType: hard @@ -18578,27 +18603,27 @@ __metadata: languageName: node linkType: hard -"eventsource@npm:^2.0.0, eventsource@npm:^2.0.2": +"eventsource@npm:^2.0.2": version: 2.0.2 resolution: "eventsource@npm:2.0.2" checksum: e1c4c3664cebf9efdd55c90818ef847099f298bf521768d479cf22d8a681e666b3042de85327711ba6a8414ac6a04c70d2aeb4f405bba8239a8c36e06a019374 languageName: node linkType: hard -"execa@npm:7.2.0": - version: 7.2.0 - resolution: "execa@npm:7.2.0" +"execa@npm:8.0.1": + version: 8.0.1 + resolution: "execa@npm:8.0.1" dependencies: cross-spawn: "npm:^7.0.3" - get-stream: "npm:^6.0.1" - human-signals: "npm:^4.3.0" + get-stream: "npm:^8.0.1" + human-signals: "npm:^5.0.0" is-stream: "npm:^3.0.0" merge-stream: "npm:^2.0.0" npm-run-path: "npm:^5.1.0" onetime: "npm:^6.0.0" - signal-exit: "npm:^3.0.7" + signal-exit: "npm:^4.1.0" strip-final-newline: "npm:^3.0.0" - checksum: 473feff60f9d4dbe799225948de48b5158c1723021d19c4b982afe37bcd111ae84e1b4c9dfe967fae5101b0894b1a62e4dd564a286dfa3e46d7b0cfdbf7fe62b + checksum: d2ab5fe1e2bb92b9788864d0713f1fce9a07c4594e272c0c97bc18c90569897ab262e4ea58d27a694d288227a2e24f16f5e2575b44224ad9983b799dc7f1098d languageName: node linkType: hard @@ -19066,6 +19091,16 @@ __metadata: languageName: node linkType: hard +"fetch-blob@npm:^3.1.2, fetch-blob@npm:^3.1.4": + version: 3.2.0 + resolution: "fetch-blob@npm:3.2.0" + dependencies: + node-domexception: "npm:^1.0.0" + web-streams-polyfill: "npm:^3.0.3" + checksum: 5264ecceb5fdc19eb51d1d0359921f12730941e333019e673e71eb73921146dceabcb0b8f534582be4497312d656508a439ad0f5edeec2b29ab2e10c72a1f86b + languageName: node + linkType: hard + "fetch-retry@npm:^5.0.2": version: 5.0.6 resolution: "fetch-retry@npm:5.0.6" @@ -19347,12 +19382,10 @@ __metadata: languageName: node linkType: hard -"first-chunk-stream@npm:^2.0.0": - version: 2.0.0 - resolution: "first-chunk-stream@npm:2.0.0" - dependencies: - readable-stream: "npm:^2.0.2" - checksum: 2fa86f93a455eac09a9dd1339464f06510183fb4f1062b936d10605bce5728ec5c564a268318efd7f2b55a1ce3ff4dc795585a99fe5dd1940caf28afeb284b47 +"first-chunk-stream@npm:^5.0.0": + version: 5.0.0 + resolution: "first-chunk-stream@npm:5.0.0" + checksum: 78454db2f34ecea32b36216b758cfec8163b8c887ed1b708aed15c857bbe1ed7cf41a166ed064ab1a4fff54496b22f8eda2ad9b9ba90f09d289f8f514d452758 languageName: node linkType: hard @@ -19506,6 +19539,13 @@ __metadata: languageName: node linkType: hard +"form-data-encoder@npm:^4.0.2": + version: 4.0.2 + resolution: "form-data-encoder@npm:4.0.2" + checksum: 71a00a1e954267f8b87d4301936dda7177cfe18714a92930c87ebc132acb8b19ed12e9b9f8ad47af52c1cc582fd45c1771f66f850a6d319147731160f6b9b3fa + languageName: node + linkType: hard + "form-data@npm:^2.5.0": version: 2.5.1 resolution: "form-data@npm:2.5.1" @@ -19546,7 +19586,16 @@ __metadata: languageName: node linkType: hard -"formidable@npm:^2.0.1, formidable@npm:^2.1.2": +"formdata-polyfill@npm:^4.0.10": + version: 4.0.10 + resolution: "formdata-polyfill@npm:4.0.10" + dependencies: + fetch-blob: "npm:^3.1.2" + checksum: 9b5001d2edef3c9449ac3f48bd4f8cc92e7d0f2e7c1a5c8ba555ad4e77535cc5cf621fabe49e97f304067037282dd9093b9160a3cb533e46420b446c4e6bc06f + languageName: node + linkType: hard + +"formidable@npm:^2.0.1": version: 2.1.2 resolution: "formidable@npm:2.1.2" dependencies: @@ -19784,6 +19833,13 @@ __metadata: languageName: node linkType: hard +"get-east-asian-width@npm:^1.0.0": + version: 1.2.0 + resolution: "get-east-asian-width@npm:1.2.0" + checksum: c9b280e7c7c67fb89fa17e867c4a9d1c9f1321aba2a9ee27bff37fb6ca9552bccda328c70a80c1f83a0e39ba1b7e3427e60f47823402d19e7a41b83417ec047a + languageName: node + linkType: hard + "get-intrinsic@npm:^1.0.2, get-intrinsic@npm:^1.1.1, get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.0, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.2": version: 1.2.2 resolution: "get-intrinsic@npm:1.2.2" @@ -19814,7 +19870,7 @@ __metadata: "@nx/eslint-plugin": "npm:~17.1.1" "@o3r/eslint-config-otter": "workspace:~" "@o3r/eslint-plugin": "workspace:~" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -19823,7 +19879,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jsonc-eslint-parser: "npm:~2.4.0" semver: "npm:^7.5.2" typescript: "npm:~5.2.2" @@ -19888,6 +19944,13 @@ __metadata: languageName: node linkType: hard +"get-stream@npm:^8.0.1": + version: 8.0.1 + resolution: "get-stream@npm:8.0.1" + checksum: dde5511e2e65a48e9af80fea64aff11b4921b14b6e874c6f8294c50975095af08f41bfb0b680c887f28b566dd6ec2cb2f960f9d36a323359be324ce98b766e9e + languageName: node + linkType: hard + "get-symbol-description@npm:^1.0.0": version: 1.0.0 resolution: "get-symbol-description@npm:1.0.0" @@ -20189,7 +20252,7 @@ __metadata: languageName: node linkType: hard -"globby@npm:^13.1.1, globby@npm:^13.1.2, globby@npm:^13.1.4": +"globby@npm:^13.1.1, globby@npm:^13.1.4, globby@npm:^13.2.2": version: 13.2.2 resolution: "globby@npm:13.2.2" dependencies: @@ -20202,6 +20265,20 @@ __metadata: languageName: node linkType: hard +"globby@npm:^14.0.0": + version: 14.0.0 + resolution: "globby@npm:14.0.0" + dependencies: + "@sindresorhus/merge-streams": "npm:^1.0.0" + fast-glob: "npm:^3.3.2" + ignore: "npm:^5.2.4" + path-type: "npm:^5.0.0" + slash: "npm:^5.1.0" + unicorn-magic: "npm:^0.1.0" + checksum: 6e7d84bbc69d8d21a07507af090998c6546c385702a350ff14f6fb08207f90ed40bd41c7b19c11a23851c3b86666e79503373e0f8b400a91a29b13952b1e960c + languageName: node + linkType: hard + "globby@npm:^5.0.0": version: 5.0.0 resolution: "globby@npm:5.0.0" @@ -20232,7 +20309,7 @@ __metadata: languageName: node linkType: hard -"got@npm:^11.7.0, got@npm:^11.8.2, got@npm:^11.8.5": +"got@npm:^11.7.0, got@npm:^11.8.5": version: 11.8.6 resolution: "got@npm:11.8.6" dependencies: @@ -20251,7 +20328,26 @@ __metadata: languageName: node linkType: hard -"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.10, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": +"got@npm:^14.0.0": + version: 14.0.0 + resolution: "got@npm:14.0.0" + dependencies: + "@sindresorhus/is": "npm:^6.1.0" + "@szmarczak/http-timer": "npm:^5.0.1" + cacheable-lookup: "npm:^7.0.0" + cacheable-request: "npm:^10.2.14" + decompress-response: "npm:^6.0.0" + form-data-encoder: "npm:^4.0.2" + get-stream: "npm:^8.0.1" + http2-wrapper: "npm:^2.2.1" + lowercase-keys: "npm:^3.0.0" + p-cancelable: "npm:^4.0.1" + responselike: "npm:^3.0.0" + checksum: 3afcf60c8313cacb3bdc1a153b9b48e6c974241dab09ceb9155bfd4f2aad161a32e9b2f541584c78e8ac2e9615b241e453d06cfa2a4518b7e3899b46948ab9f3 + languageName: node + linkType: hard + +"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.10, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" checksum: bf152d0ed1dc159239db1ba1f74fdbc40cb02f626770dcd5815c427ce0688c2635a06ed69af364396da4636d0408fcf7d4afdf7881724c3307e46aff30ca49e2 @@ -20807,7 +20903,7 @@ __metadata: languageName: node linkType: hard -"http2-wrapper@npm:^2.2.0": +"http2-wrapper@npm:^2.2.0, http2-wrapper@npm:^2.2.1": version: 2.2.1 resolution: "http2-wrapper@npm:2.2.1" dependencies: @@ -20871,10 +20967,10 @@ __metadata: languageName: node linkType: hard -"human-signals@npm:^4.3.0": - version: 4.3.1 - resolution: "human-signals@npm:4.3.1" - checksum: fa59894c358fe9f2b5549be2fb083661d5e1dff618d3ac70a49ca73495a72e873fbf6c0878561478e521e17d498292746ee391791db95ffe5747bfb5aef8765b +"human-signals@npm:^5.0.0": + version: 5.0.0 + resolution: "human-signals@npm:5.0.0" + checksum: 30f8870d831cdcd2d6ec0486a7d35d49384996742052cee792854273fa9dd9e7d5db06bb7985d4953e337e10714e994e0302e90dc6848069171b05ec836d65b0 languageName: node linkType: hard @@ -21441,6 +21537,15 @@ __metadata: languageName: node linkType: hard +"is-fullwidth-code-point@npm:^5.0.0": + version: 5.0.0 + resolution: "is-fullwidth-code-point@npm:5.0.0" + dependencies: + get-east-asian-width: "npm:^1.0.0" + checksum: 8dfb2d2831b9e87983c136f5c335cd9d14c1402973e357a8ff057904612ed84b8cba196319fabedf9aefe4639e14fe3afe9d9966d1d006ebeb40fe1fed4babe5 + languageName: node + linkType: hard + "is-generator-fn@npm:^2.0.0": version: 2.1.0 resolution: "is-generator-fn@npm:2.1.0" @@ -21741,6 +21846,15 @@ __metadata: languageName: node linkType: hard +"is-text-path@npm:^2.0.0": + version: 2.0.0 + resolution: "is-text-path@npm:2.0.0" + dependencies: + text-extensions: "npm:^2.0.0" + checksum: e26ade26a6aa6b26c3f00c913871c3c1ceb5a2a5ca4380aac3f0e092b151ad8e2ce4cee1060fb7a13a5684fa55ce62c9df04fa7723b180c82a34ae4c0fa34adb + languageName: node + linkType: hard + "is-typed-array@npm:^1.1.10, is-typed-array@npm:^1.1.12, is-typed-array@npm:^1.1.3, is-typed-array@npm:^1.1.9": version: 1.1.12 resolution: "is-typed-array@npm:1.1.12" @@ -21771,7 +21885,7 @@ __metadata: languageName: node linkType: hard -"is-utf8@npm:^0.2.0, is-utf8@npm:^0.2.1": +"is-utf8@npm:^0.2.1": version: 0.2.1 resolution: "is-utf8@npm:0.2.1" checksum: 167ccd2be869fc228cc62c1a28df4b78c6b5485d15a29027d3b5dceb09b383e86a3522008b56dcac14b592b22f0a224388718c2505027a994fd8471465de54b3 @@ -22547,7 +22661,7 @@ __metadata: languageName: node linkType: hard -"jiti@npm:^1.18.2": +"jiti@npm:^1.18.2, jiti@npm:^1.19.1": version: 1.21.0 resolution: "jiti@npm:1.21.0" bin: @@ -23235,14 +23349,7 @@ __metadata: languageName: node linkType: hard -"lilconfig@npm:2.1.0": - version: 2.1.0 - resolution: "lilconfig@npm:2.1.0" - checksum: b1314a2e55319013d5e7d7d08be39015829d2764a1eaee130129545d40388499d81b1c31b0f9b3417d4db12775a88008b72ec33dd06e0184cf7503b32ca7cc0b - languageName: node - linkType: hard - -"lilconfig@npm:^3.0.0": +"lilconfig@npm:3.0.0, lilconfig@npm:^3.0.0": version: 3.0.0 resolution: "lilconfig@npm:3.0.0" checksum: 55f60f4f9f7b41358cc33875e3696919412683a35aec30c6c60c4f6ecb16fb6d11f7ac856b8458b9b82b21d5f4629649fbfca1de034e8d5b0cc7a70836266db6 @@ -23279,42 +23386,37 @@ __metadata: languageName: node linkType: hard -"lint-staged@npm:^13.0.0": - version: 13.3.0 - resolution: "lint-staged@npm:13.3.0" +"lint-staged@npm:^15.0.0": + version: 15.2.0 + resolution: "lint-staged@npm:15.2.0" dependencies: chalk: "npm:5.3.0" - commander: "npm:11.0.0" + commander: "npm:11.1.0" debug: "npm:4.3.4" - execa: "npm:7.2.0" - lilconfig: "npm:2.1.0" - listr2: "npm:6.6.1" + execa: "npm:8.0.1" + lilconfig: "npm:3.0.0" + listr2: "npm:8.0.0" micromatch: "npm:4.0.5" pidtree: "npm:0.6.0" string-argv: "npm:0.3.2" - yaml: "npm:2.3.1" + yaml: "npm:2.3.4" bin: lint-staged: bin/lint-staged.js - checksum: 6620f70a0ea1060c5b153ae521a1fb5b6e7a36c81188600cda767961b52c6729e8caddba96e5209195c223fe6343c245afb602fdde4f2678827441430aba54fe + checksum: 2a20e9b15f7e7419e92a2014afb01feb58798341a4a56aa1b9c8570297681cf54919f645df3c221e4348fd262df38c1e711a245a645d477bf870841e27c604f2 languageName: node linkType: hard -"listr2@npm:6.6.1": - version: 6.6.1 - resolution: "listr2@npm:6.6.1" +"listr2@npm:8.0.0": + version: 8.0.0 + resolution: "listr2@npm:8.0.0" dependencies: - cli-truncate: "npm:^3.1.0" + cli-truncate: "npm:^4.0.0" colorette: "npm:^2.0.20" eventemitter3: "npm:^5.0.1" - log-update: "npm:^5.0.1" + log-update: "npm:^6.0.0" rfdc: "npm:^1.3.0" - wrap-ansi: "npm:^8.1.0" - peerDependencies: - enquirer: ">= 2.3.0 < 3" - peerDependenciesMeta: - enquirer: - optional: true - checksum: 3cc618d9dee0d6a6bd22053db33268db3d09373f3fc64838ada011ac20920a79be52e7adfcc1276ac6be1f6b692c70196a75375002a6fcdd56c9ab51a2cec877 + wrap-ansi: "npm:^9.0.0" + checksum: d5a53b6d5feaa3a45c3750ebf10d242d42f11741b890edf8de7d68a002c36f15d0683f25742a0eb055763f04c005210a5cd61ef6c24ebac099d597cb21b06f29 languageName: node linkType: hard @@ -23638,16 +23740,16 @@ __metadata: languageName: node linkType: hard -"log-update@npm:^5.0.1": - version: 5.0.1 - resolution: "log-update@npm:5.0.1" +"log-update@npm:^6.0.0": + version: 6.0.0 + resolution: "log-update@npm:6.0.0" dependencies: - ansi-escapes: "npm:^5.0.0" + ansi-escapes: "npm:^6.2.0" cli-cursor: "npm:^4.0.0" - slice-ansi: "npm:^5.0.0" - strip-ansi: "npm:^7.0.1" - wrap-ansi: "npm:^8.0.1" - checksum: 0e154e46744125b6d20c30289e90091794d58b83c2f01d7676da2afa2411c6ec2c3ee2c99753b9c6b896b9ee496a9a403a563330a2d5914a3bdb30e836f17cfb + slice-ansi: "npm:^7.0.0" + strip-ansi: "npm:^7.1.0" + wrap-ansi: "npm:^9.0.0" + checksum: b345f392c356087290918f1bdaae84ee38699c89c9274fafbb6f4cee2fe6f89f9737000111279a40e651fbe0e9c08803b0457c2a4800d8a405752804f73058a8 languageName: node linkType: hard @@ -23689,10 +23791,10 @@ __metadata: languageName: node linkType: hard -"logrocket@npm:~5.0.1": - version: 5.0.1 - resolution: "logrocket@npm:5.0.1" - checksum: 4f0f38cfb9da4a020608641a9b10bae661e858054d6806259aea06d2263de93cba5f799721c2bbd69b198eef06b4f401cfa84634a510937760f7b70ce823b4f2 +"logrocket@npm:~7.0.0": + version: 7.0.0 + resolution: "logrocket@npm:7.0.0" + checksum: 3a8b329f6cfca0c7975ac5af44544e051ebb3f0dae922fed77d1427fa8b009a81465913fda81acdee6b08e26f0c9e7f789931d9ba4eac7045b9a8b29f258cc1a languageName: node linkType: hard @@ -23730,6 +23832,13 @@ __metadata: languageName: node linkType: hard +"lowercase-keys@npm:^3.0.0": + version: 3.0.0 + resolution: "lowercase-keys@npm:3.0.0" + checksum: 67a3f81409af969bc0c4ca0e76cd7d16adb1e25aa1c197229587eaf8671275c8c067cd421795dbca4c81be0098e4c426a086a05e30de8a9c587b7a13c0c7ccc5 + languageName: node + linkType: hard + "lru-cache@npm:^10.0.1, lru-cache@npm:^9.1.1 || ^10.0.0": version: 10.1.0 resolution: "lru-cache@npm:10.1.0" @@ -24009,15 +24118,15 @@ __metadata: languageName: node linkType: hard -"mem-fs@npm:^2.2.1": - version: 2.3.0 - resolution: "mem-fs@npm:2.3.0" +"mem-fs@npm:^4.0.0": + version: 4.0.0 + resolution: "mem-fs@npm:4.0.0" dependencies: - "@types/node": "npm:^15.6.2" - "@types/vinyl": "npm:^2.0.4" - vinyl: "npm:^2.0.1" - vinyl-file: "npm:^3.0.0" - checksum: 375c6b81da35b6a73ce98b209f8795fb25d6f8ef6a60b67aa4f9cf32e16078484c1e704e0008b0fc095675af9679dc74a9891cab51cc34433939ae13c706a59c + "@types/node": "npm:^20.8.3" + "@types/vinyl": "npm:^2.0.8" + vinyl: "npm:^3.0.0" + vinyl-file: "npm:^5.0.0" + checksum: 19493436003f292e480aafc08980cb510b11ee8a829712674df74cb1f8a674e6017ec3db9c568cfb851c63f5adb9451524992b813bd6b3cc46c5cc61bf0c26a4 languageName: node linkType: hard @@ -24073,7 +24182,7 @@ __metadata: languageName: node linkType: hard -"meow@npm:^8.0.0, meow@npm:^8.1.2": +"meow@npm:^8.0.0": version: 8.1.2 resolution: "meow@npm:8.1.2" dependencies: @@ -24261,6 +24370,13 @@ __metadata: languageName: node linkType: hard +"mimic-response@npm:^4.0.0": + version: 4.0.0 + resolution: "mimic-response@npm:4.0.0" + checksum: 33b804cc961efe206efdb1fca6a22540decdcfce6c14eb5c0c50e5ae9022267ab22ce8f5568b1f7247ba67500fe20d523d81e0e9f009b321ccd9d472e78d1850 + languageName: node + linkType: hard + "min-indent@npm:^1.0.0, min-indent@npm:^1.0.1": version: 1.0.1 resolution: "min-indent@npm:1.0.1" @@ -24547,7 +24663,7 @@ __metadata: languageName: node linkType: hard -"morgan@npm:^1.10.0, morgan@npm:^1.9.1": +"morgan@npm:^1.10.0": version: 1.10.0 resolution: "morgan@npm:1.10.0" dependencies: @@ -24731,7 +24847,7 @@ __metadata: "@o3r/eslint-config-otter": "workspace:~" "@o3r/eslint-plugin": "workspace:~" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -24740,7 +24856,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -24910,6 +25026,13 @@ __metadata: languageName: node linkType: hard +"node-domexception@npm:^1.0.0": + version: 1.0.0 + resolution: "node-domexception@npm:1.0.0" + checksum: e332522f242348c511640c25a6fc7da4f30e09e580c70c6b13cb0be83c78c3e71c8d4665af2527e869fc96848924a4316ae7ec9014c091e2156f41739d4fa233 + languageName: node + linkType: hard + "node-fetch-native@npm:^1.4.0": version: 1.4.1 resolution: "node-fetch-native@npm:1.4.1" @@ -24931,6 +25054,17 @@ __metadata: languageName: node linkType: hard +"node-fetch@npm:^3.0.0": + version: 3.3.2 + resolution: "node-fetch@npm:3.3.2" + dependencies: + data-uri-to-buffer: "npm:^4.0.0" + fetch-blob: "npm:^3.1.4" + formdata-polyfill: "npm:^4.0.10" + checksum: 24207ca8c81231c7c59151840e3fded461d67a31cf3e3b3968e12201a42f89ce4a0b5fb7079b1fa0a4655957b1ca9257553200f03a9f668b45ebad265ca5593d + languageName: node + linkType: hard + "node-forge@npm:^1, node-forge@npm:^1.3.1": version: 1.3.1 resolution: "node-forge@npm:1.3.1" @@ -25077,6 +25211,13 @@ __metadata: languageName: node linkType: hard +"normalize-url@npm:^8.0.0": + version: 8.0.0 + resolution: "normalize-url@npm:8.0.0" + checksum: 4347d6ee39d9e1e7138c9e7c0b459c1e07304d9cd7c62d92c1ca01ed1f0c5397b292079fe7cfa953f469722ae150eec82e14b97e2175af39ede0b58f99ef8cac + languageName: node + linkType: hard + "npm-bundled@npm:^3.0.0": version: 3.0.0 resolution: "npm-bundled@npm:3.0.0" @@ -25390,7 +25531,7 @@ __metadata: languageName: node linkType: hard -"object-assign@npm:^4, object-assign@npm:^4.0.1, object-assign@npm:^4.1.1, object-assign@npm:latest": +"object-assign@npm:^4, object-assign@npm:^4.0.1, object-assign@npm:latest": version: 4.1.1 resolution: "object-assign@npm:4.1.1" checksum: fcc6e4ea8c7fe48abfbb552578b1c53e0d194086e2e6bbbf59e0a536381a292f39943c6e9628af05b5528aa5e3318bb30d6b2e53cadaf5b8fe9e12c4b69af23f @@ -25770,7 +25911,7 @@ __metadata: "@types/eslint": "npm:^8.42.0" "@types/glob": "npm:^8.0.0" "@types/jest": "npm:~29.5.2" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^20.0.0" "@types/vscode": "npm:^1.67.0" "@typescript-eslint/eslint-plugin": "npm:6.11.0" "@typescript-eslint/parser": "npm:^6.11.0" @@ -25780,7 +25921,7 @@ __metadata: eslint-plugin-jest: "npm:~27.6.0" eslint-plugin-jsdoc: "npm:~46.9.0" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^47.0.0" + eslint-plugin-unicorn: "npm:^49.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -25800,6 +25941,13 @@ __metadata: languageName: node linkType: hard +"p-cancelable@npm:^4.0.1": + version: 4.0.1 + resolution: "p-cancelable@npm:4.0.1" + checksum: 64de7b0be4c8bacc006488e0e90aa66fbcceb4da4f6fb84584573145f015f9650fe6ac26470897b3e82a3b528f6c60ea276b84cc315e35c45e9f12dec062a295 + languageName: node + linkType: hard + "p-event@npm:^5.0.1": version: 5.0.1 resolution: "p-event@npm:5.0.1" @@ -25809,6 +25957,15 @@ __metadata: languageName: node linkType: hard +"p-event@npm:^6.0.0": + version: 6.0.0 + resolution: "p-event@npm:6.0.0" + dependencies: + p-timeout: "npm:^6.1.2" + checksum: 520c6af8d0fd12d012c370a7956563b1e79caf98cc1af5d2e27ed20c1c5dead404882a52de232c8b32c9c10c0548bcf3a547de3b6f2182094a67a1a372620709 + languageName: node + linkType: hard + "p-filter@npm:^3.0.0": version: 3.0.0 resolution: "p-filter@npm:3.0.0" @@ -25955,6 +26112,13 @@ __metadata: languageName: node linkType: hard +"p-timeout@npm:^6.1.2": + version: 6.1.2 + resolution: "p-timeout@npm:6.1.2" + checksum: ca3ede368d792bd86fcfa4e133220536382225d31e5f62e2cedb8280df267b25f6684aa0056b22e8aa538cc85014b310058d8fdddeb0a1ff363093d56e87ac3a + languageName: node + linkType: hard + "p-try@npm:^1.0.0": version: 1.0.0 resolution: "p-try@npm:1.0.0" @@ -26286,6 +26450,13 @@ __metadata: languageName: node linkType: hard +"path-type@npm:^5.0.0": + version: 5.0.0 + resolution: "path-type@npm:5.0.0" + checksum: 15ec24050e8932c2c98d085b72cfa0d6b4eeb4cbde151a0a05726d8afae85784fc5544f733d8dfc68536587d5143d29c0bd793623fad03d7e61cc00067291cd5 + languageName: node + linkType: hard + "pathe@npm:^1.1.1": version: 1.1.1 resolution: "pathe@npm:1.1.1" @@ -27298,7 +27469,7 @@ __metadata: languageName: node linkType: hard -"process-nextick-args@npm:^2.0.0, process-nextick-args@npm:~2.0.0": +"process-nextick-args@npm:~2.0.0": version: 2.0.1 resolution: "process-nextick-args@npm:2.0.1" checksum: 1d38588e520dab7cea67cbbe2efdd86a10cc7a074c09657635e34f035277b59fbb57d09d8638346bf7090f8e8ebc070c96fa5fd183b777fff4f5edff5e9466cf @@ -27687,16 +27858,15 @@ __metadata: languageName: node linkType: hard -"react-dom@npm:^17.0.2": - version: 17.0.2 - resolution: "react-dom@npm:17.0.2" +"react-dom@npm:^18.0.0": + version: 18.2.0 + resolution: "react-dom@npm:18.2.0" dependencies: loose-envify: "npm:^1.1.0" - object-assign: "npm:^4.1.1" - scheduler: "npm:^0.20.2" + scheduler: "npm:^0.23.0" peerDependencies: - react: 17.0.2 - checksum: 0b3836131a64da8b1c2c852cc28b09c21a738c33c7a8d6021ac20d5619d753c8ee5fff8f97c95f2fc33053e44c2cbce9657453e21c55900164e6e0c3e955e826 + react: ^18.2.0 + checksum: ca5e7762ec8c17a472a3605b6f111895c9f87ac7d43a610ab7024f68cd833d08eda0625ce02ec7178cc1f3c957cf0b9273cdc17aa2cd02da87544331c43b1d21 languageName: node linkType: hard @@ -27759,13 +27929,12 @@ __metadata: languageName: node linkType: hard -"react@npm:^17.0.2": - version: 17.0.2 - resolution: "react@npm:17.0.2" +"react@npm:^18.0.0": + version: 18.2.0 + resolution: "react@npm:18.2.0" dependencies: loose-envify: "npm:^1.1.0" - object-assign: "npm:^4.1.1" - checksum: ece60c31c1d266d132783aaaffa185d2e4c9b4db144f853933ec690cee1e0600c8929a1dd0a9e79323eea8e2df636c9a06d40f6cfdc9f797f65225433e67f707 + checksum: b9214a9bd79e99d08de55f8bef2b7fc8c39630be97c4e29d7be173d14a9a10670b5325e94485f74cd8bff4966ef3c78ee53c79a7b0b9b70cba20aa8973acc694 languageName: node linkType: hard @@ -27887,7 +28056,7 @@ __metadata: languageName: node linkType: hard -"readable-stream@npm:^2.0.0, readable-stream@npm:^2.0.1, readable-stream@npm:^2.0.2, readable-stream@npm:^2.0.5, readable-stream@npm:^2.2.2, readable-stream@npm:^2.3.5, readable-stream@npm:~2.3.3, readable-stream@npm:~2.3.6": +"readable-stream@npm:^2.0.0, readable-stream@npm:^2.0.1, readable-stream@npm:^2.0.2, readable-stream@npm:^2.0.5, readable-stream@npm:^2.2.2, readable-stream@npm:~2.3.3, readable-stream@npm:~2.3.6": version: 2.3.8 resolution: "readable-stream@npm:2.3.8" dependencies: @@ -28105,14 +28274,7 @@ __metadata: languageName: node linkType: hard -"regexp-to-ast@npm:0.5.0": - version: 0.5.0 - resolution: "regexp-to-ast@npm:0.5.0" - checksum: 41f5c38f568cb64378812e8e77b1dc383a3975e311063bfb2a83179fc1e6601c59b1b32d5b85996eb2ae50b9ccb73e551268b9e32caae3ec60acd0f705d4a58c - languageName: node - linkType: hard - -"regexp-tree@npm:^0.1.24, regexp-tree@npm:~0.1.1": +"regexp-tree@npm:^0.1.27": version: 0.1.27 resolution: "regexp-tree@npm:0.1.27" bin: @@ -28175,7 +28337,7 @@ __metadata: languageName: node linkType: hard -"remove-trailing-separator@npm:^1.0.1": +"remove-trailing-separator@npm:^1.0.1, remove-trailing-separator@npm:^1.1.0": version: 1.1.0 resolution: "remove-trailing-separator@npm:1.1.0" checksum: d3c20b5a2d987db13e1cca9385d56ecfa1641bae143b620835ac02a6b70ab88f68f117a0021838db826c57b31373d609d52e4f31aca75fc490c862732d595419 @@ -28209,10 +28371,10 @@ __metadata: languageName: node linkType: hard -"replace-ext@npm:^1.0.0": - version: 1.0.1 - resolution: "replace-ext@npm:1.0.1" - checksum: 4994ea1aaa3d32d152a8d98ff638988812c4fa35ba55485630008fe6f49e3384a8a710878e6fd7304b42b38d1b64c1cd070e78ece411f327735581a79dd88571 +"replace-ext@npm:^2.0.0": + version: 2.0.0 + resolution: "replace-ext@npm:2.0.0" + checksum: ed640ac90d24cce4be977642847d138908d430049cc097633be33b072143515cc7d29699675a0c35f6dc3c3c73cb529ed352d59649cf15931740eb31ae083c1e languageName: node linkType: hard @@ -28428,6 +28590,15 @@ __metadata: languageName: node linkType: hard +"responselike@npm:^3.0.0": + version: 3.0.0 + resolution: "responselike@npm:3.0.0" + dependencies: + lowercase-keys: "npm:^3.0.0" + checksum: e0cc9be30df4f415d6d83cdede3c5c887cd4a73e7cc1708bcaab1d50a28d15acb68460ac5b02bcc55a42f3d493729c8856427dcf6e57e6e128ad05cba4cfb95e + languageName: node + linkType: hard + "restore-cursor@npm:^3.1.0": version: 3.1.0 resolution: "restore-cursor@npm:3.1.0" @@ -28697,15 +28868,6 @@ __metadata: languageName: node linkType: hard -"safe-regex@npm:^2.1.1": - version: 2.1.1 - resolution: "safe-regex@npm:2.1.1" - dependencies: - regexp-tree: "npm:~0.1.1" - checksum: 180d264110cdac9935877e5c37d17b89bd7e3a9bac982439e61517e4e0dfb0821e89ed49cb84c2d9690d18b33a0edf46d4decc6989e295ba2c866c08ed8b441a - languageName: node - linkType: hard - "safe-stable-stringify@npm:^2.2.0, safe-stable-stringify@npm:^2.3.1": version: 2.4.3 resolution: "safe-stable-stringify@npm:2.4.3" @@ -28821,13 +28983,12 @@ __metadata: languageName: node linkType: hard -"scheduler@npm:^0.20.2": - version: 0.20.2 - resolution: "scheduler@npm:0.20.2" +"scheduler@npm:^0.23.0": + version: 0.23.0 + resolution: "scheduler@npm:0.23.0" dependencies: loose-envify: "npm:^1.1.0" - object-assign: "npm:^4.1.1" - checksum: 898917fa475386953d998add9107c04bf2c335eee86172833995dee126d12a68bee3c29edbd61fa0bcbcb8ee511c422eaab23b86b02f95aab26ecfaed8df5e64 + checksum: 0c4557aa37bafca44ff21dc0ea7c92e2dbcb298bc62eae92b29a39b029134f02fb23917d6ebc8b1fa536b4184934314c20d8864d156a9f6357f3398aaf7bfda8 languageName: node linkType: hard @@ -29231,7 +29392,7 @@ __metadata: languageName: node linkType: hard -"signal-exit@npm:^4.0.1": +"signal-exit@npm:^4.0.1, signal-exit@npm:^4.1.0": version: 4.1.0 resolution: "signal-exit@npm:4.1.0" checksum: c9fa63bbbd7431066174a48ba2dd9986dfd930c3a8b59de9c29d7b6854ec1c12a80d15310869ea5166d413b99f041bfa3dd80a7947bcd44ea8e6eb3ffeabfa1f @@ -29307,6 +29468,13 @@ __metadata: languageName: node linkType: hard +"slash@npm:^5.1.0": + version: 5.1.0 + resolution: "slash@npm:5.1.0" + checksum: 2c41ec6fb1414cd9bba0fa6b1dd00e8be739e3fe85d079c69d4b09ca5f2f86eafd18d9ce611c0c0f686428638a36c272a6ac14799146a8295f259c10cc45cde4 + languageName: node + linkType: hard + "slice-ansi@npm:^4.0.0": version: 4.0.0 resolution: "slice-ansi@npm:4.0.0" @@ -29328,6 +29496,16 @@ __metadata: languageName: node linkType: hard +"slice-ansi@npm:^7.0.0": + version: 7.1.0 + resolution: "slice-ansi@npm:7.1.0" + dependencies: + ansi-styles: "npm:^6.2.1" + is-fullwidth-code-point: "npm:^5.0.0" + checksum: 10313dd3cf7a2e4b265f527b1684c7c568210b09743fd1bd74f2194715ed13ffba653dc93a5fa79e3b1711518b8990a732cb7143aa01ddafe626e99dfa6474b2 + languageName: node + linkType: hard + "smart-buffer@npm:^4.2.0": version: 4.2.0 resolution: "smart-buffer@npm:4.2.0" @@ -29342,18 +29520,16 @@ __metadata: languageName: node linkType: hard -"smee-client@npm:^1.2.2": - version: 1.2.5 - resolution: "smee-client@npm:1.2.5" +"smee-client@npm:^2.0.0": + version: 2.0.0 + resolution: "smee-client@npm:2.0.0" dependencies: - commander: "npm:^9.0.0" - eventsource: "npm:^2.0.0" - morgan: "npm:^1.9.1" - superagent: "npm:^8.0.0" - validator: "npm:^13.7.0" + commander: "npm:^11.1.0" + eventsource: "npm:^2.0.2" + validator: "npm:^13.11.0" bin: smee: bin/smee.js - checksum: 693b60c605715090215fcd7b1b9d7ab32714761600592d4c1d5acb5d3352d787ad4d9833343e66b45e628d0e30ca264c606c5afa21d22ad80ea615ec948fa0f3 + checksum: a85f28a96564775964bd62ecaa1ca69d90873298aaa0bb43bf6825e3226dd5e6557c98f62036ca2e86435a409a2db61ac5c9fdfca98dd0b10cf68cfb96c6741c languageName: node linkType: hard @@ -29724,7 +29900,7 @@ __metadata: languageName: node linkType: hard -"split2@npm:^3.0.0, split2@npm:^3.1.1, split2@npm:^3.2.2": +"split2@npm:^3.0.0, split2@npm:^3.1.1": version: 3.2.2 resolution: "split2@npm:3.2.2" dependencies: @@ -29972,7 +30148,7 @@ __metadata: languageName: node linkType: hard -"streamx@npm:^2.15.0": +"streamx@npm:^2.12.5, streamx@npm:^2.15.0": version: 2.15.6 resolution: "streamx@npm:2.15.6" dependencies: @@ -30010,7 +30186,7 @@ __metadata: languageName: node linkType: hard -"string-width@npm:^5.0.0, string-width@npm:^5.0.1, string-width@npm:^5.1.2": +"string-width@npm:^5.0.1, string-width@npm:^5.1.2": version: 5.1.2 resolution: "string-width@npm:5.1.2" dependencies: @@ -30032,6 +30208,17 @@ __metadata: languageName: node linkType: hard +"string-width@npm:^7.0.0": + version: 7.0.0 + resolution: "string-width@npm:7.0.0" + dependencies: + emoji-regex: "npm:^10.3.0" + get-east-asian-width: "npm:^1.0.0" + strip-ansi: "npm:^7.1.0" + checksum: bc0de5700a2690895169fce447ec4ed44bc62de80312c2093d5606bfd48319bb88e48a99e97f269dff2bc9577448b91c26b3804c16e7d9b389699795e4655c3b + languageName: node + linkType: hard + "string.prototype.padend@npm:^3.0.0": version: 3.1.5 resolution: "string.prototype.padend@npm:3.1.5" @@ -30135,31 +30322,22 @@ __metadata: languageName: node linkType: hard -"strip-bom-buf@npm:^1.0.0": - version: 1.0.0 - resolution: "strip-bom-buf@npm:1.0.0" +"strip-bom-buf@npm:^3.0.0, strip-bom-buf@npm:^3.0.1": + version: 3.0.1 + resolution: "strip-bom-buf@npm:3.0.1" dependencies: is-utf8: "npm:^0.2.1" - checksum: 246665fa1c50eb0852ed174fdbd7da34edb444165e7dda2cd58e66b49a2900707d9f8d3f94bcc8542fe1f46ae7b4274a3411b8ab9e43cd1dcf1b77416e324cfb + checksum: eeee3d7bfdeec5ad901b61675145d3f0b3c5df95dfb50c3cffd0e38afa897ded90ccbd61949cf66507ec4b56d747d90cd10874b39b63affe61310c48d4f47ebf languageName: node linkType: hard -"strip-bom-stream@npm:^2.0.0": - version: 2.0.0 - resolution: "strip-bom-stream@npm:2.0.0" - dependencies: - first-chunk-stream: "npm:^2.0.0" - strip-bom: "npm:^2.0.0" - checksum: 3e2ff494d9181537ceee35c7bb662fee9dfcebba0779f004e7c1455278f2616c0915b66d8d5432a6cb7e23c792c199717b4661a12e8fa2728a18961dd0203a2e - languageName: node - linkType: hard - -"strip-bom@npm:^2.0.0": - version: 2.0.0 - resolution: "strip-bom@npm:2.0.0" +"strip-bom-stream@npm:^5.0.0": + version: 5.0.0 + resolution: "strip-bom-stream@npm:5.0.0" dependencies: - is-utf8: "npm:^0.2.0" - checksum: 08efb746bc67b10814cd03d79eb31bac633393a782e3f35efbc1b61b5165d3806d03332a97f362822cf0d4dd14ba2e12707fcff44fe1c870c48a063a0c9e4944 + first-chunk-stream: "npm:^5.0.0" + strip-bom-buf: "npm:^3.0.0" + checksum: ce0099e832ab1587a6dc21bac15a8aa8da612d5565e496e8e2b86d134b3a05dec5c5480ad3d17dd78eaab58417d4c3b4bf611e07121f829377b793f119a69e5b languageName: node linkType: hard @@ -30288,17 +30466,18 @@ __metadata: languageName: node linkType: hard -"stylelint-scss@npm:^4.0.0": - version: 4.7.0 - resolution: "stylelint-scss@npm:4.7.0" +"stylelint-scss@npm:^6.0.0": + version: 6.0.0 + resolution: "stylelint-scss@npm:6.0.0" dependencies: + known-css-properties: "npm:^0.29.0" postcss-media-query-parser: "npm:^0.2.3" postcss-resolve-nested-selector: "npm:^0.1.1" - postcss-selector-parser: "npm:^6.0.11" + postcss-selector-parser: "npm:^6.0.13" postcss-value-parser: "npm:^4.2.0" peerDependencies: - stylelint: ^14.5.1 || ^15.0.0 - checksum: 6a49f1f19339c812adc1fc89bb30d0a79ab1a88082f8d18b9403893f06e4f646131d9d4f2788a2fe2847fe38ff6cf505de8a3f6358665e022f91903c7453f4c4 + stylelint: ^16.0.2 + checksum: 8a0c19ab7f7cd342635bc6199940e9a33a5e09ace4ba032ac3b66d55fe63c3072658e76432680b91301bed41b33fcb8c8b26787a291ee5ea95928b0625063a8d languageName: node linkType: hard @@ -30408,24 +30587,6 @@ __metadata: languageName: node linkType: hard -"superagent@npm:^8.0.0": - version: 8.1.2 - resolution: "superagent@npm:8.1.2" - dependencies: - component-emitter: "npm:^1.3.0" - cookiejar: "npm:^2.1.4" - debug: "npm:^4.3.4" - fast-safe-stringify: "npm:^2.1.1" - form-data: "npm:^4.0.0" - formidable: "npm:^2.1.2" - methods: "npm:^1.1.2" - mime: "npm:2.6.0" - qs: "npm:^6.11.0" - semver: "npm:^7.3.8" - checksum: 33d0072e051baf91c7d68131c70682a0650dd1bd0b8dfb6f88e5bdfcb02e18cc2b42a66e44b32fd405ac6bcf5fd57c6e267bf80e2a8ce57a18166a9d3a78f57d - languageName: node - linkType: hard - "supports-color@npm:^2.0.0": version: 2.0.0 resolution: "supports-color@npm:2.0.0" @@ -30650,6 +30811,15 @@ __metadata: languageName: node linkType: hard +"teex@npm:^1.0.1": + version: 1.0.1 + resolution: "teex@npm:1.0.1" + dependencies: + streamx: "npm:^2.12.5" + checksum: 36bf7ce8bb5eb428ad7b14b695ee7fb0a02f09c1a9d8181cc42531208543a920b299d711bf78dad4ff9bcf36ac437ae8e138053734746076e3e0e7d6d76eef64 + languageName: node + linkType: hard + "telejson@npm:^7.2.0": version: 7.2.0 resolution: "telejson@npm:7.2.0" @@ -30772,6 +30942,13 @@ __metadata: languageName: node linkType: hard +"text-extensions@npm:^2.0.0": + version: 2.4.0 + resolution: "text-extensions@npm:2.4.0" + checksum: 9bdbc9959e004ccc86a6ec076d6c5bb6765978263e9d0d5febb640d7675c09919ea912f3fe9d50b68c3c7c43cc865610a7cb24954343abb31f74c205fbae4e45 + languageName: node + linkType: hard + "text-hex@npm:1.0.x": version: 1.0.0 resolution: "text-hex@npm:1.0.0" @@ -30840,12 +31017,10 @@ __metadata: languageName: node linkType: hard -"tinylogic@npm:^1.0.3": - version: 1.0.3 - resolution: "tinylogic@npm:1.0.3" - dependencies: - chevrotain: "npm:^9.1.0" - checksum: f7fb15120b35fe299ec5cd40144cbea5146a15a70610f7d13a9b541596f5b6dd05fe08177f33102946f1a5b3e36ff2c2957580b54cfff83abb43a4bdd683669e +"tinylogic@npm:^2.0.0": + version: 2.0.0 + resolution: "tinylogic@npm:2.0.0" + checksum: 6467b1ed9b602dae035726ee3faf2682bddffb5389b42fdb4daf13878037420ed9981a572ca7db467bd26c4ab00fb4eefe654f24e35984ec017fb5e83081db97 languageName: node linkType: hard @@ -31151,7 +31326,7 @@ __metadata: languageName: node linkType: hard -"ts-node@npm:^10.8.1, ts-node@npm:^10.9.1, ts-node@npm:~10.9.1": +"ts-node@npm:^10.9.1, ts-node@npm:~10.9.1": version: 10.9.2 resolution: "ts-node@npm:10.9.2" dependencies: @@ -31311,7 +31486,7 @@ __metadata: languageName: node linkType: hard -"typanion@npm:^3.3.1": +"typanion@npm:^3.8.0": version: 3.14.0 resolution: "typanion@npm:3.14.0" checksum: 5e88d9e6121ff0ec543f572152fdd1b70e9cca35406d79013ec8e08defa8ef96de5fec9e98da3afbd1eb4426b9e8e8fe423163d0b482e34a40103cab1ef29abd @@ -31392,7 +31567,7 @@ __metadata: languageName: node linkType: hard -"type-fest@npm:^1.0.1, type-fest@npm:^1.0.2, type-fest@npm:^1.2.1, type-fest@npm:^1.2.2": +"type-fest@npm:^1.0.1, type-fest@npm:^1.2.1, type-fest@npm:^1.2.2": version: 1.4.0 resolution: "type-fest@npm:1.4.0" checksum: 89875c247564601c2650bacad5ff80b859007fbdb6c9e43713ae3ffa3f584552eea60f33711dd762e16496a1ab4debd409822627be14097d9a17e39c49db591a @@ -31406,6 +31581,13 @@ __metadata: languageName: node linkType: hard +"type-fest@npm:^3.0.0": + version: 3.13.1 + resolution: "type-fest@npm:3.13.1" + checksum: 9a8a2359ada34c9b3affcaf3a8f73ee14c52779e89950db337ce66fb74c3399776c697c99f2532e9b16e10e61cfdba3b1c19daffb93b338b742f0acd0117ce12 + languageName: node + linkType: hard + "type-fest@npm:^4.3.1": version: 4.8.3 resolution: "type-fest@npm:4.8.3" @@ -31543,7 +31725,7 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^4.6.4 || ^5.2.2, typescript@npm:^5.0.4": +"typescript@npm:^5.0.4": version: 5.3.3 resolution: "typescript@npm:5.3.3" bin: @@ -31573,7 +31755,7 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^4.6.4 || ^5.2.2#optional!builtin, typescript@patch:typescript@npm%3A^5.0.4#optional!builtin": +"typescript@patch:typescript@npm%3A^5.0.4#optional!builtin": version: 5.3.3 resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin::version=5.3.3&hash=e012d7" bin: @@ -31730,6 +31912,13 @@ __metadata: languageName: node linkType: hard +"unicorn-magic@npm:^0.1.0": + version: 0.1.0 + resolution: "unicorn-magic@npm:0.1.0" + checksum: 9b4d0e9809807823dc91d0920a4a4c0cff2de3ebc54ee87ac1ee9bc75eafd609b09d1f14495e0173aef26e01118706196b6ab06a75fe0841028b3983a8af313f + languageName: node + linkType: hard + "union-value@npm:^1.0.0": version: 1.0.1 resolution: "union-value@npm:1.0.1" @@ -32075,7 +32264,7 @@ __metadata: languageName: node linkType: hard -"validator@npm:^13.7.0": +"validator@npm:^13.11.0": version: 13.11.0 resolution: "validator@npm:13.11.0" checksum: 4bf094641eb71729c06a42d669840e7189597ba655a8264adabac9bf03f95cd6fde5fbc894b0a13ee861bd4a852f56d2afdc9391aeaeb3fc0f9633a974140e12 @@ -32100,30 +32289,28 @@ __metadata: languageName: node linkType: hard -"vinyl-file@npm:^3.0.0": - version: 3.0.0 - resolution: "vinyl-file@npm:3.0.0" +"vinyl-file@npm:^5.0.0": + version: 5.0.0 + resolution: "vinyl-file@npm:5.0.0" dependencies: - graceful-fs: "npm:^4.1.2" - pify: "npm:^2.3.0" - strip-bom-buf: "npm:^1.0.0" - strip-bom-stream: "npm:^2.0.0" - vinyl: "npm:^2.0.1" - checksum: e187a74d41f45d22e8faa17b5552a795aca7c4084034dd9683086ace3752651f164c42aee1961081005f8299388b0a62ad1e3eea991a8d3747db58502f900ff4 + "@types/vinyl": "npm:^2.0.7" + strip-bom-buf: "npm:^3.0.1" + strip-bom-stream: "npm:^5.0.0" + vinyl: "npm:^3.0.0" + checksum: 156eba602500be74e6ab920458db54dc01728699b8a3a6701b545aac5bb5e3fb8be21bcb7ba6872a87b101897bba67219ae2f91216dca1b676c5cb09cf61dcaf languageName: node linkType: hard -"vinyl@npm:^2.0.1": - version: 2.2.1 - resolution: "vinyl@npm:2.2.1" +"vinyl@npm:^3.0.0": + version: 3.0.0 + resolution: "vinyl@npm:3.0.0" dependencies: - clone: "npm:^2.1.1" - clone-buffer: "npm:^1.0.0" + clone: "npm:^2.1.2" clone-stats: "npm:^1.0.0" - cloneable-readable: "npm:^1.0.0" - remove-trailing-separator: "npm:^1.0.1" - replace-ext: "npm:^1.0.0" - checksum: 6f7c034381afbfd2fd3d09d75a7275f232a00e623f84e9f7fd3569015110f7d03b7535e6c9e6dd0166e1cee6d490182a25aa17a95db1c6aab6d066561466fb49 + remove-trailing-separator: "npm:^1.1.0" + replace-ext: "npm:^2.0.0" + teex: "npm:^1.0.1" + checksum: 3371947a92c4b65c7adb944b22586480ffc723ec62347d09b64e593193cb523ce5f472d52549f0e0bbfa82db6c320cae46739461594b0602bba0419d0d7800fb languageName: node linkType: hard @@ -32240,6 +32427,13 @@ __metadata: languageName: node linkType: hard +"web-streams-polyfill@npm:^3.0.3": + version: 3.2.1 + resolution: "web-streams-polyfill@npm:3.2.1" + checksum: 08fcf97b7883c1511dd3da794f50e9bde75a660884783baaddb2163643c21a94086f394dc4bd20dff0f55c98d98d60c4bea05a5809ef5005bdf835b63ada8900 + languageName: node + linkType: hard + "webdriver-js-extender@npm:2.1.0": version: 2.1.0 resolution: "webdriver-js-extender@npm:2.1.0" @@ -32701,7 +32895,7 @@ __metadata: languageName: node linkType: hard -"wrap-ansi@npm:^8.0.1, wrap-ansi@npm:^8.1.0": +"wrap-ansi@npm:^8.1.0": version: 8.1.0 resolution: "wrap-ansi@npm:8.1.0" dependencies: @@ -32712,6 +32906,17 @@ __metadata: languageName: node linkType: hard +"wrap-ansi@npm:^9.0.0": + version: 9.0.0 + resolution: "wrap-ansi@npm:9.0.0" + dependencies: + ansi-styles: "npm:^6.2.1" + string-width: "npm:^7.0.0" + strip-ansi: "npm:^7.1.0" + checksum: b9d91564c091cf3978a7c18ca0f3e4d4606e83549dbe59cf76f5e77feefdd5ec91443155e8102630524d10a8c275efac8a7082c0f26fa43e6b989dc150d176ce + languageName: node + linkType: hard + "wrappy@npm:1": version: 1.0.2 resolution: "wrappy@npm:1.0.2" @@ -32915,10 +33120,10 @@ __metadata: languageName: node linkType: hard -"yaml@npm:2.3.1": - version: 2.3.1 - resolution: "yaml@npm:2.3.1" - checksum: 66501d597e43766eb94dc175d28ec8b2c63087d6a78783e59b4218eee32b9172740f9f27d54b7bc0ca8af61422f7134929f9974faeaac99d583787e793852fd2 +"yaml@npm:2.3.4, yaml@npm:^2.0.0, yaml@npm:^2.3.3": + version: 2.3.4 + resolution: "yaml@npm:2.3.4" + checksum: f8207ce43065a22268a2806ea6a0fa3974c6fde92b4b2fa0082357e487bc333e85dc518910007e7ac001b532c7c84bd3eccb6c7757e94182b564028b0008f44b languageName: node linkType: hard @@ -32929,13 +33134,6 @@ __metadata: languageName: node linkType: hard -"yaml@npm:^2.0.0, yaml@npm:^2.3.3": - version: 2.3.4 - resolution: "yaml@npm:2.3.4" - checksum: f8207ce43065a22268a2806ea6a0fa3974c6fde92b4b2fa0082357e487bc333e85dc518910007e7ac001b532c7c84bd3eccb6c7757e94182b564028b0008f44b - languageName: node - linkType: hard - "yargs-parser@npm:21.1.1, yargs-parser@npm:^21.0.1, yargs-parser@npm:^21.1.1": version: 21.1.1 resolution: "yargs-parser@npm:21.1.1"