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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-09-30 09:18:41 +0300
committerGitHub <noreply@github.com>2019-09-30 09:18:41 +0300
commit502a12095fd06758588a1baf5e3cd2c679c3ad13 (patch)
treefa16db9ed71fce16154f10a25d384cf4d5982ebc /package.json
parentd6898d1ee949a6e1369b97cf6d9f4ec80457d8ea (diff)
parentbbfb8e8c83f38239af1386837b74f41a730bc6f2 (diff)
Merge pull request #2250 from nextcloud/dependabot/npm_and_yarn/babel/core-7.6.2
Bump @babel/core from 7.6.0 to 7.6.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7d3f08913..2e2f0c9ae 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"build": "make npm-init build-js-production bundle-simplewebrtc"
},
"devDependencies": {
- "@babel/core": "^7.6.0",
+ "@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.0",
"attachmediastream": "^2.1.0",
"babel-plugin-add-module-exports": "^1.0.2",