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