Skip to content

Commit 675b097

Browse files
Bump zx from 4.2.0 to 8.8.5 (#831)
* Bump zx from 4.2.0 to 8.8.5 Bumps [zx](https://github.com/google/zx) from 4.2.0 to 8.8.5. - [Release notes](https://github.com/google/zx/releases) - [Commits](google/zx@4.2.0...8.8.5) --- updated-dependencies: - dependency-name: zx dependency-version: 8.8.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Fix phantom @types/node dependency --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zachary Dodge <dodgez@stripe.com>
1 parent 98e56ed commit 675b097

2 files changed

Lines changed: 14 additions & 216 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@babel/preset-env": "^7.7.1",
4747
"@rollup/plugin-replace": "^2.3.1",
4848
"@types/jest": "^24.0.25",
49+
"@types/node": "^16.6",
4950
"@typescript-eslint/eslint-plugin": "^4.15.2",
5051
"@typescript-eslint/parser": "^4.15.2",
5152
"babel-eslint": "^10.0.3",
@@ -64,6 +65,6 @@
6465
"rollup-plugin-typescript2": "^0.25.3",
6566
"ts-jest": "^24.3.0",
6667
"typescript": "~4.8.0",
67-
"zx": "^4.2.0"
68+
"zx": "^8.8.5"
6869
}
6970
}

0 commit comments

Comments
 (0)