From 9973c43249a4794e846aaecc309857cc43d51751 Mon Sep 17 00:00:00 2001 From: PierreDemailly <39910767+PierreDemailly@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:13:57 +0100 Subject: [PATCH] chore: update dependencies (#210) --- .github/workflows/agent.yml | 4 +- .github/workflows/codeql.yml | 8 +- .github/workflows/config.yml | 4 +- .github/workflows/discord.yml | 4 +- .github/workflows/logql.yml | 4 +- .github/workflows/morphix.yml | 4 +- .github/workflows/notifiers.yml | 4 +- .github/workflows/pattern.yml | 4 +- .github/workflows/scorecard.yml | 6 +- .github/workflows/slack.yml | 4 +- .github/workflows/teams.yml | 4 +- package-lock.json | 212 ++++++++++++++++++++------------ package.json | 8 +- src/agent/package.json | 16 +-- src/config/package.json | 6 +- src/discord/package.json | 2 +- src/morphix/package.json | 2 +- src/pattern/package.json | 2 +- src/slack/package.json | 2 +- src/teams/package.json | 2 +- 20 files changed, 175 insertions(+), 127 deletions(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index 1f2ad2e..5218a52 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -23,12 +23,12 @@ jobs: fail-fast: false steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a743109..c7a6b2c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit @@ -54,7 +54,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 + uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -68,7 +68,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 + uses: github/codeql-action/autobuild@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 # ℹī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -81,6 +81,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 + uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 86eda6b..c900448 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -21,12 +21,12 @@ jobs: fail-fast: false steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index 30da828..c7e9378 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -21,12 +21,12 @@ jobs: fail-fast: false steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.github/workflows/logql.yml b/.github/workflows/logql.yml index a665013..89a1a85 100644 --- a/.github/workflows/logql.yml +++ b/.github/workflows/logql.yml @@ -21,12 +21,12 @@ jobs: fail-fast: false steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.github/workflows/morphix.yml b/.github/workflows/morphix.yml index 266ab5a..03eadc7 100644 --- a/.github/workflows/morphix.yml +++ b/.github/workflows/morphix.yml @@ -21,12 +21,12 @@ jobs: fail-fast: false steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.github/workflows/notifiers.yml b/.github/workflows/notifiers.yml index c169665..5b75214 100644 --- a/.github/workflows/notifiers.yml +++ b/.github/workflows/notifiers.yml @@ -21,12 +21,12 @@ jobs: fail-fast: false steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.github/workflows/pattern.yml b/.github/workflows/pattern.yml index 7adfeed..524c6b9 100644 --- a/.github/workflows/pattern.yml +++ b/.github/workflows/pattern.yml @@ -21,12 +21,12 @@ jobs: fail-fast: false steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 1f9ee4e..046eb02 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit @@ -65,7 +65,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: SARIF file path: results.sarif @@ -73,6 +73,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 + uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 with: sarif_file: results.sarif diff --git a/.github/workflows/slack.yml b/.github/workflows/slack.yml index e878a61..9b370c1 100644 --- a/.github/workflows/slack.yml +++ b/.github/workflows/slack.yml @@ -21,12 +21,12 @@ jobs: fail-fast: false steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.github/workflows/teams.yml b/.github/workflows/teams.yml index 8b671fa..ec7f7ec 100644 --- a/.github/workflows/teams.yml +++ b/.github/workflows/teams.yml @@ -21,12 +21,12 @@ jobs: fail-fast: false steps: - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 + uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 with: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/package-lock.json b/package-lock.json index a7877d7..3d4dd28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,12 +21,12 @@ ], "devDependencies": { "@nodesecure/eslint-config": "^1.9.0", - "@types/node": "^20.10.7", - "c8": "^9.0.0", + "@types/node": "^20.11.17", + "c8": "^9.1.0", "cross-env": "^7.0.3", "glob": "^10.3.10", - "tsup": "^8.0.1", - "tsx": "^4.7.0", + "tsup": "^8.0.2", + "tsx": "^4.7.1", "typescript": "^5.3.3" } }, @@ -1039,6 +1039,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-2.0.3.tgz", "integrity": "sha512-PY8cZQnot0qAdgG+FO6TWCNd3hIkPsps2ObaiG3fQK5yGw2mGafOPTFEyIuAPTJ+kiATGodPjMEXSjYaun/juQ==", + "peer": true, "dependencies": { "@openally/result": "^1.2.0", "content-type": "^1.0.5", @@ -1054,16 +1055,17 @@ "version": "10.1.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz", "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==", + "peer": true, "engines": { "node": "14 || >=16.14" } }, "node_modules/@myunisoft/loki": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@myunisoft/loki/-/loki-3.0.0.tgz", - "integrity": "sha512-hyPwBkXOejI04A5b4o1SZXXtiAs8CnKnvW/cgaeeY3vX9cbjdEx2zO7ejkaX67hCjvBTgwOYH/7P+K6FCF1e3A==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@myunisoft/loki/-/loki-3.0.1.tgz", + "integrity": "sha512-EtSpBMZYvTOkDqfhz3iUeWG2EhOJjtpcnmgCX9EZePVtNv5u47q75BG+VxxTqO7ZuxOp0+bwuOGL22MeHJKu1A==", "dependencies": { - "@myunisoft/httpie": "^2.0.1", + "@myunisoft/httpie": "^3.0.3", "@openally/auto-url": "^1.0.1", "@sigyn/logql": "^2.0.0", "@sigyn/pattern": "^1.0.0", @@ -1071,7 +1073,30 @@ "ms": "^2.1.3" }, "engines": { - "node": ">=16" + "node": ">=18" + } + }, + "node_modules/@myunisoft/loki/node_modules/@myunisoft/httpie": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.3.tgz", + "integrity": "sha512-EtUzsd0ZQHacu68/W0vw20cgs5zSWF4pNhokLy37ygxTgMZdb99anNoYcuy43AFDS8nj0ya+9QYx/SA54e6H6w==", + "dependencies": { + "@openally/result": "^1.2.0", + "content-type": "^1.0.5", + "lru-cache": "^10.1.0", + "statuses": "^2.0.1", + "undici": "^6.0.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@myunisoft/loki/node_modules/lru-cache": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", + "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "engines": { + "node": "14 || >=16.14" } }, "node_modules/@myunisoft/loki/node_modules/ms": { @@ -1079,6 +1104,17 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, + "node_modules/@myunisoft/loki/node_modules/undici": { + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.6.2.tgz", + "integrity": "sha512-vSqvUE5skSxQJ5sztTZ/CdeJb1Wq0Hf44hlYMciqHghvz+K88U0l7D6u1VsndoFgskDcnU+nG3gYmMzJVzd9Qg==", + "dependencies": { + "@fastify/busboy": "^2.0.0" + }, + "engines": { + "node": ">=18.0" + } + }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { "version": "5.1.1-v1", "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", @@ -1383,9 +1419,9 @@ } }, "node_modules/@types/better-sqlite3": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/better-sqlite3/-/better-sqlite3-7.6.8.tgz", - "integrity": "sha512-ASndM4rdGrzk7iXXqyNC4fbwt4UEjpK0i3j4q4FyeQrLAthfB6s7EF135ZJE0qQxtKIMFwmyT6x0switET7uIw==", + "version": "7.6.9", + "resolved": "https://registry.npmjs.org/@types/better-sqlite3/-/better-sqlite3-7.6.9.tgz", + "integrity": "sha512-FvktcujPDj9XKMJQWFcl2vVl7OdRIqsSRX9b0acWwTmwLK9CF2eqo/FRcmMLNpugKoX/avA6pb7TorDLmpgTnQ==", "dev": true, "dependencies": { "@types/node": "*" @@ -1426,9 +1462,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.10.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.7.tgz", - "integrity": "sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==", + "version": "20.11.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", + "integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -1935,9 +1971,9 @@ ] }, "node_modules/better-sqlite3": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-9.2.2.tgz", - "integrity": "sha512-qwjWB46il0lsDkeB4rSRI96HyDQr8sxeu1MkBVLMrwusq1KRu4Bpt1TMI+8zIJkDUtZ3umjAkaEjIlokZKWCQw==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-9.4.1.tgz", + "integrity": "sha512-QpqiQeMI4WkE+dQ68zTMX5OzlPGc7lXIDP1iKUt4Omt9PdaVgzKYxHIJRIzt1E+RUBQoFmkip/IbvzyrxehAIg==", "hasInstallScript": true, "dependencies": { "bindings": "^1.5.0", @@ -2098,9 +2134,9 @@ } }, "node_modules/c8": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/c8/-/c8-9.0.0.tgz", - "integrity": "sha512-nFJhU2Cz6Frh2awk3IW7wwk3wx27/U2v8ojQCHGc1GWTCHS6aMu4lal327/ZnnYj7oSThGF1X3qUP1yzAJBcOQ==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/c8/-/c8-9.1.0.tgz", + "integrity": "sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==", "dev": true, "dependencies": { "@bcoe/v8-coverage": "^0.2.3", @@ -2404,6 +2440,14 @@ "node": ">=12.0.0" } }, + "node_modules/croner": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/croner/-/croner-8.0.0.tgz", + "integrity": "sha512-NhZ7wV9L0nxbSJKYp6u+OHCytFv4RlCu0O6GsglJIZMpMqmtb0kcNNPS5lv1O8qclhDA1NffLSsGx2ftbWQamw==", + "engines": { + "node": ">=18.0" + } + }, "node_modules/cross-env": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", @@ -2571,14 +2615,14 @@ } }, "node_modules/dotenv": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", - "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "version": "16.4.3", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.3.tgz", + "integrity": "sha512-II98GFrje5psQTSve0E7bnwMFybNLqT8Vu8JIFWRjsE3khyNUm/loZupuy5DVzG2IXf/ysxvrixYOQnM6mjD3A==", "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, "node_modules/eastasianwidth": { @@ -3046,9 +3090,9 @@ } }, "node_modules/esmock": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.6.0.tgz", - "integrity": "sha512-PFcxAm5bzPckh9V6s78FW+WaR/J+1R9K6vlItFOIFqNn+3w1pgo/HEEOJ2HBwVdrEnO7xXBgGUcFoNsdTU599A==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.6.3.tgz", + "integrity": "sha512-1gtVLLHyB742JNWkIFfiKwB8rXgJZO/X717ua4yzT0hIqsDFjtnrpAKHO+HlIMSIhMExCWJzpk9lDsh2XuKAKw==", "dev": true, "engines": { "node": ">=14.16.0" @@ -4806,9 +4850,9 @@ } }, "node_modules/pino": { - "version": "8.17.2", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.17.2.tgz", - "integrity": "sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-8.18.0.tgz", + "integrity": "sha512-Mz/gKiRyuXu4HnpHgi1YWdHQCoWMufapzooisvFn78zl4dZciAxS+YeRkUxXl1ee/SzU80YCz1zpECCh4oC6Aw==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", @@ -5985,9 +6029,20 @@ } }, "node_modules/toad-scheduler": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/toad-scheduler/-/toad-scheduler-3.0.0.tgz", - "integrity": "sha512-BYmrORvaGmjziir/ra8qD3qAKczJveqK5ZOO/wn7oS5qLI4iibOza3DBGgu+EwNp9zdlBTKSeZPmxZxzGy1dxw==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/toad-scheduler/-/toad-scheduler-3.0.1.tgz", + "integrity": "sha512-UunrUeXWHXNauNMP47OHKfFeJlHxt89f29fdwey+EQLnVGbGPcFk7ArTuTk7SCcrSeVDTlhr5ayFHal0Z1LhJg==", + "dependencies": { + "croner": "^7.0.5" + } + }, + "node_modules/toad-scheduler/node_modules/croner": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/croner/-/croner-7.0.5.tgz", + "integrity": "sha512-15HLCD7iXnMe5km54yc4LN5BH+Cg9uCQvbkJ0acHxFffE29w3Uvgb9s/l310UCVUgMwGSBNw9BAHsEb5uMgj1g==", + "engines": { + "node": ">=6.0" + } }, "node_modules/tr46": { "version": "1.0.1", @@ -6035,9 +6090,9 @@ "dev": true }, "node_modules/tsd": { - "version": "0.30.3", - "resolved": "https://registry.npmjs.org/tsd/-/tsd-0.30.3.tgz", - "integrity": "sha512-xoEp6JPqpT9Ti9wGX5qgy7URp0lrmxN7YkbsyphBzdc1SYiXvJYgRXSIVvSZz42+/Wd/R1kBOMbgGC6rtiKxqQ==", + "version": "0.30.4", + "resolved": "https://registry.npmjs.org/tsd/-/tsd-0.30.4.tgz", + "integrity": "sha512-ncC4SwAeUk0OTcXt5h8l0/gOLHJSp9ogosvOADT6QYzrl0ITm398B3wkz8YESqefIsEEwvYAU8bvo7/rcN/M0Q==", "dev": true, "dependencies": { "@tsd/typescript": "~5.3.3", @@ -6056,9 +6111,9 @@ } }, "node_modules/tsup": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/tsup/-/tsup-8.0.1.tgz", - "integrity": "sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/tsup/-/tsup-8.0.2.tgz", + "integrity": "sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==", "dev": true, "dependencies": { "bundle-require": "^4.0.0", @@ -6114,9 +6169,9 @@ } }, "node_modules/tsx": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.0.tgz", - "integrity": "sha512-I+t79RYPlEYlHn9a+KzwrvEwhJg35h/1zHsLC2JXvhC2mdynMv6Zxzvhv5EMV6VF5qJlLlkSnMVvdZV3PSIGcg==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.1.tgz", + "integrity": "sha512-8d6VuibXHtlN5E3zFkgY8u4DX7Y3Z27zvvPKVmLon/D4AjuKzarkUBTLDBgj9iTQ0hg5xM7c/mYiRVM+HETf0g==", "dev": true, "dependencies": { "esbuild": "~0.19.10", @@ -6184,6 +6239,7 @@ "version": "5.28.2", "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.2.tgz", "integrity": "sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==", + "peer": true, "dependencies": { "@fastify/busboy": "^2.0.0" }, @@ -6516,20 +6572,20 @@ "version": "3.4.0", "license": "MIT", "dependencies": { - "@myunisoft/httpie": "^3.0.0", - "@myunisoft/loki": "^3.0.0", + "@myunisoft/httpie": "^3.0.3", + "@myunisoft/loki": "^3.0.1", "@openally/result": "^1.2.0", - "better-sqlite3": "^9.2.2", + "better-sqlite3": "^9.4.1", "cron-parser": "^4.9.0", - "croner": "^7.0.5", + "croner": "^8.0.0", "dayjs": "^1.11.10", - "dotenv": "^16.3.1", + "dotenv": "^16.4.3", "ms": "^2.1.3", - "pino": "^8.17.2", - "toad-scheduler": "^3.0.0" + "pino": "^8.18.0", + "toad-scheduler": "^3.0.1" }, "devDependencies": { - "@types/better-sqlite3": "^7.6.8", + "@types/better-sqlite3": "^7.6.9", "is-ci": "^3.0.1", "mockdate": "^3.0.5", "pino-pretty": "^10.3.1" @@ -6539,9 +6595,9 @@ } }, "src/agent/node_modules/@myunisoft/httpie": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.0.tgz", - "integrity": "sha512-GNJO+a8H3U0n9TBq/H0E6MrEPnwkfgI6stm9L6RWYTI0co2DiAdlQ2LfN853paLGn3gUwj35wYOYuyeE2teoCg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.3.tgz", + "integrity": "sha512-EtUzsd0ZQHacu68/W0vw20cgs5zSWF4pNhokLy37ygxTgMZdb99anNoYcuy43AFDS8nj0ya+9QYx/SA54e6H6w==", "dependencies": { "@openally/result": "^1.2.0", "content-type": "^1.0.5", @@ -6553,14 +6609,6 @@ "node": ">=18" } }, - "src/agent/node_modules/croner": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/croner/-/croner-7.0.5.tgz", - "integrity": "sha512-15HLCD7iXnMe5km54yc4LN5BH+Cg9uCQvbkJ0acHxFffE29w3Uvgb9s/l310UCVUgMwGSBNw9BAHsEb5uMgj1g==", - "engines": { - "node": ">=6.0" - } - }, "src/agent/node_modules/lru-cache": { "version": "10.1.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz", @@ -6590,23 +6638,23 @@ "version": "3.1.0", "license": "MIT", "dependencies": { - "@myunisoft/loki": "^3.0.0", + "@myunisoft/loki": "^3.0.1", "ajv": "^8.12.0", "ajv-keywords": "^5.1.0", "minimatch": "^9.0.3" }, "devDependencies": { - "@myunisoft/httpie": "^3.0.0", - "dotenv": "^16.3.1" + "@myunisoft/httpie": "^3.0.3", + "dotenv": "^16.4.3" }, "engines": { "node": ">=18" } }, "src/config/node_modules/@myunisoft/httpie": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.0.tgz", - "integrity": "sha512-GNJO+a8H3U0n9TBq/H0E6MrEPnwkfgI6stm9L6RWYTI0co2DiAdlQ2LfN853paLGn3gUwj35wYOYuyeE2teoCg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.3.tgz", + "integrity": "sha512-EtUzsd0ZQHacu68/W0vw20cgs5zSWF4pNhokLy37ygxTgMZdb99anNoYcuy43AFDS8nj0ya+9QYx/SA54e6H6w==", "dev": true, "dependencies": { "@openally/result": "^1.2.0", @@ -6645,16 +6693,16 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "@myunisoft/httpie": "^3.0.0" + "@myunisoft/httpie": "^3.0.3" }, "engines": { "node": ">=18" } }, "src/discord/node_modules/@myunisoft/httpie": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.0.tgz", - "integrity": "sha512-GNJO+a8H3U0n9TBq/H0E6MrEPnwkfgI6stm9L6RWYTI0co2DiAdlQ2LfN853paLGn3gUwj35wYOYuyeE2teoCg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.3.tgz", + "integrity": "sha512-EtUzsd0ZQHacu68/W0vw20cgs5zSWF4pNhokLy37ygxTgMZdb99anNoYcuy43AFDS8nj0ya+9QYx/SA54e6H6w==", "dependencies": { "@openally/result": "^1.2.0", "content-type": "^1.0.5", @@ -6698,7 +6746,7 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "esmock": "^2.6.0" + "esmock": "^2.6.3" }, "engines": { "node": ">=18" @@ -6720,7 +6768,7 @@ "version": "1.0.2", "license": "MIT", "devDependencies": { - "tsd": "^0.30.3" + "tsd": "^0.30.4" }, "engines": { "node": ">=18" @@ -6731,16 +6779,16 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "@myunisoft/httpie": "^3.0.0" + "@myunisoft/httpie": "^3.0.3" }, "engines": { "node": ">=18" } }, "src/slack/node_modules/@myunisoft/httpie": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.0.tgz", - "integrity": "sha512-GNJO+a8H3U0n9TBq/H0E6MrEPnwkfgI6stm9L6RWYTI0co2DiAdlQ2LfN853paLGn3gUwj35wYOYuyeE2teoCg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.3.tgz", + "integrity": "sha512-EtUzsd0ZQHacu68/W0vw20cgs5zSWF4pNhokLy37ygxTgMZdb99anNoYcuy43AFDS8nj0ya+9QYx/SA54e6H6w==", "dependencies": { "@openally/result": "^1.2.0", "content-type": "^1.0.5", @@ -6776,16 +6824,16 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "@myunisoft/httpie": "^3.0.0" + "@myunisoft/httpie": "^3.0.3" }, "engines": { "node": ">=18" } }, "src/teams/node_modules/@myunisoft/httpie": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.0.tgz", - "integrity": "sha512-GNJO+a8H3U0n9TBq/H0E6MrEPnwkfgI6stm9L6RWYTI0co2DiAdlQ2LfN853paLGn3gUwj35wYOYuyeE2teoCg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@myunisoft/httpie/-/httpie-3.0.3.tgz", + "integrity": "sha512-EtUzsd0ZQHacu68/W0vw20cgs5zSWF4pNhokLy37ygxTgMZdb99anNoYcuy43AFDS8nj0ya+9QYx/SA54e6H6w==", "dependencies": { "@openally/result": "^1.2.0", "content-type": "^1.0.5", diff --git a/package.json b/package.json index f788db8..1dc5258 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ ], "devDependencies": { "@nodesecure/eslint-config": "^1.9.0", - "@types/node": "^20.10.7", - "c8": "^9.0.0", + "@types/node": "^20.11.17", + "c8": "^9.1.0", "cross-env": "^7.0.3", "glob": "^10.3.10", - "tsup": "^8.0.1", - "tsx": "^4.7.0", + "tsup": "^8.0.2", + "tsx": "^4.7.1", "typescript": "^5.3.3" } } diff --git a/src/agent/package.json b/src/agent/package.json index adf1c16..ae691e7 100644 --- a/src/agent/package.json +++ b/src/agent/package.json @@ -40,20 +40,20 @@ "author": "GENTILHOMME Thomas ", "license": "MIT", "dependencies": { - "@myunisoft/httpie": "^3.0.0", - "@myunisoft/loki": "^3.0.0", + "@myunisoft/httpie": "^3.0.3", + "@myunisoft/loki": "^3.0.1", "@openally/result": "^1.2.0", - "better-sqlite3": "^9.2.2", + "better-sqlite3": "^9.4.1", "cron-parser": "^4.9.0", - "croner": "^7.0.5", + "croner": "^8.0.0", "dayjs": "^1.11.10", - "dotenv": "^16.3.1", + "dotenv": "^16.4.3", "ms": "^2.1.3", - "pino": "^8.17.2", - "toad-scheduler": "^3.0.0" + "pino": "^8.18.0", + "toad-scheduler": "^3.0.1" }, "devDependencies": { - "@types/better-sqlite3": "^7.6.8", + "@types/better-sqlite3": "^7.6.9", "is-ci": "^3.0.1", "mockdate": "^3.0.5", "pino-pretty": "^10.3.1" diff --git a/src/config/package.json b/src/config/package.json index 2cec5b5..738d6ad 100644 --- a/src/config/package.json +++ b/src/config/package.json @@ -38,13 +38,13 @@ "author": "GENTILHOMME Thomas ", "license": "MIT", "dependencies": { - "@myunisoft/loki": "^3.0.0", + "@myunisoft/loki": "^3.0.1", "ajv": "^8.12.0", "ajv-keywords": "^5.1.0", "minimatch": "^9.0.3" }, "devDependencies": { - "@myunisoft/httpie": "^3.0.0", - "dotenv": "^16.3.1" + "@myunisoft/httpie": "^3.0.3", + "dotenv": "^16.4.3" } } diff --git a/src/discord/package.json b/src/discord/package.json index e69e68c..500e1e8 100644 --- a/src/discord/package.json +++ b/src/discord/package.json @@ -38,6 +38,6 @@ "author": "GENTILHOMME Thomas ", "license": "MIT", "dependencies": { - "@myunisoft/httpie": "^3.0.0" + "@myunisoft/httpie": "^3.0.3" } } diff --git a/src/morphix/package.json b/src/morphix/package.json index e848d67..1f1fb0d 100644 --- a/src/morphix/package.json +++ b/src/morphix/package.json @@ -38,6 +38,6 @@ "author": "GENTILHOMME Thomas ", "license": "MIT", "devDependencies": { - "esmock": "^2.6.0" + "esmock": "^2.6.3" } } diff --git a/src/pattern/package.json b/src/pattern/package.json index bb0a150..a719c6f 100644 --- a/src/pattern/package.json +++ b/src/pattern/package.json @@ -49,6 +49,6 @@ "author": "GENTILHOMME Thomas ", "license": "MIT", "devDependencies": { - "tsd": "^0.30.3" + "tsd": "^0.30.4" } } diff --git a/src/slack/package.json b/src/slack/package.json index 6700105..076346e 100644 --- a/src/slack/package.json +++ b/src/slack/package.json @@ -38,6 +38,6 @@ "author": "GENTILHOMME Thomas ", "license": "MIT", "dependencies": { - "@myunisoft/httpie": "^3.0.0" + "@myunisoft/httpie": "^3.0.3" } } diff --git a/src/teams/package.json b/src/teams/package.json index 33a5a4a..f8fb71c 100644 --- a/src/teams/package.json +++ b/src/teams/package.json @@ -38,6 +38,6 @@ "author": "GENTILHOMME Thomas ", "license": "MIT", "dependencies": { - "@myunisoft/httpie": "^3.0.0" + "@myunisoft/httpie": "^3.0.3" } }