aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-09-03 21:47:31 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-09-04 21:08:30 +0900
commit9cc98ca32718f1a84d5fd86d6b37506be81b4e22 (patch)
tree5f2da05cce5bfe17185299849dcdb1fbc37c0ecc
parent6dd8b2f61810f8c40c58e268812cfb066b5bc23c (diff)
Install request-promise-native
-rw-r--r--package-lock.json25
-rw-r--r--package.json1
2 files changed, 14 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 9b3cb5d..07869a7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7785,14 +7785,6 @@
"dev": true,
"requires": {
"lodash": "^4.17.11"
- },
- "dependencies": {
- "lodash": {
- "version": "4.17.15",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
- "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
- "dev": true
- }
}
},
"request-promise-native": {
@@ -9111,12 +9103,21 @@
"dev": true
},
"tough-cookie": {
- "version": "2.3.4",
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
- "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==",
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
+ "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
"dev": true,
"requires": {
- "punycode": "^1.4.1"
+ "psl": "^1.1.28",
+ "punycode": "^2.1.1"
+ },
+ "dependencies": {
+ "punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
+ "dev": true
+ }
}
},
"trim-newlines": {
diff --git a/package.json b/package.json
index 4910ce9..2306396 100644
--- a/package.json
+++ b/package.json
@@ -56,6 +56,7 @@
"redux": "^4.0.4",
"redux-promise": "^0.6.0",
"reflect-metadata": "^0.1.13",
+ "request-promise-native": "^1.0.7",
"sass-loader": "^7.3.1",
"sinon": "^7.4.1",
"sinon-chrome": "^3.0.1",