diff --git a/node_modules/esrecurse/.snyk b/node_modules/esrecurse/.snyk new file mode 100644 index 0000000000..d6dc88f9aa --- /dev/null +++ b/node_modules/esrecurse/.snyk @@ -0,0 +1,12 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.0 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:minimatch:20160620': + - gulp > vinyl-fs > glob-stream > minimatch: + patched: '2023-04-27T01:49:44.206Z' + - gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch: + patched: '2023-04-27T01:49:44.206Z' + - gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch: + patched: '2023-04-27T01:49:44.206Z' diff --git a/node_modules/esrecurse/package.json b/node_modules/esrecurse/package.json old mode 100755 new mode 100644 index c3018ca5c4..945d9af2c4 --- a/node_modules/esrecurse/package.json +++ b/node_modules/esrecurse/package.json @@ -19,7 +19,8 @@ "url": "https://github.com/estools/esrecurse.git" }, "dependencies": { - "estraverse": "^5.2.0" + "estraverse": "^5.2.0", + "@snyk/protect": "latest" }, "devDependencies": { "babel-cli": "^6.24.1", @@ -28,12 +29,12 @@ "babel-register": "^6.24.1", "chai": "^4.0.2", "esprima": "^4.0.0", - "gulp": "^3.9.0", + "gulp": "^4.0.0", "gulp-bump": "^2.7.0", - "gulp-eslint": "^4.0.0", + "gulp-eslint": "^5.0.0", "gulp-filter": "^5.0.0", "gulp-git": "^2.4.1", - "gulp-mocha": "^4.3.1", + "gulp-mocha": "^7.0.0", "gulp-tag-version": "^1.2.1", "jsdoc": "^3.3.0-alpha10", "minimist": "^1.1.0" @@ -42,11 +43,14 @@ "scripts": { "test": "gulp travis", "unit-test": "gulp test", - "lint": "gulp lint" + "lint": "gulp lint", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "babel": { "presets": [ "es2015" ] - } + }, + "snyk": true } \ No newline at end of file