diff --git a/.github/workflows/approve.yml b/.github/workflows/approve.yml index a532f7cb..40667f76 100644 --- a/.github/workflows/approve.yml +++ b/.github/workflows/approve.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Generate github token id: generate_token uses: actions/create-github-app-token@v1.9.3 diff --git a/.github/workflows/cd-for-main.yml b/.github/workflows/cd-for-main.yml index 149a4ed3..e3a21d7a 100644 --- a/.github/workflows/cd-for-main.yml +++ b/.github/workflows/cd-for-main.yml @@ -12,9 +12,9 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - name: Checkout repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Setup asdf uses: asdf-vm/actions/setup@v3.0.2 continue-on-error: true diff --git a/.github/workflows/cd-for-pr.yml b/.github/workflows/cd-for-pr.yml index c5c6b7fd..f658438f 100644 --- a/.github/workflows/cd-for-pr.yml +++ b/.github/workflows/cd-for-pr.yml @@ -20,9 +20,9 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - name: Checkout repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Setup asdf uses: asdf-vm/actions/setup@v3.0.2 continue-on-error: true diff --git a/.github/workflows/cd-for-tag.yml b/.github/workflows/cd-for-tag.yml index 008259bb..279d5ef6 100644 --- a/.github/workflows/cd-for-tag.yml +++ b/.github/workflows/cd-for-tag.yml @@ -19,7 +19,7 @@ jobs: LATEST_TAG: ${{ steps.genelate_latest_tag.outputs.LATEST_TAG }} steps: - name: Check out the repo - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Get current version id: get_version run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90a6626a..92b03169 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Setup asdf uses: asdf-vm/actions/setup@v3.0.2 continue-on-error: true @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Setup asdf uses: asdf-vm/actions/setup@v3.0.2 continue-on-error: true @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Setup asdf uses: asdf-vm/actions/setup@v3.0.2 continue-on-error: true @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Setup asdf uses: asdf-vm/actions/setup@v3.0.2 continue-on-error: true diff --git a/.github/workflows/enable-auto-merge.yml b/.github/workflows/enable-auto-merge.yml index f028be22..743e51f8 100644 --- a/.github/workflows/enable-auto-merge.yml +++ b/.github/workflows/enable-auto-merge.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Generate github token id: generate_token uses: actions/create-github-app-token@v1.9.3 diff --git a/.github/workflows/image-build-and-publish.yml b/.github/workflows/image-build-and-publish.yml index daa32d9c..78456f2a 100644 --- a/.github/workflows/image-build-and-publish.yml +++ b/.github/workflows/image-build-and-publish.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Prepare for build id: prepare-for-build run: | diff --git a/package.json b/package.json index b1f44f79..92a79f5e 100644 --- a/package.json +++ b/package.json @@ -25,16 +25,16 @@ "@tsconfig/strictest": "2.0.5", "@types/lodash-es": "4.17.12", "@types/node": "20.12.7", - "@vitest/coverage-v8": "1.5.1", + "@vitest/coverage-v8": "1.5.2", "eslint": "9.1.1", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-import": "2.29.1", "prettier": "3.2.5", - "tsx": "4.7.2", + "tsx": "4.7.3", "typescript": "5.4.5", "typescript-eslint": "7.7.1", - "vitest": "1.5.1" + "vitest": "1.5.2" }, "dependencies": { "@discordjs/opus": "0.9.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a7b2c90..f95a4f8d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,8 +64,8 @@ importers: specifier: 20.12.7 version: 20.12.7 '@vitest/coverage-v8': - specifier: 1.5.1 - version: 1.5.1(vitest@1.5.1(@types/node@20.12.7)) + specifier: 1.5.2 + version: 1.5.2(vitest@1.5.2(@types/node@20.12.7)) eslint: specifier: 9.1.1 version: 9.1.1 @@ -82,8 +82,8 @@ importers: specifier: 3.2.5 version: 3.2.5 tsx: - specifier: 4.7.2 - version: 4.7.2 + specifier: 4.7.3 + version: 4.7.3 typescript: specifier: 5.4.5 version: 5.4.5 @@ -91,8 +91,8 @@ importers: specifier: 7.7.1 version: 7.7.1(eslint@9.1.1)(typescript@5.4.5) vitest: - specifier: 1.5.1 - version: 1.5.1(@types/node@20.12.7) + specifier: 1.5.2 + version: 1.5.2(@types/node@20.12.7) packages: @@ -820,25 +820,25 @@ packages: resolution: {integrity: sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==} engines: {node: ^18.18.0 || >=20.0.0} - '@vitest/coverage-v8@1.5.1': - resolution: {integrity: sha512-Zx+dYEDcZg+44ksjIWvWosIGlPLJB1PPpN3O8+Xrh/1qa7WSFA6Y8H7lsZJTYrxu4G2unk9tvP5TgjIGDliF1w==} + '@vitest/coverage-v8@1.5.2': + resolution: {integrity: sha512-QJqxRnbCwNtbbegK9E93rBmhN3dbfG1bC/o52Bqr0zGCYhQzwgwvrJBG7Q8vw3zilX6Ryy6oa/mkZku2lLJx1Q==} peerDependencies: - vitest: 1.5.1 + vitest: 1.5.2 - '@vitest/expect@1.5.1': - resolution: {integrity: sha512-w3Bn+VUMqku+oWmxvPhTE86uMTbfmBl35aGaIPlwVW7Q89ZREC/icfo2HBsEZ3AAW6YR9lObfZKPEzstw9tJOQ==} + '@vitest/expect@1.5.2': + resolution: {integrity: sha512-rf7MTD1WCoDlN3FfYJ9Llfp0PbdtOMZ3FIF0AVkDnKbp3oiMW1c8AmvRZBcqbAhDUAvF52e9zx4WQM1r3oraVA==} - '@vitest/runner@1.5.1': - resolution: {integrity: sha512-mt372zsz0vFR7L1xF/ert4t+teD66oSuXoTyaZbl0eJgilvyzCKP1tJ21gVa8cDklkBOM3DLnkE1ljj/BskyEw==} + '@vitest/runner@1.5.2': + resolution: {integrity: sha512-7IJ7sJhMZrqx7HIEpv3WrMYcq8ZNz9L6alo81Y6f8hV5mIE6yVZsFoivLZmr0D777klm1ReqonE9LyChdcmw6g==} - '@vitest/snapshot@1.5.1': - resolution: {integrity: sha512-h/1SGaZYXmjn6hULRBOlqam2z4oTlEe6WwARRzLErAPBqljAs6eX7tfdyN0K+MpipIwSZ5sZsubDWkCPAiVXZQ==} + '@vitest/snapshot@1.5.2': + resolution: {integrity: sha512-CTEp/lTYos8fuCc9+Z55Ga5NVPKUgExritjF5VY7heRFUfheoAqBneUlvXSUJHUZPjnPmyZA96yLRJDP1QATFQ==} - '@vitest/spy@1.5.1': - resolution: {integrity: sha512-vsqczk6uPJjmPLy6AEtqfbFqgLYcGBe9BTY+XL8L6y8vrGOhyE23CJN9P/hPimKXnScbqiZ/r/UtUSOQ2jIDGg==} + '@vitest/spy@1.5.2': + resolution: {integrity: sha512-xCcPvI8JpCtgikT9nLpHPL1/81AYqZy1GCy4+MCHBE7xi8jgsYkULpW5hrx5PGLgOQjUpb6fd15lqcriJ40tfQ==} - '@vitest/utils@1.5.1': - resolution: {integrity: sha512-92pE17bBXUxA0Y7goPcvnATMCuq4NQLOmqsG0e2BtzRi7KLwZB5jpiELi/8ybY8IQNWemKjSD5rMoO7xTdv8ug==} + '@vitest/utils@1.5.2': + resolution: {integrity: sha512-sWOmyofuXLJ85VvXNsroZur7mOJGiQeM0JN3/0D1uU8U9bGFM69X1iqHaRXl6R8BwaLY6yPCogP257zxTzkUdA==} '@vladfrangu/async_event_emitter@2.2.4': resolution: {integrity: sha512-ButUPz9E9cXMLgvAW8aLAKKJJsPu1dY1/l/E8xzLFuysowXygs6GBcyunK9rnGC4zTsnIc2mQo71rGw9U+Ykug==} @@ -2276,8 +2276,8 @@ packages: tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - tsx@4.7.2: - resolution: {integrity: sha512-BCNd4kz6fz12fyrgCTEdZHGJ9fWTGeUzXmQysh0RVocDY3h4frk05ZNCXSy4kIenF7y/QnrdiVpTsyNRn6vlAw==} + tsx@4.7.3: + resolution: {integrity: sha512-+fQnMqIp/jxZEXLcj6WzYy9FhcS5/Dfk8y4AtzJ6ejKcKqmfTF8Gso/jtrzDggCF2zTU20gJa6n8XqPYwDAUYQ==} engines: {node: '>=18.0.0'} hasBin: true @@ -2339,8 +2339,8 @@ packages: util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - vite-node@1.5.1: - resolution: {integrity: sha512-HNpfV7BrAsjkYVNWIcPleJwvJmydJqqJRrRbpoQ/U7QDwJKyEzNa4g5aYg8MjXJyKsk29IUCcMLFRcsEvqUIsA==} + vite-node@1.5.2: + resolution: {integrity: sha512-Y8p91kz9zU+bWtF7HGt6DVw2JbhyuB2RlZix3FPYAYmUyZ3n7iTp8eSyLyY6sxtPegvxQtmlTMhfPhUfCUF93A==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -2372,15 +2372,15 @@ packages: terser: optional: true - vitest@1.5.1: - resolution: {integrity: sha512-3GvBMpoRnUNbZRX1L3mJCv3Ou3NAobb4dM48y8k9ZGwDofePpclTOyO+lqJFKSQpubH1V8tEcAEw/Y3mJKGJQQ==} + vitest@1.5.2: + resolution: {integrity: sha512-l9gwIkq16ug3xY7BxHwcBQovLZG75zZL0PlsiYQbf76Rz6QGs54416UWMtC0jXeihvHvcHrf2ROEjkQRVpoZYw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.5.1 - '@vitest/ui': 1.5.1 + '@vitest/browser': 1.5.2 + '@vitest/ui': 1.5.2 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -3077,7 +3077,7 @@ snapshots: '@typescript-eslint/types': 7.7.1 eslint-visitor-keys: 3.4.3 - '@vitest/coverage-v8@1.5.1(vitest@1.5.1(@types/node@20.12.7))': + '@vitest/coverage-v8@1.5.2(vitest@1.5.2(@types/node@20.12.7))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -3092,33 +3092,33 @@ snapshots: std-env: 3.7.0 strip-literal: 2.1.0 test-exclude: 6.0.0 - vitest: 1.5.1(@types/node@20.12.7) + vitest: 1.5.2(@types/node@20.12.7) transitivePeerDependencies: - supports-color - '@vitest/expect@1.5.1': + '@vitest/expect@1.5.2': dependencies: - '@vitest/spy': 1.5.1 - '@vitest/utils': 1.5.1 + '@vitest/spy': 1.5.2 + '@vitest/utils': 1.5.2 chai: 4.4.1 - '@vitest/runner@1.5.1': + '@vitest/runner@1.5.2': dependencies: - '@vitest/utils': 1.5.1 + '@vitest/utils': 1.5.2 p-limit: 5.0.0 pathe: 1.1.2 - '@vitest/snapshot@1.5.1': + '@vitest/snapshot@1.5.2': dependencies: magic-string: 0.30.9 pathe: 1.1.2 pretty-format: 29.7.0 - '@vitest/spy@1.5.1': + '@vitest/spy@1.5.2': dependencies: tinyspy: 2.2.1 - '@vitest/utils@1.5.1': + '@vitest/utils@1.5.2': dependencies: diff-sequences: 29.6.3 estree-walker: 3.0.3 @@ -4711,7 +4711,7 @@ snapshots: tslib@2.6.2: {} - tsx@4.7.2: + tsx@4.7.3: dependencies: esbuild: 0.19.12 get-tsconfig: 4.7.3 @@ -4790,7 +4790,7 @@ snapshots: util-deprecate@1.0.2: {} - vite-node@1.5.1(@types/node@20.12.7): + vite-node@1.5.2(@types/node@20.12.7): dependencies: cac: 6.7.14 debug: 4.3.4 @@ -4816,13 +4816,13 @@ snapshots: '@types/node': 20.12.7 fsevents: 2.3.3 - vitest@1.5.1(@types/node@20.12.7): + vitest@1.5.2(@types/node@20.12.7): dependencies: - '@vitest/expect': 1.5.1 - '@vitest/runner': 1.5.1 - '@vitest/snapshot': 1.5.1 - '@vitest/spy': 1.5.1 - '@vitest/utils': 1.5.1 + '@vitest/expect': 1.5.2 + '@vitest/runner': 1.5.2 + '@vitest/snapshot': 1.5.2 + '@vitest/spy': 1.5.2 + '@vitest/utils': 1.5.2 acorn-walk: 8.3.2 chai: 4.4.1 debug: 4.3.4 @@ -4836,7 +4836,7 @@ snapshots: tinybench: 2.7.0 tinypool: 0.8.4 vite: 5.2.10(@types/node@20.12.7) - vite-node: 1.5.1(@types/node@20.12.7) + vite-node: 1.5.2(@types/node@20.12.7) why-is-node-running: 2.2.2 optionalDependencies: '@types/node': 20.12.7