Dependency updates

This commit is contained in:
Jonathan Putney
2020-08-14 14:44:36 -04:00
parent 107069963c
commit c44d7c7436
5 changed files with 568 additions and 283 deletions

6
dist/scorm-again.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

815
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,27 +1,27 @@
{
"name": "scorm-again",
"version": "1.3.5",
"version": "1.3.6",
"description": "A modern SCORM JavaScript run-time library for AICC, SCORM 1.2, and SCORM 2004",
"main": "dist/scorm-again.min.js",
"directories": {
"test": "test"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/node": "^7.10.4",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-proposal-private-methods": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-flow": "^7.10.4",
"@babel/register": "^7.10.4",
"@types/chai": "^4.2.11",
"@babel/register": "^7.10.5",
"@types/chai": "^4.2.12",
"babel-eslint": "^11.0.0-beta.2",
"babelify": "^10.0.0",
"browserify": "^16.5.1",
"browserify": "^16.5.2",
"chai": "^4.2.0",
"eslint": "^7.4.0",
"eslint": "^7.6.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.0",
"grunt": "^1.2.1",
@@ -29,12 +29,12 @@
"grunt-cli": "^1.3.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"jsdoc": "^3.6.4",
"jsdoc": "^3.6.5",
"jsdoc-babel": "^0.5.0",
"lodash.debounce": "^4.0.8",
"minifyify": "^7.3.5",
"minimist": "^1.2.5",
"mocha": "^8.0.1",
"mocha": "^8.1.1",
"mocha-junit-reporter": "^2.0.0",
"mochawesome": "^6.1.1",
"nyc": "^15.1.0"