From ff2a2079cd1932cf866fcc3826066e9474bf5a77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 01:01:54 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies (#2609) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 16 ++--- yarn.lock | 162 +++++++++++++++++++++++++-------------------------- 2 files changed, 89 insertions(+), 89 deletions(-) diff --git a/package.json b/package.json index 7799fa6c23e..51b2698ec5f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@sapphire/decorators": "^6.1.0", "@sapphire/discord.js-utilities": "7.1.6", "@sapphire/fetch": "^3.0.2", - "@sapphire/framework": "5.0.10", + "@sapphire/framework": "5.1.0", "@sapphire/plugin-api": "^6.1.1", "@sapphire/plugin-editable-commands": "^4.0.2", "@sapphire/plugin-i18next": "^7.1.2", @@ -85,10 +85,10 @@ "colorette": "^2.0.20", "confusables": "^1.1.1", "diff": "^5.2.0", - "discord-api-types": "^0.37.77", + "discord-api-types": "^0.37.79", "discord.js": "^14.14.1", "he": "^1.2.0", - "pg": "^8.11.4", + "pg": "^8.11.5", "typeorm": "0.3.20", "typeorm-naming-strategies": "^4.1.0", "zlib-sync": "^0.1.9" @@ -106,8 +106,8 @@ "@types/node": "^20.11.17", "@types/pg": "^8.11.4", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "@vitest/coverage-v8": "^1.4.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.57.0", @@ -116,13 +116,13 @@ "lint-staged": "^15.2.2", "prettier": "^3.2.5", "tsc-watch": "^6.2.0", - "typescript": "^5.4.3", + "typescript": "^5.4.4", "vitest": "^1.4.0" }, "resolutions": { "@types/node": "20.11.5", "ansi-regex": "^5.0.1", - "discord-api-types": "^0.37.77", + "discord-api-types": "^0.37.79", "minimist": "^1.2.8" }, "engines": { @@ -150,6 +150,6 @@ "prettier": "@sapphire/prettier-config", "packageManager": "yarn@4.1.1", "volta": { - "node": "20.12.0" + "node": "20.12.1" } } diff --git a/yarn.lock b/yarn.lock index 72c0e0cd020..a192249afdb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -975,9 +975,9 @@ __metadata: languageName: node linkType: hard -"@sapphire/framework@npm:5.0.10": - version: 5.0.10 - resolution: "@sapphire/framework@npm:5.0.10" +"@sapphire/framework@npm:5.1.0": + version: 5.1.0 + resolution: "@sapphire/framework@npm:5.1.0" dependencies: "@discordjs/builders": "npm:^1.7.0" "@sapphire/discord-utilities": "npm:^3.2.3" @@ -988,7 +988,7 @@ __metadata: "@sapphire/result": "npm:^2.6.6" "@sapphire/stopwatch": "npm:^1.5.2" "@sapphire/utilities": "npm:^3.15.3" - checksum: 10/6bc935d73d13f78de6948253f3d02b9403c3134903d8c66ba60124cd4099bca7020ffee3bb7d089b34fb669c0b5535052fb2f811397508fc05e68b65503764e3 + checksum: 10/c55ff5b634a496c55d3c38e550bc0152954cc793caa7ef1f62480e8c4ede3d44dcb6da5b9c9887d9744b745bb2d66f2d957621fa2f9d1d78a652a283cc2c5333 languageName: node linkType: hard @@ -1389,15 +1389,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^7.1.1, @typescript-eslint/eslint-plugin@npm:^7.4.0": - version: 7.4.0 - resolution: "@typescript-eslint/eslint-plugin@npm:7.4.0" +"@typescript-eslint/eslint-plugin@npm:^7.1.1, @typescript-eslint/eslint-plugin@npm:^7.5.0": + version: 7.5.0 + resolution: "@typescript-eslint/eslint-plugin@npm:7.5.0" dependencies: "@eslint-community/regexpp": "npm:^4.5.1" - "@typescript-eslint/scope-manager": "npm:7.4.0" - "@typescript-eslint/type-utils": "npm:7.4.0" - "@typescript-eslint/utils": "npm:7.4.0" - "@typescript-eslint/visitor-keys": "npm:7.4.0" + "@typescript-eslint/scope-manager": "npm:7.5.0" + "@typescript-eslint/type-utils": "npm:7.5.0" + "@typescript-eslint/utils": "npm:7.5.0" + "@typescript-eslint/visitor-keys": "npm:7.5.0" debug: "npm:^4.3.4" graphemer: "npm:^1.4.0" ignore: "npm:^5.2.4" @@ -1410,44 +1410,44 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/9bd8852c7e4e9608c3fded94f7c60506cc7d2b6d8a8c1cad6d48969a7363751b20282874e55ccdf180635cf204cb10b3e1e5c3d1cff34d4fcd07762be3fc138e + checksum: 10/5469900a0c2f485dcae10fc8509e2e1d981538d4c90a13330672fbd10cb7b9bb6d55445d6edea876e2c1719f1f0e25f6af0eb2d413e0c458a8930a371481b9e6 languageName: node linkType: hard -"@typescript-eslint/parser@npm:^7.1.1, @typescript-eslint/parser@npm:^7.4.0": - version: 7.4.0 - resolution: "@typescript-eslint/parser@npm:7.4.0" +"@typescript-eslint/parser@npm:^7.1.1, @typescript-eslint/parser@npm:^7.5.0": + version: 7.5.0 + resolution: "@typescript-eslint/parser@npm:7.5.0" dependencies: - "@typescript-eslint/scope-manager": "npm:7.4.0" - "@typescript-eslint/types": "npm:7.4.0" - "@typescript-eslint/typescript-estree": "npm:7.4.0" - "@typescript-eslint/visitor-keys": "npm:7.4.0" + "@typescript-eslint/scope-manager": "npm:7.5.0" + "@typescript-eslint/types": "npm:7.5.0" + "@typescript-eslint/typescript-estree": "npm:7.5.0" + "@typescript-eslint/visitor-keys": "npm:7.5.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 10/142a9e1187d305ed43b4fef659c36fa4e28359467198c986f0955c70b4067c9799f4c85d9881fbf099c55dfb265e30666e28b3ef290520e242b45ca7cb8e4ca9 + checksum: 10/a5414fb2fbd78bf7337125f4a3040318bdffa996a94e27b4f791d51535d5d9286c3e0ae43652b251c48549bbfece0e3a33553b30ed986af6b4f715d76361d6bb languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:7.4.0": - version: 7.4.0 - resolution: "@typescript-eslint/scope-manager@npm:7.4.0" +"@typescript-eslint/scope-manager@npm:7.5.0": + version: 7.5.0 + resolution: "@typescript-eslint/scope-manager@npm:7.5.0" dependencies: - "@typescript-eslint/types": "npm:7.4.0" - "@typescript-eslint/visitor-keys": "npm:7.4.0" - checksum: 10/8cf9292444f9731017a707cac34bef5ae0eb33b5cd42ed07fcd046e981d97889d9201d48e02f470f2315123f53771435e10b1dc81642af28a11df5352a8e8be2 + "@typescript-eslint/types": "npm:7.5.0" + "@typescript-eslint/visitor-keys": "npm:7.5.0" + checksum: 10/9446c07290a7f7f539a0bdaaf2fb97ae57095a01cd0baad9ecac532da88e7d0d207e5180131c0608542aee2fd1270caf700a2788fa460ffc6e65e966baf34135 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:7.4.0": - version: 7.4.0 - resolution: "@typescript-eslint/type-utils@npm:7.4.0" +"@typescript-eslint/type-utils@npm:7.5.0": + version: 7.5.0 + resolution: "@typescript-eslint/type-utils@npm:7.5.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:7.4.0" - "@typescript-eslint/utils": "npm:7.4.0" + "@typescript-eslint/typescript-estree": "npm:7.5.0" + "@typescript-eslint/utils": "npm:7.5.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.0.1" peerDependencies: @@ -1455,23 +1455,23 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/a8bd0929d8237679b2b8a7817f070a4b9658ee976882fba8ff37e4a70dd33f87793e1b157771104111fe8054eaa8ad437a010b6aa465072fbdb932647125db2d + checksum: 10/257730553760fa943538db9648a11f4253efb722ab3394cd325bd775ee0c9d93af84c62540dee9377d4a669eb1cd801faed5e1bcb673d1606c9225eee82b420a languageName: node linkType: hard -"@typescript-eslint/types@npm:7.4.0": - version: 7.4.0 - resolution: "@typescript-eslint/types@npm:7.4.0" - checksum: 10/2782c5bf65cd3dfa9cd32bc3023676bbca22144987c3f6c6b67fd96c73d4a60b85a57458c49fd11b9971ac6531824bb3ae0664491e7a6de25d80c523c9be92b7 +"@typescript-eslint/types@npm:7.5.0": + version: 7.5.0 + resolution: "@typescript-eslint/types@npm:7.5.0" + checksum: 10/12eac46d0dfbbeb1db7d0658b841d554d38365420f42b699dea531e0c475b77d6fd838ac4046b7672e53d9bb76a021eaf6198cf3210fe1ecf1056ea44b6699a9 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:7.4.0": - version: 7.4.0 - resolution: "@typescript-eslint/typescript-estree@npm:7.4.0" +"@typescript-eslint/typescript-estree@npm:7.5.0": + version: 7.5.0 + resolution: "@typescript-eslint/typescript-estree@npm:7.5.0" dependencies: - "@typescript-eslint/types": "npm:7.4.0" - "@typescript-eslint/visitor-keys": "npm:7.4.0" + "@typescript-eslint/types": "npm:7.5.0" + "@typescript-eslint/visitor-keys": "npm:7.5.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" @@ -1481,34 +1481,34 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/162ec9d7582f45588342e1be36fdb60e41f50bbdfbc3035c91b517ff5d45244f776921c88d88e543e1c7d0f1e6ada5474a8316b78f1b0e6d2233b101bc45b166 + checksum: 10/7487293a9ab9459b133322e695435b4540ffcad89f2bea917c3389676d68283297a663c77d6bda298144d3581361733ae4af632213fa7ef48be67e9aa792b4cc languageName: node linkType: hard -"@typescript-eslint/utils@npm:7.4.0": - version: 7.4.0 - resolution: "@typescript-eslint/utils@npm:7.4.0" +"@typescript-eslint/utils@npm:7.5.0": + version: 7.5.0 + resolution: "@typescript-eslint/utils@npm:7.5.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" "@types/json-schema": "npm:^7.0.12" "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:7.4.0" - "@typescript-eslint/types": "npm:7.4.0" - "@typescript-eslint/typescript-estree": "npm:7.4.0" + "@typescript-eslint/scope-manager": "npm:7.5.0" + "@typescript-eslint/types": "npm:7.5.0" + "@typescript-eslint/typescript-estree": "npm:7.5.0" semver: "npm:^7.5.4" peerDependencies: eslint: ^8.56.0 - checksum: 10/ffed27e770c486cd000ff892d9049b0afe8b9d6318452a5355b78a37436cbb414bceacae413a2ac813f3e584684825d5e0baa2e6376b7ad6013a108ac91bc19d + checksum: 10/a0b2f206a1c35dd77b292d1cd385443f42d00ccf8a5151811fe6bdd6b5f3a450372bf99b8757c307988d14d99587424c59ed59e78cf56c17b43c9c3fd8932871 languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:7.4.0": - version: 7.4.0 - resolution: "@typescript-eslint/visitor-keys@npm:7.4.0" +"@typescript-eslint/visitor-keys@npm:7.5.0": + version: 7.5.0 + resolution: "@typescript-eslint/visitor-keys@npm:7.5.0" dependencies: - "@typescript-eslint/types": "npm:7.4.0" + "@typescript-eslint/types": "npm:7.5.0" eslint-visitor-keys: "npm:^3.4.1" - checksum: 10/70dc99f2ad116c6e2d9e55af249e4453e06bba2ceea515adef2d2e86e97e557865bb1b1d467667462443eb0d624baba36f7442fd1082f3874339bbc381c26e93 + checksum: 10/ba83113110b13bc65120ea3d1e21e1dcea6010b0a1a3d07da2fd274bb0feb552a92276b6052e659d2fe40178938b17368ede64752c4937f41685c53bdf9d2634 languageName: node linkType: hard @@ -3151,10 +3151,10 @@ __metadata: languageName: node linkType: hard -"discord-api-types@npm:^0.37.77": - version: 0.37.77 - resolution: "discord-api-types@npm:0.37.77" - checksum: 10/c5d7212914322a701e0ffddf3b68678e3a36b6ba0bc5217a9aace5c7acaf7000a84170f879c249935d2987e499ad41144dc57948e0d1ef6a8e09391f9ca99535 +"discord-api-types@npm:^0.37.79": + version: 0.37.79 + resolution: "discord-api-types@npm:0.37.79" + checksum: 10/2f9453a5d1753fbd90e6877a431c16bea3111d8a2d30974f4e95ade7781aef447e5157647cbf1dd6259a89a7a5e45be898607b085879e2873a88607ed528d90e languageName: node linkType: hard @@ -6125,10 +6125,10 @@ __metadata: languageName: node linkType: hard -"pg-connection-string@npm:^2.6.3": - version: 2.6.3 - resolution: "pg-connection-string@npm:2.6.3" - checksum: 10/2684742c563f113b9b976c2d2d6af0de67179910ac9490b4ffb9e5291d2e5ab6ac9fca23954b8f49ae42bc1ab886102162fb3abb4a78fad49d03921e80cb6356 +"pg-connection-string@npm:^2.6.4": + version: 2.6.4 + resolution: "pg-connection-string@npm:2.6.4" + checksum: 10/2c1d2ac1add1f93076f1594d217a0980f79add05dc48de6363e1c550827c78a6ee3e3b5420da9c54858f6b678cdb348aed49732ee68158b6cdb70f1d1c748cf9 languageName: node linkType: hard @@ -6190,12 +6190,12 @@ __metadata: languageName: node linkType: hard -"pg@npm:^8.11.4": - version: 8.11.4 - resolution: "pg@npm:8.11.4" +"pg@npm:^8.11.5": + version: 8.11.5 + resolution: "pg@npm:8.11.5" dependencies: pg-cloudflare: "npm:^1.1.1" - pg-connection-string: "npm:^2.6.3" + pg-connection-string: "npm:^2.6.4" pg-pool: "npm:^3.6.2" pg-protocol: "npm:^1.6.1" pg-types: "npm:^2.1.0" @@ -6208,7 +6208,7 @@ __metadata: peerDependenciesMeta: pg-native: optional: true - checksum: 10/33c2d7f049ccbdf4574d77e0ba8c5180694e603068bb697280baff6673de77af6bf36a367fb855f1b72f27965c943a59ec819d73cd2c7bb1c07a49f2fde5c739 + checksum: 10/1510bc42943ea1749bfffac3f7ebae52ae638dc798e38786552fc67ffc0b2e4bd54456e7fd5cda7e805f30a0a59126c98e8c59afa88b6952f95411f16a16f709 languageName: node linkType: hard @@ -6950,7 +6950,7 @@ __metadata: "@sapphire/discord.js-utilities": "npm:7.1.6" "@sapphire/eslint-config": "npm:^5.0.4" "@sapphire/fetch": "npm:^3.0.2" - "@sapphire/framework": "npm:5.0.10" + "@sapphire/framework": "npm:5.1.0" "@sapphire/plugin-api": "npm:^6.1.1" "@sapphire/plugin-editable-commands": "npm:^4.0.2" "@sapphire/plugin-i18next": "npm:^7.1.2" @@ -6975,8 +6975,8 @@ __metadata: "@types/node": "npm:^20.11.17" "@types/pg": "npm:^8.11.4" "@types/ws": "npm:^8.5.10" - "@typescript-eslint/eslint-plugin": "npm:^7.4.0" - "@typescript-eslint/parser": "npm:^7.4.0" + "@typescript-eslint/eslint-plugin": "npm:^7.5.0" + "@typescript-eslint/parser": "npm:^7.5.0" "@vitest/coverage-v8": "npm:^1.4.0" async-rwlock: "npm:^1.1.1" bufferutil: "npm:^4.0.8" @@ -6984,19 +6984,19 @@ __metadata: confusables: "npm:^1.1.1" cz-conventional-changelog: "npm:^3.3.0" diff: "npm:^5.2.0" - discord-api-types: "npm:^0.37.77" + discord-api-types: "npm:^0.37.79" discord.js: "npm:^14.14.1" eslint: "npm:^8.57.0" eslint-config-prettier: "npm:^9.1.0" eslint-plugin-prettier: "npm:^5.1.3" he: "npm:^1.2.0" lint-staged: "npm:^15.2.2" - pg: "npm:^8.11.4" + pg: "npm:^8.11.5" prettier: "npm:^3.2.5" tsc-watch: "npm:^6.2.0" typeorm: "npm:0.3.20" typeorm-naming-strategies: "npm:^4.1.0" - typescript: "npm:^5.4.3" + typescript: "npm:^5.4.4" vitest: "npm:^1.4.0" zlib-sync: "npm:^0.1.9" languageName: unknown @@ -7735,23 +7735,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.4.2, typescript@npm:^5.4.3": - version: 5.4.3 - resolution: "typescript@npm:5.4.3" +"typescript@npm:^5.4.2, typescript@npm:^5.4.4": + version: 5.4.4 + resolution: "typescript@npm:5.4.4" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10/de4c69f49a7ad4b1ea66a6dcc8b055ac34eb56af059a069d8988dd811c5e649be07e042e5bf573e8d0ac3ec2f30e6c999aa651cd09f6e9cbc6113749e8b6be20 + checksum: 10/bade322d88fd93c8179e262aca9ba7f7b4417c09117879819c87946578c782ab123e3acb4733046a6e38714c47ef927360045a1f9292a1bff3a05a6577d27ca2 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin, typescript@patch:typescript@npm%3A^5.4.3#optional!builtin": - version: 5.4.3 - resolution: "typescript@patch:typescript@npm%3A5.4.3#optional!builtin::version=5.4.3&hash=5adc0c" +"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin, typescript@patch:typescript@npm%3A^5.4.4#optional!builtin": + version: 5.4.4 + resolution: "typescript@patch:typescript@npm%3A5.4.4#optional!builtin::version=5.4.4&hash=5adc0c" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10/5aedd97595582b08aadb8a70e8e3ddebaf5a9c1e5ad4d6503c2fcfc15329b5cf8d01145b09913e9555683ac16c5123a96be32b6d72614098ebd42df520eed9b1 + checksum: 10/88aff3244c31d4c6ede05b4fd28732fc8935a7fc638f2a3dcbbb767d1ac98e4b077f21ec74bc97f43c9307bc3f27e2359def1d793f9918c3429a744408fd75b4 languageName: node linkType: hard