Skip to content

Commit

Permalink
chore(deps): bump camel-case from 3.0.0 to 4.0.0 (#149)
Browse files Browse the repository at this point in the history
* build(deps): bump camel-case from 3.0.0 to 4.0.0

Bumps [camel-case](https://github.com/blakeembrey/change-case) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/blakeembrey/change-case/releases)
- [Commits](https://github.com/blakeembrey/change-case/compare/v3.0.0...camel-case@4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* fix(camelCaseKeys): adopt breaking changes
  • Loading branch information
dependabot-preview[bot] authored and SukkaW committed Dec 3, 2019
1 parent dc5543b commit 1bfdd74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/camel_case_keys.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const camelCase = require('camel-case');
const { camelCase } = require('camel-case');

function getter(key) {
return function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"bluebird": "^3.5.2",
"camel-case": "^3.0.0",
"camel-case": "^4.0.0",
"cross-spawn": "^7.0.0",
"highlight.js": "^9.13.1",
"striptags": "^3.1.1"
Expand Down

0 comments on commit 1bfdd74

Please sign in to comment.