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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-11-02 13:21:59 +0300
committerGitHub <noreply@github.com>2020-11-02 13:21:59 +0300
commit9d388136284a47c7c7fabc40aefb455ed5f4dd2c (patch)
tree8dd249e8d4e7987c79393a9d47f2c0b11e13fc36 /package.json
parentccafc967c6fc20330518ea2e2efc97933187a195 (diff)
parent32fba291ac74f3d3ce005ccf1e90584e3ef6f1e3 (diff)
Merge pull request #1205 from nextcloud/dependabot/npm_and_yarn/babel/polyfill-7.12.1
Bump @babel/polyfill from 7.11.5 to 7.12.1
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 6aaf960c..70237d2c 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"@babel/core": "^7.12.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.1",
- "@babel/polyfill": "^7.11.5",
+ "@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@nextcloud/eslint-config": "^2.1.0",
"@nextcloud/eslint-plugin": "^1.5.0",