From 549b3052014028c026487ba18df8095e7a294151 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Sat, 23 Apr 2016 10:21:33 +0200 Subject: [PATCH] spawn REG ENOENT (fixes #5003) --- OSSREADME.json | 9 ++++----- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/OSSREADME.json b/OSSREADME.json index 1e6fbebfff1..75581ce99a1 100644 --- a/OSSREADME.json +++ b/OSSREADME.json @@ -137,13 +137,12 @@ "name": "winreg", "isLicense": true, "licenseDetail": [ - "Copyright (c) Paul Bottin", + "This project is released under BSD 2-Clause License.", "", - "The BSD License", + "Copyright (c) 2016, Paul Bottin All rights reserved.", "", - "Redistribution and use in source and binary forms, with or without", - "modification, are permitted provided that the following conditions", - "are met:", + "Redistribution and use in source and binary forms, with or without modification,", + "are permitted provided that the following conditions are met:", "", "1. Redistributions of source code must retain the above copyright", " notice, this list of conditions and the following disclaimer.", diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a4d23f91f6e..52b2a7e9661 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -406,9 +406,9 @@ "resolved": "https://registry.npmjs.org/windows-mutex/-/windows-mutex-0.2.0.tgz" }, "winreg": { - "version": "0.0.12", - "from": "winreg@0.0.12", - "resolved": "https://registry.npmjs.org/winreg/-/winreg-0.0.12.tgz" + "version": "1.2.0", + "from": "winreg@1.2.0", + "resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.0.tgz" }, "yauzl": { "version": "2.3.1", diff --git a/package.json b/package.json index 69ee54af8dd..4f227b18d6b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "semver": "4.3.6", "vscode-debugprotocol": "1.8.0-pre.3", "vscode-textmate": "1.0.11", - "winreg": "0.0.12", + "winreg": "1.2.0", "yauzl": "2.3.1" }, "devDependencies": {