summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-04 20:44:17 +0000
committerGitHub <noreply@github.com>2020-07-04 20:44:17 +0000
commit68ea5581ced2a494682f281726099293d263cefa (patch)
treec5f1af88074fe3b75681d697f083557a2c7eceae
parentad8ac02025bf9dd022a2f38099c280f5a85cdb7f (diff)
parent590ac6d84d6e34617706c0ff4ec6e7e8b0f26bc6 (diff)
Merge pull request #929 from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.10.4
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 33e29f75..1065e14b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1482,9 +1482,9 @@
}
},
"@babel/runtime": {
- "version": "7.10.3",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz",
- "integrity": "sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==",
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz",
+ "integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
diff --git a/package.json b/package.json
index 33c47280..1ee988a1 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
- "@babel/runtime": "^7.10.3",
+ "@babel/runtime": "^7.10.4",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/logger": "^1.1.2",