diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-22 07:05:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 07:05:12 +0000 |
commit | 9e0d3ac21a585ecbee8b85a277f32c3f9af382d9 (patch) | |
tree | 3fa598423b88963909372c007a281f00d9cf3ece /package.json | |
parent | bcbe1e1c9d46bdaa7102dca7d99cfd2dcd246f02 (diff) | |
download | nextcloud-server-9e0d3ac21a585ecbee8b85a277f32c3f9af382d9.tar.gz nextcloud-server-9e0d3ac21a585ecbee8b85a277f32c3f9af382d9.zip |
Bump @babel/core from 7.11.1 to 7.11.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.1 to 7.11.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.4/packages/babel-core)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5c51802c51f..7b33ece1adb 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "vuex-router-sync": "^5.0.0" }, "devDependencies": { - "@babel/core": "^7.11.1", + "@babel/core": "^7.11.4", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.11.0", |