Updated npm

This commit is contained in:
Kasra Bigdeli
2019-08-14 13:51:21 -04:00
parent 37b5582acf
commit ab356d7820
2 changed files with 17 additions and 17 deletions
+13 -13
View File
@@ -544,9 +544,9 @@
}
},
"@types/jest": {
"version": "24.0.16",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.16.tgz",
"integrity": "sha512-JrAiyV+PPGKZzw6uxbI761cHZ0G7QMOHXPhtSpcl08rZH6CswXaaejckn3goFKmF7M3nzEoJ0lwYCbqLMmjziQ==",
"version": "24.0.17",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.17.tgz",
"integrity": "sha512-1cy3xkOAfSYn78dsBWy4M3h/QF/HeWPchNFDjysVtp3GHeTdSmtluNnELfCmfNRRHo0OWEcpf+NsEJQvwQfdqQ==",
"requires": {
"@types/jest-diff": "*"
}
@@ -562,9 +562,9 @@
"integrity": "sha512-4RKbhIDGC87s4EBy2Cp2/5S2O6kmCRcZnD5KRCq1q9z2GhBte1+BdsfVKCpG8yKpDGNyEE2G6IqFIh6W2YwWPA=="
},
"@types/jsonwebtoken": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.3.2.tgz",
"integrity": "sha512-Mkjljd9DTpkPlrmGfTJvcP4aBU7yO2QmW7wNVhV4/6AEUxYoacqU7FJU/N0yFEHTsIrE4da3rUrjrR5ejicFmA==",
"version": "8.3.3",
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.3.3.tgz",
"integrity": "sha512-mofwpvFbm2AUxD5mg4iQPc2o/+ubM200R/L86kR17SeC99jM3gEnB9hy16ln3kZkxM5LnGpDJclxeUNEHhehng==",
"requires": {
"@types/node": "*"
}
@@ -591,9 +591,9 @@
}
},
"@types/multer": {
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/@types/multer/-/multer-1.3.7.tgz",
"integrity": "sha512-Lx4rNtGajRGtcVwJe1sKPAkAuBBWq8TOuimKJfOfK7ayY1Jc+18Lx00GjagLeIwaH2+OvFJvCv8tz+pvbt3OoA==",
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/@types/multer/-/multer-1.3.8.tgz",
"integrity": "sha512-q6y8wkcsKTCxaJBvVmL9hdtQ8p3uAex1pP0zi8CKa8uYDzrKzNn2j5/uaOiaIuMDqDZBhNg1rbiF9MyVMbwQ+w==",
"requires": {
"@types/express": "*"
}
@@ -5036,13 +5036,13 @@
"integrity": "sha512-avHdspHO+9rQTLbv1RO+MPYeP/SzsCoxofjVnHanETfQhTJrmB0HlDoW+EiN/R+C0BZ+gERab9NY0lPN2TxNag=="
},
"public-ip": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/public-ip/-/public-ip-3.1.0.tgz",
"integrity": "sha512-d7JsmLV7nbwUYqdYWD331eMql6R3xuFozJjLDwq6pzpYCdktCbikVqyfDeyOnG5sfVqgJlWUFELf3MwS322mxQ==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/public-ip/-/public-ip-3.2.0.tgz",
"integrity": "sha512-DBq4o955zhrhESG4z6GkLN9mtY9NT/JOjEV8pvnYy3bjVQOQF0J5lJNwWLbEWwNstyNFJlY7JxCPFq4bdXSabw==",
"requires": {
"dns-socket": "^4.2.0",
"got": "^9.6.0",
"is-ip": "^3.0.0"
"is-ip": "^3.1.0"
}
},
"pump": {
+4 -4
View File
@@ -19,11 +19,11 @@
"@types/express": "^4.17.0",
"@types/fs-extra": "^8.0.0",
"@types/http-proxy": "^1.17.0",
"@types/jest": "^24.0.16",
"@types/jest": "^24.0.17",
"@types/js-base64": "^2.3.1",
"@types/jsonwebtoken": "^8.3.2",
"@types/jsonwebtoken": "^8.3.3",
"@types/morgan": "^1.7.36",
"@types/multer": "^1.3.7",
"@types/multer": "^1.3.8",
"@types/on-finished": "^2.3.1",
"@types/request": "^2.48.2",
"@types/require-from-string": "^1.2.0",
@@ -49,7 +49,7 @@
"morgan": "^1.9.1",
"multer": "^1.4.2",
"on-finished": "^2.3.0",
"public-ip": "^3.1.0",
"public-ip": "^3.2.0",
"recursive-readdir": "^2.2.2",
"request": "^2.88.0",
"require-from-string": "^2.0.2",