Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-26 04:18:05 +0300
committerGitHub <noreply@github.com>2020-04-26 04:18:05 +0300
commitfb7a54097ce00eb0570cc5967f41088c2740bfe9 (patch)
tree6ba53c85eef4a1990eb74e6a3321ec98763e3078 /package-lock.json
parent02d09887d5f39372ca3c6debfb35dbe46b987ba2 (diff)
Bump @essentials/request-timeout from 1.0.2 to 1.2.0
Bumps [@essentials/request-timeout](https://github.com/jaredLunde/essentials) from 1.0.2 to 1.2.0. - [Release notes](https://github.com/jaredLunde/essentials/releases) - [Commits](https://github.com/jaredLunde/essentials/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json25
1 files changed, 11 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index 951838ca..0a46ce67 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1241,13 +1241,17 @@
"to-fast-properties": "^2.0.0"
}
},
+ "@essentials/raf": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/@essentials/raf/-/raf-1.1.3.tgz",
+ "integrity": "sha512-2pnbJu6M2agYKPhnD2lqRxLGG4GOfMFxIePw0WoIDmuTmnfrCoIJp9RlgDhVhbOGHXiQHARdrvGeiHgC3B5YnA=="
+ },
"@essentials/request-timeout": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/@essentials/request-timeout/-/request-timeout-1.0.2.tgz",
- "integrity": "sha512-P4pM8z1J9Ifj9SanjHyIuzV+AF/Ry6Coxm6foyza3aiDsweHME3t5sRrKv0ohpsmQLrmgt8XLlwFLPoAYLpq2Q==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@essentials/request-timeout/-/request-timeout-1.2.0.tgz",
+ "integrity": "sha512-7HbQnSxy2lpf2/wz5XNwjzKakyyZAtptTGYzfIaS4xTXgXs64xfXM8UT4fG40sEEJitXFkwzxgCCXVrokorGLQ==",
"requires": {
- "performance-now": "^2.1.0",
- "raf": "^3.4.1"
+ "@essentials/raf": "^1.1.2"
}
},
"@nextcloud/auth": {
@@ -7478,7 +7482,8 @@
"performance-now": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
- "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
+ "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
+ "dev": true
},
"picomatch": {
"version": "2.2.2",
@@ -7996,14 +8001,6 @@
"integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
"dev": true
},
- "raf": {
- "version": "3.4.1",
- "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
- "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
- "requires": {
- "performance-now": "^2.1.0"
- }
- },
"randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",