summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-07 07:25:39 +0000
committerGitHub <noreply@github.com>2020-11-07 07:25:39 +0000
commit62f669426e42c4f4ce4d72f110fa0176f1e9d61f (patch)
tree56fe534c3db5caa187b8519e43c4d36f0114f2cc
parent918140c4f74dfcb9b55c3080f90140cffc9218ef (diff)
parentae81139375d2d9b285f889afd3b2c5e4769cff52 (diff)
Merge pull request #1117 from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.12.5
-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 c930022f..c0349f0a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3630,9 +3630,9 @@
}
},
"@babel/runtime": {
- "version": "7.12.1",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz",
- "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==",
+ "version": "7.12.5",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
+ "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
diff --git a/package.json b/package.json
index 8435ef3d..df5e9c38 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"cypress:gui": "cypress open"
},
"dependencies": {
- "@babel/runtime": "^7.12.1",
+ "@babel/runtime": "^7.12.5",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.5.0",
"@nextcloud/initial-state": "^1.2.0",