From 5749d5cbf9ca95c6c2297487ef4576848688fd82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 01:31:44 +0200 Subject: [PATCH] chore(deps-dev): bump typescript from 5.4.4 to 5.4.5 (#494) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8820611..adb63381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "would-you", - "version": "1.4.13", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "would-you", - "version": "1.4.13", + "version": "1.5.0", "license": "MIT", "dependencies": { "@discordjs/rest": "^2.2.0", @@ -40,7 +40,7 @@ "copyfiles": "^2.4.1", "nodemon": "3.0.1", "prettier": "^3.2.5", - "typescript": "^5.4.4" + "typescript": "^5.4.5" } }, "node_modules/@acuminous/bitsyntax": { @@ -2666,9 +2666,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -4780,9 +4780,9 @@ } }, "typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true }, "undefsafe": { diff --git a/package.json b/package.json index c254a226..c198d5a2 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "copyfiles": "^2.4.1", "nodemon": "3.0.1", "prettier": "^3.2.5", - "typescript": "^5.4.4" + "typescript": "^5.4.5" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 32c588f4..65359c8d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,7 +95,7 @@ devDependencies: specifier: ^3.2.5 version: 3.2.5 typescript: - specifier: ^5.4.4 + specifier: ^5.4.5 version: 5.4.5 packages: