From 0d9f124db483732f3a3b4c4b2410b000582c6ddb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2020 03:51:12 +0000 Subject: [PATCH] fix: upgrade rewire from 2.3.4 to 2.5.2 Snyk has created this PR to upgrade rewire from 2.3.4 to 2.5.2. See this package in NPM: https://www.npmjs.com/package/rewire See this project in Snyk: https://app.snyk.io/org/jmatsushita/project/79757c8e-c577-4266-b771-0bf99ddce00d?utm_source=github&utm_medium=upgrade-pr --- test/fixtures/sigh-project/package.json | 56 ++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) mode change 120000 => 100644 test/fixtures/sigh-project/package.json diff --git a/test/fixtures/sigh-project/package.json b/test/fixtures/sigh-project/package.json deleted file mode 120000 index 8627c75..0000000 --- a/test/fixtures/sigh-project/package.json +++ /dev/null @@ -1 +0,0 @@ -../../../package.json \ No newline at end of file diff --git a/test/fixtures/sigh-project/package.json b/test/fixtures/sigh-project/package.json new file mode 100644 index 0000000..2b9f34a --- /dev/null +++ b/test/fixtures/sigh-project/package.json @@ -0,0 +1,55 @@ +{ + "name": "sigh", + "version": "0.12.29", + "description": "the fastest and most expressive build system for the web and node.js/io.js", + "main": "index", + "directories": { + "lib": "./lib" + }, + "scripts": { + "test": "./bootstrap.sh && sigh" + }, + "repository": { + "type": "git", + "url": "git://github.com/sighjs/sigh.git" + }, + "keywords": [ + "build", + "assets", + "pipeline" + ], + "author": "James Pike ", + "license": "MIT", + "bugs": { + "url": "https://github.com/sighjs/sigh/issues" + }, + "engines" : { + "iojs" : ">=1.3.0 <4.0.0", + "node": ">=0.10.0 <0.13.0" + }, + "dependencies": { + "bluebird": "^2.9.13", + "chokidar": "^1.0.0", + "esprima": "^2.1.0", + "fs-extra": "^0.18.0", + "glob": "^5.0.1", + "lodash": "^3.6.0", + "process-pool": "^0.3.2", + "rewire": "~2.5.2", + "sigh-core": "^0.11.8", + "source-map": "^0.4.0", + "source-map-support": "^0.2.10", + "vinyl": "^0.4.6" + }, + "devDependencies": { + "babel": "^5.0.8", + "chai": "^2.2.0", + "gulp-uglify": "^1.2.0", + "mocha": "^2.2.1", + "sigh": "^0.12.0", + "sigh-babel": "^0.11.2", + "sigh-cli": "^0.2.1", + "sigh-mocha": "^0.1.2", + "temp": "^0.8.1" + } +}