diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-04-11 13:27:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 13:27:09 +0200 |
commit | d0ffd00cfee97440ec6b5644640126b709dff3d8 (patch) | |
tree | ec663e04845b6e659dd8a7d041aa9f6c0bdef413 /package.json | |
parent | d942a5b2be287dc9a6bc99a35d23447cc0be83c4 (diff) | |
parent | cf0851fd970b7bf5c37617be20ec62024201641b (diff) | |
download | nextcloud-server-d0ffd00cfee97440ec6b5644640126b709dff3d8.tar.gz nextcloud-server-d0ffd00cfee97440ec6b5644640126b709dff3d8.zip |
Merge pull request #26483 from nextcloud/dependabot/npm_and_yarn/babel/core-7.13.15
Bump @babel/core from 7.13.13 to 7.13.15
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 48f4e37f7d5..2fe825e2a6a 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "webdav": "^3.6.2" }, "devDependencies": { - "@babel/core": "^7.13.13", + "@babel/core": "^7.13.15", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.13.10", |