From 4206b64faa59881cd5696107ce312f6317f04689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:52:49 +0000 Subject: [PATCH] build(deps-dev): Bump @types/cross-spawn from 6.0.2 to 6.0.3 (#1742) Bumps [@types/cross-spawn](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cross-spawn) from 6.0.2 to 6.0.3. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9bb418f4..35155b63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@rollup/plugin-commonjs": "25.0.4", "@rollup/plugin-node-resolve": "15.2.1", "@rollup/plugin-typescript": "11.1.3", - "@types/cross-spawn": "6.0.2", + "@types/cross-spawn": "6.0.3", "@types/express": "4.17.17", "@types/fs-extra": "^11.0.1", "@types/glob": "8.1.0", @@ -4904,9 +4904,9 @@ } }, "node_modules/@types/cross-spawn": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@types/cross-spawn/-/cross-spawn-6.0.2.tgz", - "integrity": "sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==", + "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==", "dev": true, "dependencies": { "@types/node": "*" diff --git a/package.json b/package.json index 81f87273..dc5b5aaa 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@rollup/plugin-commonjs": "25.0.4", "@rollup/plugin-node-resolve": "15.2.1", "@rollup/plugin-typescript": "11.1.3", - "@types/cross-spawn": "6.0.2", + "@types/cross-spawn": "6.0.3", "@types/express": "4.17.17", "@types/fs-extra": "^11.0.1", "@types/glob": "8.1.0",