Merge pull request #3434 from overleaf/jpa-no-git-install

[misc] install packages from tar-ball only

GitOrigin-RevId: 14b722dbb74ec64b25231ac42104de9dd95b5c89
This commit is contained in:
Jakob Ackermann 2020-12-03 13:59:01 +00:00 committed by Copybot
parent fae53738f5
commit e8e2264d7d
2 changed files with 9 additions and 9 deletions

View file

@ -14691,8 +14691,8 @@
"integrity": "sha512-XN/zV3y4eiiZ9QSEDpZuC5csxonw7cgaZ19q+29evqSlm5/5S6rs1JxSO0nvkh+E16GQtQ5CaG4IRmj7dxHMvw=="
},
"daterangepicker": {
"version": "git+https://github.com/40thieves/daterangepicker.git#e496d2d44ca53e208c930e4cb4bcf29bcefa4550",
"from": "git+https://github.com/40thieves/daterangepicker.git#master",
"version": "https://github.com/40thieves/daterangepicker/archive/e496d2d44ca53e208c930e4cb4bcf29bcefa4550.tar.gz",
"integrity": "sha512-Q02uNrPqUsslcmQgE3fhQybH9vtJIB5MwOnZEXcAXvGrCDzpSf2DnFqg5hyUfi5u7U5ldRGzwQiCLBT6TlJ9WQ==",
"requires": {
"jquery": "^2.2.0",
"moment": "^2.9.0"
@ -24303,8 +24303,8 @@
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
},
"multer": {
"version": "git+https://github.com/overleaf/multer.git#7a2928d7ea2da02dd92888ea1c9ba5704e07aeeb",
"from": "git+https://github.com/overleaf/multer.git",
"version": "https://github.com/overleaf/multer/archive/7a2928d7ea2da02dd92888ea1c9ba5704e07aeeb.tar.gz",
"integrity": "sha512-XxZHtHZ6jX5ZzNfMzpKR9hx9pM0xIA1Jb8kYdejb6kIL4SuG9UgwzcXGheuqgVzeAyW33yzR3vlAgYL9dFMvwQ==",
"requires": {
"append-field": "^1.0.0",
"busboy": "^0.2.11",
@ -31537,8 +31537,8 @@
"integrity": "sha512-fJhQQI5tLrQvYIYFpOnFinzv9dwmR7hRnUz1XqP3OJ1jIweTNOd6aTO4jwQSgcBSFUB+/KHJxuGneime+FdzOw=="
},
"rolling-rate-limiter": {
"version": "git+https://github.com/ShaneKilkelly/rolling-rate-limiter.git#8a1a2cd8aaf9cd1a75cc81317b7f261157be2149",
"from": "git+https://github.com/ShaneKilkelly/rolling-rate-limiter.git#master",
"version": "https://github.com/ShaneKilkelly/rolling-rate-limiter/archive/8a1a2cd8aaf9cd1a75cc81317b7f261157be2149.tar.gz",
"integrity": "sha512-QjJZHl4u7S+89r5V9H3QJkBqWmhQPlmjaxiTNZb8yJVblELEKmrtk25tey6lQq3OJDAzZgYIHigYOGbMiJRgmA==",
"requires": {
"microtime-nodejs": "~1.0.0"
}

View file

@ -75,7 +75,7 @@
"csurf": "^1.11.0",
"d3": "^3.5.16",
"dateformat": "1.0.4-1.2.3",
"daterangepicker": "git+https://github.com/40thieves/daterangepicker.git#master",
"daterangepicker": "https://github.com/40thieves/daterangepicker/archive/e496d2d44ca53e208c930e4cb4bcf29bcefa4550.tar.gz",
"east": "^1.1.0",
"express": "4.17.1",
"express-bearer-token": "^2.4.0",
@ -104,7 +104,7 @@
"moment": "^2.24.0",
"mongodb": "^3.6.0",
"mongoose": "^5.10.7",
"multer": "git+https://github.com/overleaf/multer.git",
"multer": "https://github.com/overleaf/multer/archive/7a2928d7ea2da02dd92888ea1c9ba5704e07aeeb.tar.gz",
"nocache": "^2.1.0",
"nodemailer": "2.1.0",
"nodemailer-mandrill-transport": "^1.2.0",
@ -138,7 +138,7 @@
"request-promise-native": "^1.0.8",
"requestretry": "^1.13.0",
"rimraf": "2.2.6",
"rolling-rate-limiter": "git+https://github.com/ShaneKilkelly/rolling-rate-limiter.git#master",
"rolling-rate-limiter": "https://github.com/ShaneKilkelly/rolling-rate-limiter/archive/8a1a2cd8aaf9cd1a75cc81317b7f261157be2149.tar.gz",
"sanitize-html": "^1.27.1",
"sanitizer": "0.1.1",
"scroll-into-view-if-needed": "^2.2.25",