mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-07 06:08:06 +02:00
update dependencies
This commit is contained in:
Generated
+297
-13516
File diff suppressed because it is too large
Load Diff
+11
-11
@@ -19,8 +19,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/tdurieux/anonymous_github#readme",
|
"homepage": "https://github.com/tdurieux/anonymous_github#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@octokit/rest": "^18.3.5",
|
"@octokit/rest": "^18.5.3",
|
||||||
"@umijs/linguist": "^1.0.1",
|
|
||||||
"array-equal": "^1.0.0",
|
"array-equal": "^1.0.0",
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.7.4",
|
||||||
"connect-redis": "^5.1.0",
|
"connect-redis": "^5.1.0",
|
||||||
@@ -28,27 +27,28 @@
|
|||||||
"express-rate-limit": "^5.2.6",
|
"express-rate-limit": "^5.2.6",
|
||||||
"express-session": "^1.17.1",
|
"express-session": "^1.17.1",
|
||||||
"extract-zip": "^2.0.1",
|
"extract-zip": "^2.0.1",
|
||||||
|
"github-linguist": "^2.3.0",
|
||||||
"istextorbinary": "^5.12.0",
|
"istextorbinary": "^5.12.0",
|
||||||
"mongodb": "^3.6.4",
|
"mongodb": "^3.6.6",
|
||||||
"parse-github-url": "^1.0.2",
|
"parse-github-url": "^1.0.2",
|
||||||
"passport": "^0.4.1",
|
"passport": "^0.4.1",
|
||||||
"passport-github2": "^0.1.12",
|
"passport-github2": "^0.1.12",
|
||||||
"rate-limit-redis": "^2.1.0",
|
"rate-limit-redis": "^2.1.0",
|
||||||
"redis": "^3.0.2",
|
"redis": "^3.1.2",
|
||||||
"textextensions": "^5.12.0"
|
"textextensions": "^5.12.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "^4.3.3",
|
"chai": "^4.3.4",
|
||||||
"mocha": "^8.3.0",
|
"mocha": "^8.3.2",
|
||||||
"nodemon": "^2.0.4"
|
"nodemon": "^2.0.4"
|
||||||
},
|
},
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"public/*",
|
"public",
|
||||||
"test/*",
|
"test",
|
||||||
"repo/*",
|
"repo",
|
||||||
"repositories/*",
|
"repositories",
|
||||||
"session-store/*"
|
"session-store"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user