@@ -97,7 +97,7 @@
[0.16.3]
* Update to Gogs 0.11.19
-[0.16.4]
+[1.0.0]
* Update Git to v2.7.4-0ubuntu1.2
* Fixes critical security issue that allows remote command execution in git
* https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-1000117.html
@@ -4,7 +4,7 @@
"author": "Gogs developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
- "version": "0.16.3",
+ "version": "1.0.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
@@ -13,12 +13,11 @@
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
- "rimraf": "^2.4.4",
- "superagent": "^1.4.0"
+ "rimraf": "^2.4.4"
},
"dependencies": {
"selenium-server-standalone-jar": "^3.3.1",
"selenium-webdriver": "^3.3.0",
- "superagent": "^1.8.5"
+ "superagent": "^3.5.2"
}