From ed270daaa245f9df30f23e8f87548cae4cb6092b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 16:37:10 +0200 Subject: [PATCH] Bump @types/minimist from 1.2.2 to 1.2.5 in /script (#451) Bumps [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/minimist) from 1.2.2 to 1.2.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/minimist) --- updated-dependencies: - dependency-name: "@types/minimist" 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> --- script/package-lock.json | 14 +++++++------- script/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/script/package-lock.json b/script/package-lock.json index 35e019a1..b68af611 100644 --- a/script/package-lock.json +++ b/script/package-lock.json @@ -25,7 +25,7 @@ "@tsconfig/recommended": "^1.0.3", "@types/event-stream": "^4.0.3", "@types/geojson": "^7946.0.10", - "@types/minimist": "^1.2.2", + "@types/minimist": "^1.2.5", "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", @@ -798,9 +798,9 @@ "dev": true }, "node_modules/@types/minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", "dev": true }, "node_modules/@types/node": { @@ -5926,9 +5926,9 @@ "dev": true }, "@types/minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", "dev": true }, "@types/node": { diff --git a/script/package.json b/script/package.json index 2f71d8ef..4682163c 100644 --- a/script/package.json +++ b/script/package.json @@ -35,7 +35,7 @@ "@tsconfig/recommended": "^1.0.3", "@types/event-stream": "^4.0.3", "@types/geojson": "^7946.0.10", - "@types/minimist": "^1.2.2", + "@types/minimist": "^1.2.5", "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8",