From 32638ce7d414a0c2a3bb399ac0273a97c50c75b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 11:29:11 +0000 Subject: [PATCH] Bump cmake-js from 6.0.0 to 6.1.0 Bumps [cmake-js](https://github.com/unbornchikken/cmake-js) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/unbornchikken/cmake-js/releases) - [Changelog](https://github.com/cmake-js/cmake-js/blob/master/changelog.md) - [Commits](https://github.com/unbornchikken/cmake-js/compare/v6.0.0...v6.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bda816854..a490d2b26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2172,9 +2172,9 @@ } }, "cmake-js": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-6.0.0.tgz", - "integrity": "sha512-hVpXMULHVTh3waQXcQkezA0YTzZskQoeKaDwCINI/+EZoaqEPY4ZiLmbG+gdIQe/yh4VsKsJznq9Vovo4X2EUw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-6.1.0.tgz", + "integrity": "sha512-utmukLQftpgrCpGRCaHnkv4K27HZNNFqmBl4vnvccy0xp4c1erxjFU/Lq4wn5ngAhFZmpwBPQfoKWKThjSBiwg==", "requires": { "debug": "^4", "fs-extra": "^5.0.0",