Skip to content

Commit cbc1ec5

Browse files
Merge pull request #85 from microsoftgraph/Fix-Security-Vulnerability-In-Dependency-Package
Update mocha and chai packages: growl which has the security vulnerability is a dependency for mocha. updating mocha updated growl
2 parents eb8d87e + bffa426 commit cbc1ec5

File tree

4 files changed

+77
-164
lines changed

4 files changed

+77
-164
lines changed

package-lock.json

Lines changed: 37 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
],
1111
"types": "./lib/src/index.d.ts",
1212
"devDependencies": {
13-
"@types/mocha": "^2.2.34",
13+
"@types/mocha": "^5.2.4",
1414
"@types/node": "^9.4.0",
1515
"browserify": "^13.1.0",
16-
"mocha": "^3.2.0",
16+
"mocha": "^5.2.0",
1717
"typescript": "^2.2.1"
1818
},
1919
"scripts": {

spec/types/package-lock.json

Lines changed: 36 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@microsoft/microsoft-graph-types": "^1.0.0",
44
"@microsoft/microsoft-graph-types-beta": "microsoftgraph/msgraph-typescript-typings#beta",
55
"@microsoft/microsoft-graph-client": "^0.4.1",
6-
"@types/chai": "^3.5.1",
7-
"chai": "^3.5.0"
6+
"@types/chai": "^4.1.4",
7+
"chai": "^4.1.2"
88
}
99
}

0 commit comments

Comments
 (0)