Bump some devdeps to shut up npm audit

This commit is contained in:
Calvin Montgomery 2021-10-13 20:19:28 -07:00
parent 01063c2623
commit 1bab65bb13
2 changed files with 1128 additions and 2073 deletions

3183
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"author": "Calvin Montgomery", "author": "Calvin Montgomery",
"name": "CyTube", "name": "CyTube",
"description": "Online media synchronizer and chat", "description": "Online media synchronizer and chat",
"version": "3.82.6", "version": "3.82.7",
"repository": { "repository": {
"url": "http://github.com/calzoneman/sync" "url": "http://github.com/calzoneman/sync"
}, },
@ -53,14 +53,14 @@
"integration-test": "mocha --recursive --exit integration_test" "integration-test": "mocha --recursive --exit integration_test"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.13.14", "@babel/cli": "^7.15.7",
"@babel/core": "^7.13.14", "@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.13.14", "@babel/eslint-parser": "^7.15.8",
"@babel/preset-env": "^7.13.12", "@babel/preset-env": "^7.15.8",
"babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-add-module-exports": "^1.0.4",
"coffeescript": "^1.9.2", "coffeescript": "^1.9.2",
"eslint": "^7.23.0", "eslint": "^7.32.0",
"mocha": "^8.3.2", "mocha": "^8.4.0",
"sinon": "^10.0.0" "sinon": "^10.0.0"
}, },
"babel": { "babel": {