Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit bccb154

Browse files
committedSep 3, 2020
Update deps to resolve audit
1 parent 48021a8 commit bccb154

File tree

3 files changed

+4126
-5
lines changed

3 files changed

+4126
-5
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ test/End_to_end_test/debug.log
55
npm-debug.log
66
federationmetadata.xml
77
*.sublime-workspace
8-
package-lock.json

‎package-lock.json

+4,122
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"chai": "2.x.x",
2727
"chai-passport-strategy": "1.x.x",
2828
"grunt": "^1.0.1",
29-
"grunt-contrib-nodeunit": "^1.0.0",
29+
"grunt-contrib-nodeunit": "^2.1.0",
3030
"grunt-mocha-test": "^0.12.7",
31-
"mocha": "^3.0.2",
32-
"nodeunit": "^0.9.1"
31+
"mocha": "^5.2.0",
32+
"nodeunit": "^0.11.3"
3333
},
3434
"dependencies": {
3535
"async": "^1.5.2",
3636
"base64url": "^3.0.0",
3737
"bunyan": "^1.8.14",
3838
"cache-manager": "2.10.2",
3939
"https-proxy-agent": "^2.2.2",
40-
"jwk-to-pem": "^1.2.6",
40+
"jwk-to-pem": "^2.0.4",
4141
"jws": "^3.1.3",
4242
"lodash": "^4.11.2",
4343
"oauth": "0.9.15",

0 commit comments

Comments
 (0)
This repository has been archived.