Fix vulns in dev deps with npm audit fix

This commit is contained in:
Sascha Mann
2019-11-09 18:11:35 +01:00
parent da4330aa40
commit 4b28653db6
66 changed files with 2049 additions and 982 deletions

32
node_modules/handlebars/package.json generated vendored
View File

@@ -1,27 +1,27 @@
{
"_from": "handlebars@^4.1.2",
"_id": "handlebars@4.2.0",
"_from": "handlebars@4.5.1",
"_id": "handlebars@4.5.1",
"_inBundle": false,
"_integrity": "sha512-Kb4xn5Qh1cxAKvQnzNWZ512DhABzyFNmsaJf3OAkWNa4NkaqWcNI8Tao8Tasi0/F4JD9oyG0YxuFyvyR57d+Gw==",
"_integrity": "sha512-C29UoFzHe9yM61lOsIlCE5/mQVGrnIOrOq7maQl76L7tYPCgC1og0Ajt6uWnX4ZTxBPnjw+CUvawphwCfJgUnA==",
"_location": "/handlebars",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "handlebars@^4.1.2",
"raw": "handlebars@4.5.1",
"name": "handlebars",
"escapedName": "handlebars",
"rawSpec": "^4.1.2",
"rawSpec": "4.5.1",
"saveSpec": null,
"fetchSpec": "^4.1.2"
"fetchSpec": "4.5.1"
},
"_requiredBy": [
"/istanbul-reports"
],
"_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.2.0.tgz",
"_shasum": "57ce8d2175b9bbb3d8b3cf3e4217b1aec8ddcb2e",
"_spec": "handlebars@^4.1.2",
"_where": "C:\\Users\\david\\source\\julia-runtest\\node_modules\\istanbul-reports",
"_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.1.tgz",
"_shasum": "8a01c382c180272260d07f2d1aa3ae745715c7ba",
"_spec": "handlebars@4.5.1",
"_where": "H:\\Sascha\\Documents\\Julia\\julia-actions\\julia-runtest\\node_modules\\istanbul-reports",
"author": {
"name": "Yehuda Katz"
},
@@ -30,8 +30,8 @@
"handlebars": "bin/handlebars"
},
"browser": {
".": "./dist/handlebars.min.js",
"./runtime": "./dist/handlebars.runtime.min.js"
".": "./dist/cjs/handlebars.js",
"./runtime": "./dist/cjs/handlebars.runtime.js"
},
"bugs": {
"url": "https://github.com/wycats/handlebars.js/issues"
@@ -46,6 +46,7 @@
"deprecated": false,
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"devDependencies": {
"@knappi/grunt-saucelabs": "^9.0.2",
"aws-sdk": "^2.1.49",
"babel-loader": "^5.0.0",
"babel-runtime": "^5.1.10",
@@ -53,6 +54,8 @@
"dtslint": "^0.5.5",
"dustjs-linkedin": "^2.0.2",
"eco": "~1.1.0-rc-3",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-es5": "^1.4.1",
"grunt": "^1.0.3",
"grunt-babel": "^5.0.0",
"grunt-bg-shell": "^2.3.3",
@@ -65,7 +68,6 @@
"grunt-contrib-uglify": "^1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^20.1.0",
"grunt-saucelabs": "github:nknapp/grunt-saucelabs",
"grunt-webpack": "^1.0.8",
"istanbul": "^0.3.0",
"jison": "~0.3.0",
@@ -123,5 +125,5 @@
"test": "grunt"
},
"types": "types/index.d.ts",
"version": "4.2.0"
"version": "4.5.1"
}