不要怂,就是干,撸起袖子干!

Commit cf537342 by Sascha Depold Committed by GitHub

fix(deps): upgrade to secure versions of dev deps (#13549)

1 parent 6f758af1
Showing with 5 additions and 0 deletions
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
"@types/node": "^12.12.42", "@types/node": "^12.12.42",
"@types/validator": "^13.1.4", "@types/validator": "^13.1.4",
"acorn": "^8.0.4", "acorn": "^8.0.4",
"axios": ">=0.21.2",
"chai": "^4.x", "chai": "^4.x",
"chai-as-promised": "^7.x", "chai-as-promised": "^7.x",
"chai-datetime": "^1.6.0", "chai-datetime": "^1.6.0",
...@@ -71,19 +72,23 @@ ...@@ -71,19 +72,23 @@
"marked": "^1.1.0", "marked": "^1.1.0",
"mocha": "^7.1.2", "mocha": "^7.1.2",
"mysql2": "^2.1.0", "mysql2": "^2.1.0",
"nth-check": ">=2.0.1",
"nyc": "^15.0.0", "nyc": "^15.0.0",
"p-map": "^4.0.0", "p-map": "^4.0.0",
"p-props": "^4.0.0", "p-props": "^4.0.0",
"p-settle": "^4.1.1", "p-settle": "^4.1.1",
"p-timeout": "^4.0.0", "p-timeout": "^4.0.0",
"path-parse": ">=1.0.7",
"pg": "^8.2.1", "pg": "^8.2.1",
"pg-hstore": "^2.x", "pg-hstore": "^2.x",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"semantic-release": "^17.3.0", "semantic-release": "^17.3.0",
"semantic-release-fail-on-major-bump": "^1.0.0", "semantic-release-fail-on-major-bump": "^1.0.0",
"semver-regex": ">=3.1.3",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"sinon-chai": "^3.3.0", "sinon-chai": "^3.3.0",
"sqlite3": "^4.2.0", "sqlite3": "^4.2.0",
"tar": ">=4.4.18",
"tedious": "8.3.0", "tedious": "8.3.0",
"typescript": "^4.1.3" "typescript": "^4.1.3"
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!