From 7ea4f86e5ada965b34f8ea9b0e49ea94ab7fee82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:34:33 +0000 Subject: [PATCH 1/3] build(deps): bump the npm-dependencies group with 3 updates Bumps the npm-dependencies group with 3 updates: [discord-api-types](https://github.com/discordjs/discord-api-types), [i18next](https://github.com/i18next/i18next) and [@railway/cli](https://github.com/railwayapp/cli). Updates `discord-api-types` from 0.37.101 to 0.37.103 - [Release notes](https://github.com/discordjs/discord-api-types/releases) - [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord-api-types/compare/0.37.101...0.37.103) Updates `i18next` from 23.15.1 to 23.16.4 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.15.1...v23.16.4) Updates `@railway/cli` from 3.14.0 to 3.17.10 - [Release notes](https://github.com/railwayapp/cli/releases) - [Changelog](https://github.com/railwayapp/cli/blob/master/release.toml) - [Commits](https://github.com/railwayapp/cli/compare/v3.14.0...v3.17.10) --- updated-dependencies: - dependency-name: discord-api-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@railway/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6537ca..8946308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,17 +14,17 @@ "cheerio": "^1.0.0", "cron": "^3.1.7", "cross-env": "^7.0.3", - "discord-api-types": "^0.37.101", + "discord-api-types": "^0.37.103", "discord.js": "^14.16.3", "dotenv": "^16.4.5", "got": "^14.4.2", - "i18next": "^23.15.1", + "i18next": "^23.16.4", "moment": "^2.30.1", "nodemon": "^3.1.7", "turndown": "^7.2.0" }, "devDependencies": { - "@railway/cli": "^3.14.0" + "@railway/cli": "^3.17.10" }, "engines": { "node": "20.*" @@ -173,9 +173,9 @@ "dev": true }, "node_modules/@railway/cli": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@railway/cli/-/cli-3.14.0.tgz", - "integrity": "sha512-iHImm47pwyZ3t6y+0sWaOcf7IZXNa15K6G5AFyO+CMhT4a0nibC2njoSFGaETXRIPcI9jc2OkKC8V1JUPlO7ug==", + "version": "3.17.10", + "resolved": "https://registry.npmjs.org/@railway/cli/-/cli-3.17.10.tgz", + "integrity": "sha512-MyuajWnkya1LDHZA9B4kAbu8RIBwBBF7l52YGUMeLUc1TqYnTy+MFIfHZo2hN/S7BXqnWYhpZzU5nPCWggmnOg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -571,9 +571,9 @@ } }, "node_modules/discord-api-types": { - "version": "0.37.101", - "resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.101.tgz", - "integrity": "sha512-2wizd94t7G3A8U5Phr3AiuL4gSvhqistDwWnlk1VLTit8BI1jWUncFqFQNdPbHqS3661+Nx/iEyIwtVjPuBP3w==" + "version": "0.37.103", + "resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.103.tgz", + "integrity": "sha512-r+qitxXKe2l6KFw5odPdZSSqdEou+7eNC7BfbZ7mny5Me/K06wCTeKUMVeH/YsI9+4QQudskeQ307kr/7ppQ1A==" }, "node_modules/discord.js": { "version": "14.16.3", @@ -888,9 +888,9 @@ } }, "node_modules/i18next": { - "version": "23.15.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.1.tgz", - "integrity": "sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==", + "version": "23.16.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", + "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 5fab284..bd4ac3b 100644 --- a/package.json +++ b/package.json @@ -26,16 +26,16 @@ "cheerio": "^1.0.0", "cron": "^3.1.7", "cross-env": "^7.0.3", - "discord-api-types": "^0.37.101", + "discord-api-types": "^0.37.103", "discord.js": "^14.16.3", "dotenv": "^16.4.5", "got": "^14.4.2", - "i18next": "^23.15.1", + "i18next": "^23.16.4", "moment": "^2.30.1", "nodemon": "^3.1.7", "turndown": "^7.2.0" }, "devDependencies": { - "@railway/cli": "^3.14.0" + "@railway/cli": "^3.17.10" } } From 7ae3237fb21eee8ebbd357dcba4b53bf3e5fecce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:58:14 +0000 Subject: [PATCH 2/3] build(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [github/branch-deploy](https://github.com/github/branch-deploy), [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node). Updates `github/branch-deploy` from 9.8.1 to 9.9.1 - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](https://github.com/github/branch-deploy/compare/v9.8.1...v9.9.1) Updates `actions/checkout` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.0...v4.2.2) Updates `actions/setup-node` from 4.0.4 to 4.1.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0) --- updated-dependencies: - dependency-name: github/branch-deploy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-deploy.yml | 6 +++--- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/deploy.yml | 6 +++--- .github/workflows/new-pr.yml | 2 +- .github/workflows/restart.yml | 4 ++-- .github/workflows/unlock-on-merge.yml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index ff0f630..5ca814a 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -21,7 +21,7 @@ jobs: steps: - name: branch-deploy id: branch-deploy - uses: github/branch-deploy@v9.8.1 + uses: github/branch-deploy@v9.9.1 with: admins: the-hideout/core-contributors admins_pat: ${{ secrets.BRANCH_DEPLOY_ADMINS_PAT }} @@ -30,11 +30,11 @@ jobs: - name: checkout if: steps.branch-deploy.outputs.continue == 'true' - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 with: ref: ${{ steps.branch-deploy.outputs.ref }} - - uses: actions/setup-node@v4.0.4 + - uses: actions/setup-node@v4.1.0 if: steps.branch-deploy.outputs.continue == 'true' with: node-version-file: .node-version diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0bda87..ed4ed49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 # validate JSON and YAML files - name: json-yaml-validate @@ -26,7 +26,7 @@ jobs: comment: "true" exclude_file: ".github/config/exclude.txt" - - uses: actions/setup-node@v4.0.4 + - uses: actions/setup-node@v4.1.0 with: node-version-file: .node-version cache: 'npm' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 028886e..f90d818 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7380e61..6877702 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: steps: - name: deployment check - uses: github/branch-deploy@v9.8.1 + uses: github/branch-deploy@v9.9.1 id: deployment-check with: merge_deploy_mode: "true" # tells the Action to use the merge commit workflow strategy @@ -25,9 +25,9 @@ jobs: # always run checkout because the 'release (sentry)' step needs the code # do we still need this after removing sentry? - name: checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - - uses: actions/setup-node@v4.0.4 + - uses: actions/setup-node@v4.1.0 if: ${{ steps.deployment-check.outputs.continue == 'true' }} with: node-version-file: .node-version diff --git a/.github/workflows/new-pr.yml b/.github/workflows/new-pr.yml index 04475d3..c30e7c1 100644 --- a/.github/workflows/new-pr.yml +++ b/.github/workflows/new-pr.yml @@ -16,7 +16,7 @@ jobs: steps: # Comment on new PR requests with deployment instructions - name: checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: comment uses: GrantBirki/comment@f524ee31407667c05061bad41e1758b40298bd82 # pin@v2.1.0 continue-on-error: true diff --git a/.github/workflows/restart.yml b/.github/workflows/restart.yml index f1d2a23..e19f5f4 100644 --- a/.github/workflows/restart.yml +++ b/.github/workflows/restart.yml @@ -15,9 +15,9 @@ jobs: steps: - name: checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - - uses: actions/setup-node@v4.0.4 + - uses: actions/setup-node@v4.1.0 with: node-version-file: .node-version cache: 'npm' diff --git a/.github/workflows/unlock-on-merge.yml b/.github/workflows/unlock-on-merge.yml index b4182b4..f440f72 100644 --- a/.github/workflows/unlock-on-merge.yml +++ b/.github/workflows/unlock-on-merge.yml @@ -14,7 +14,7 @@ jobs: steps: - name: unlock on merge - uses: github/branch-deploy@v9.8.1 + uses: github/branch-deploy@v9.9.1 id: unlock-on-merge with: unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow From c105ad3c236933938d0bfa45c6a6efaf20c2a362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:22:20 +0000 Subject: [PATCH 3/3] build(deps): bump cross-spawn from 7.0.3 to 7.0.6 Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6537ca..2e0b890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -474,9 +474,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0",