mirror of https://github.com/calzoneman/sync.git
Bump some devdeps to shut up npm audit
This commit is contained in:
parent
01063c2623
commit
1bab65bb13
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue