diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-31 02:18:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 02:18:17 +0000 |
commit | f68809b6e3b246ac0e0d893de3c988a9bf514734 (patch) | |
tree | 4700003f913096a7250f9918d9ebc19939ea3a0b /package-lock.json | |
parent | f94af85749f1c98564c7b4f503a13309a24595fb (diff) | |
download | nextcloud-server-f68809b6e3b246ac0e0d893de3c988a9bf514734.tar.gz nextcloud-server-f68809b6e3b246ac0e0d893de3c988a9bf514734.zip |
Bump camelcase from 6.1.0 to 6.2.0
Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/sindresorhus/camelcase/releases)
- [Commits](https://github.com/sindresorhus/camelcase/compare/v6.1.0...v6.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 8a759a7bd0e..9df5d013860 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3336,9 +3336,9 @@ "dev": true }, "camelcase": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.1.0.tgz", - "integrity": "sha512-WCMml9ivU60+8rEJgELlFp1gxFcEGxwYleE3bziHEDeqsqAWGHdimB7beBFGjLzVNgPGyDsfgXLQEYMpmIFnVQ==" + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", + "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==" }, "camelcase-keys": { "version": "2.1.0", |