Skip to content

Commit 1ec13d8

Browse files
authored
Merge pull request #7 from cybercussion/snyk-fix-b1fd4b2d
[Snyk Update] New fixes for 1 vulnerable dependency path
2 parents 0d00ce3 + 4faee54 commit 1ec13d8

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

package.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
{
2-
"name": "SCOBot",
3-
"main": "QUnit-Tests/js/scorm.bot.pack.js",
4-
"description": "SCOBot support SCORM 1.2 and SCORM 2004 supplying API's to content developers to accommodate data validation, formatting and transparency.",
5-
"version": "4.1.2",
6-
"private": false,
7-
"homepage": "http://www.cybercussion.com",
8-
"keywords": [
9-
"SCORM",
10-
"e-learning",
11-
"standards"
12-
],
13-
"license": "Creative Commons Sharealike 4.0 International",
14-
"contributors": [
15-
{
16-
"name": "Mark Statkus",
17-
"email": "mark@cybercussion.com"
18-
},
19-
{
20-
"name": "Brandon Bradley",
21-
"email": "brandon.bradley@gmail.com"
22-
}
23-
],
24-
"repository": {
25-
"type": "git",
26-
"url": "git://github.com/cybercussion/SCOBot.git"
2+
"name": "SCOBot",
3+
"main": "QUnit-Tests/js/scorm.bot.pack.js",
4+
"description": "SCOBot support SCORM 1.2 and SCORM 2004 supplying API's to content developers to accommodate data validation, formatting and transparency.",
5+
"version": "4.1.2",
6+
"private": false,
7+
"homepage": "http://www.cybercussion.com",
8+
"keywords": [
9+
"SCORM",
10+
"e-learning",
11+
"standards"
12+
],
13+
"license": "Creative Commons Sharealike 4.0 International",
14+
"contributors": [
15+
{
16+
"name": "Mark Statkus",
17+
"email": "mark@cybercussion.com"
2718
},
28-
"bugs": {
29-
"url": "https://github.com/cybercussion/SCOBot/issues"
30-
},
31-
"dependencies": {
32-
"jsdom": "~0.5.0"
33-
},
34-
"devDependencies": {
35-
"grunt": "~1.0.1",
36-
"browserify": "~14.5.0"
37-
},
38-
"scripts": {
39-
"test": "grunt travis --verbose"
40-
},
41-
"testling": {
42-
"html": "QUnit-Tests/qunit_SCOBot_prod_full.html",
43-
"browsers": [
44-
"ie/8..latest",
45-
"chrome/23..latest",
46-
"firefox/17..latest",
47-
"safari/5.1..latest",
48-
"opera/11.5..latest",
49-
"iphone/6..latest",
50-
"ipad/6..latest"
51-
]
19+
{
20+
"name": "Brandon Bradley",
21+
"email": "brandon.bradley@gmail.com"
5222
}
23+
],
24+
"repository": {
25+
"type": "git",
26+
"url": "git://github.com/cybercussion/SCOBot.git"
27+
},
28+
"bugs": {
29+
"url": "https://github.com/cybercussion/SCOBot/issues"
30+
},
31+
"dependencies": {
32+
"jsdom": "~1.0.0"
33+
},
34+
"devDependencies": {
35+
"grunt": "~1.0.1",
36+
"browserify": "~14.5.0"
37+
},
38+
"scripts": {
39+
"test": "grunt travis --verbose"
40+
},
41+
"testling": {
42+
"html": "QUnit-Tests/qunit_SCOBot_prod_full.html",
43+
"browsers": [
44+
"ie/8..latest",
45+
"chrome/23..latest",
46+
"firefox/17..latest",
47+
"safari/5.1..latest",
48+
"opera/11.5..latest",
49+
"iphone/6..latest",
50+
"ipad/6..latest"
51+
]
52+
}
5353
}

0 commit comments

Comments
 (0)