updating deps

This commit is contained in:
Yotam Mann 2021-10-13 13:24:51 -04:00
parent 6185cecec5
commit dbbb0d1fff
2 changed files with 1888 additions and 4121 deletions

5975
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -70,16 +70,16 @@
"chai": "^1.10.0", "chai": "^1.10.0",
"codecov": "^3.1.0", "codecov": "^3.1.0",
"cross-var": "^1.1.0", "cross-var": "^1.1.0",
"eslint": "^6.6.0", "eslint": "^8.0.0",
"eslint-plugin-html": "^6.0.2", "eslint-plugin-html": "^6.0.2",
"eslint-plugin-jsdoc": "^15.12.0", "eslint-plugin-jsdoc": "^15.12.0",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"glob": "^7.1.5", "glob": "^7.1.5",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"http-server": "^0.12.3", "http-server": "^13.0.2",
"istanbul-instrumenter-loader": "^3.0.1", "istanbul-instrumenter-loader": "^3.0.1",
"jsdom": "^16.3.0", "jsdom": "^16.3.0",
"karma": "^5.1.1", "karma": "^6.3.4",
"karma-chrome-launcher": "^2.2.0", "karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.2", "karma-coverage": "^2.0.2",
"karma-firefox-launcher": "^1.3.0", "karma-firefox-launcher": "^1.3.0",
@ -88,7 +88,7 @@
"karma-sourcemap-loader": "^0.3.7", "karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32", "karma-spec-reporter": "0.0.32",
"karma-typescript": "^5.0.0", "karma-typescript": "^5.0.0",
"mocha": "^7.1.1", "mocha": "^9.1.2",
"semver": "^5.5.0", "semver": "^5.5.0",
"showdown": "^1.9.1", "showdown": "^1.9.1",
"teoria": "^2.5.0", "teoria": "^2.5.0",
@ -96,14 +96,14 @@
"ts-loader": "^7.0.1", "ts-loader": "^7.0.1",
"ts-node": "^8.4.1", "ts-node": "^8.4.1",
"typedoc": "^0.17.6", "typedoc": "^0.17.6",
"typescript": "^4.0.3", "typescript": "^4.4.4",
"ua-parser-js": "^0.7.20", "ua-parser-js": "^0.7.20",
"webpack": "^4.44.1", "webpack": "^5.58.2",
"webpack-cli": "^3.3.12", "webpack-cli": "^4.9.0",
"yargs": "^13.2.0" "yargs": "^17.2.1"
}, },
"dependencies": { "dependencies": {
"standardized-audio-context": "^25.1.8", "standardized-audio-context": "^25.3.12",
"tslib": "^2.0.1" "tslib": "^2.0.1"
}, },
"prettier": { "prettier": {