From fa1863ce9d1a4b36bdd927d301ebc270052da0ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 23:33:46 +0300 Subject: [PATCH] Bump node from 16.6.1 to 16.10.0 (#110) Bumps [node](https://github.com/aredridel/node-bin-gen) from 16.6.1 to 16.10.0. - [Release notes](https://github.com/aredridel/node-bin-gen/releases) - [Commits](https://github.com/aredridel/node-bin-gen/commits) --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dani Tseitlin --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9ad276..5ec3b4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -208,9 +208,9 @@ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" }, "node": { - "version": "16.6.1", - "resolved": "https://registry.npmjs.org/node/-/node-16.6.1.tgz", - "integrity": "sha512-qlIQ5vkAAMP+T1bYivwngIqZlUzerPSeaeAQVUvyQ2XZ8WN86ZUdzcpkW/iuEnP9paNcpAsA4p9yCsfrdjG7YQ==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/node/-/node-16.10.0.tgz", + "integrity": "sha512-SXcqz3j4AOFMPPsd0bXDpQY95Xm8mnJ7PbBhJKEvp+aPYoVH38QAHha59EAuRaiASaSLWt5sP0oDCMzzaSmEAA==", "requires": { "node-bin-setup": "^1.0.0" }