diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-15 10:21:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 10:21:30 +0000 |
commit | 35e73e437613e5313fdf9792c6699bb18c0072e3 (patch) | |
tree | e05c3dbd7e1929c22ce5504cef632c4f8ebc0d50 /package.json | |
parent | cf895e1430173a6adf03dd79d596811a8edbab79 (diff) | |
parent | ce60a66b173ddc7c4acfb21ae01e06ba8c700071 (diff) | |
download | nextcloud-server-35e73e437613e5313fdf9792c6699bb18c0072e3.tar.gz nextcloud-server-35e73e437613e5313fdf9792c6699bb18c0072e3.zip |
Merge pull request #28425 from nextcloud/dependabot/npm_and_yarn/core-js-3.16.1
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 b3365823eac..8fcf4690732 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "bootstrap": "^4.6.0", "camelcase": "^6.2.0", "clipboard": "^2.0.8", - "core-js": "^3.16.0", + "core-js": "^3.16.1", "css-vars-ponyfill": "^2.4.6", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", |