From b1a240d0e594ec5a004cc433eb8f8f30b5d76c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 03:18:59 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 2 updates Bumps the dev-dependencies group with 2 updates in the / directory: [flow-bin](https://github.com/flowtype/flow-bin) and [typescript](https://github.com/microsoft/TypeScript). Updates `flow-bin` from 0.252.0 to 0.255.0 - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/commits) Updates `typescript` from 5.6.2 to 5.7.2 - [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.6.2...v5.7.2) --- updated-dependencies: - dependency-name: flow-bin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 596168a..03c32c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint": "^8.50.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.24.2", - "flow-bin": "^0.252.0", + "flow-bin": "^0.255.0", "mkdirp": "^3.0.0", "mocha": "^10.2.0", "npm-run-all": "^4.1.5", @@ -6270,9 +6270,9 @@ "dev": true }, "node_modules/flow-bin": { - "version": "0.252.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.252.0.tgz", - "integrity": "sha512-DjWbg5FwSZy+9hO3zzwrxjoak7Fld4pQC0paVji1lF2e8aIqCYvjA2c1Kd4iv3uDmzVDg0MfRSXNKfhR2ql7JQ==", + "version": "0.255.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.255.0.tgz", + "integrity": "sha512-UT1kfKTJ5xS6c7sBjiLSuO4SXf4YsatNKm9VCZIeoEY5TRXwg8F17Gu41iqVLAo19/ufqzQVz+/Nj0oWi24kFA==", "dev": true, "bin": { "flow": "cli.js" @@ -11402,9 +11402,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -16699,9 +16699,9 @@ "dev": true }, "flow-bin": { - "version": "0.252.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.252.0.tgz", - "integrity": "sha512-DjWbg5FwSZy+9hO3zzwrxjoak7Fld4pQC0paVji1lF2e8aIqCYvjA2c1Kd4iv3uDmzVDg0MfRSXNKfhR2ql7JQ==", + "version": "0.255.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.255.0.tgz", + "integrity": "sha512-UT1kfKTJ5xS6c7sBjiLSuO4SXf4YsatNKm9VCZIeoEY5TRXwg8F17Gu41iqVLAo19/ufqzQVz+/Nj0oWi24kFA==", "dev": true }, "for-each": { @@ -20615,9 +20615,9 @@ } }, "typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true }, "typical": { diff --git a/package.json b/package.json index f48ceeb..542f9e6 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint": "^8.50.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.24.2", - "flow-bin": "^0.252.0", + "flow-bin": "^0.255.0", "mkdirp": "^3.0.0", "mocha": "^10.2.0", "npm-run-all": "^4.1.5",