From 3c30b817365a973df1f791aa8a336b0158434b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:04:47 +0000 Subject: [PATCH] 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.103 to 0.37.110 - [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.103...0.37.110) Updates `i18next` from 23.16.4 to 24.0.2 - [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.16.4...v24.0.2) Updates `@railway/cli` from 3.17.10 to 3.19.1 - [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.17.10...v3.19.1) --- 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-major 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 | 35 +++++++++++++++++++++++------------ package.json | 6 +++--- 2 files changed, 26 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6c9148..bf752c9 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.103", + "discord-api-types": "^0.37.110", "discord.js": "^14.16.3", "dotenv": "^16.4.5", "got": "^14.4.2", - "i18next": "^23.16.4", + "i18next": "^24.0.2", "moment": "^2.30.1", "nodemon": "^3.1.7", "turndown": "^7.2.0" }, "devDependencies": { - "@railway/cli": "^3.17.10" + "@railway/cli": "^3.19.1" }, "engines": { "node": "20.*" @@ -173,11 +173,12 @@ "dev": true }, "node_modules/@railway/cli": { - "version": "3.17.10", - "resolved": "https://registry.npmjs.org/@railway/cli/-/cli-3.17.10.tgz", - "integrity": "sha512-MyuajWnkya1LDHZA9B4kAbu8RIBwBBF7l52YGUMeLUc1TqYnTy+MFIfHZo2hN/S7BXqnWYhpZzU5nPCWggmnOg==", + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@railway/cli/-/cli-3.19.1.tgz", + "integrity": "sha512-0VS5Nupa37uDlH0Ssqe7Cy8CSMr9EPthW3jSIWfwL41QMaTNEmfSE+SBfVlBteJ+QvSSm99MU+k8om42GgNdiA==", "dev": true, "hasInstallScript": true, + "license": "ISC", "dependencies": { "@napi-rs/triples": "^1.1.0", "node-fetch": "^3.1.0", @@ -571,9 +572,10 @@ } }, "node_modules/discord-api-types": { - "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==" + "version": "0.37.110", + "resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.110.tgz", + "integrity": "sha512-wVaAJkrSgNRo8nd523qKYPqkClTNHhjKOk/g6265rzHuc7TNS6Ivz06DPW4iZvnhFobbH95hKlgsRf6jcAbtlA==", + "license": "MIT" }, "node_modules/discord.js": { "version": "14.16.3", @@ -888,9 +890,9 @@ } }, "node_modules/i18next": { - "version": "23.16.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", - "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", + "version": "24.0.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", + "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", "funding": [ { "type": "individual", @@ -905,8 +907,17 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/iconv-lite": { diff --git a/package.json b/package.json index bd4ac3b..2800cf7 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.103", + "discord-api-types": "^0.37.110", "discord.js": "^14.16.3", "dotenv": "^16.4.5", "got": "^14.4.2", - "i18next": "^23.16.4", + "i18next": "^24.0.2", "moment": "^2.30.1", "nodemon": "^3.1.7", "turndown": "^7.2.0" }, "devDependencies": { - "@railway/cli": "^3.17.10" + "@railway/cli": "^3.19.1" } }