From d8c4b3a95619495fbbeec64faad871def0219dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:27:35 +0000 Subject: [PATCH] build(deps-dev): Bump @types/cross-spawn from 6.0.3 to 6.0.4 Bumps [@types/cross-spawn](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cross-spawn) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cross-spawn) --- updated-dependencies: - dependency-name: "@types/cross-spawn" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d435914a6..e817854c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-typescript": "11.1.5", - "@types/cross-spawn": "6.0.3", + "@types/cross-spawn": "6.0.4", "@types/express": "4.17.19", "@types/fs-extra": "^11.0.1", "@types/glob": "8.1.0", @@ -4972,9 +4972,9 @@ } }, "node_modules/@types/cross-spawn": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@types/cross-spawn/-/cross-spawn-6.0.3.tgz", - "integrity": "sha512-BDAkU7WHHRHnvBf5z89lcvACsvkz/n7Tv+HyD/uW76O29HoH1Tk/W6iQrepaZVbisvlEek4ygwT8IW7ow9XLAA==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@types/cross-spawn/-/cross-spawn-6.0.4.tgz", + "integrity": "sha512-GGLpeThc2Bu8FBGmVn76ZU3lix17qZensEI4/MPty0aZpm2CHfgEMis31pf5X5EiudYKcPAsWciAsCALoPo5dw==", "dev": true, "dependencies": { "@types/node": "*" diff --git a/package.json b/package.json index 547f00507..5bf358ff2 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-typescript": "11.1.5", - "@types/cross-spawn": "6.0.3", + "@types/cross-spawn": "6.0.4", "@types/express": "4.17.19", "@types/fs-extra": "^11.0.1", "@types/glob": "8.1.0",