summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-12-24 02:22:18 +0000
committerJulius Härtl <jus@bitgrid.net>2019-01-02 23:32:06 +0100
commit9a995bc675baf15140aa76e085993994371d302f (patch)
treee5bbc63b25dc855f593edcc0c95fca8da00d77db
parent6b74286bd0774557ba2e5a3bd994081daf250a69 (diff)
Bump @babel/polyfill from 7.2.3 to 7.2.5
Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.2.3 to 7.2.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.2.3...v7.2.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
-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 56653fdb..4690af89 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -911,9 +911,9 @@
}
},
"@babel/polyfill": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.2.3.tgz",
- "integrity": "sha512-XG854errfwBkrnWV9dDmSSa8ueTciFUMcC47Mn9obkfLipRKaQL4o33YRsNk0IEep1WXMvr1hGz8DQbSQC2tPQ==",
+ "version": "7.2.5",
+ "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.2.5.tgz",
+ "integrity": "sha512-8Y/t3MWThtMLYr0YNC/Q76tqN1w30+b0uQMeFUYauG2UGTR19zyUtFrAzT23zNtBxPp+LbE5E/nwV/q/r3y6ug==",
"requires": {
"core-js": "^2.5.7",
"regenerator-runtime": "^0.12.0"
diff --git a/package.json b/package.json
index bb61f5ec..1088cb00 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
- "@babel/polyfill": "^7.2.3",
+ "@babel/polyfill": "^7.2.5",
"linkifyjs": "^2.1.7",
"nextcloud-axios": "^0.1.3",
"nextcloud-vue": "^0.4.6",