node_modules: update

This commit is contained in:
Dawid Dziurla 2020-07-25 12:21:44 +02:00
parent c4ea5b96e9
commit 7c68f31a28
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
30 changed files with 673 additions and 856 deletions

View file

@ -23,6 +23,10 @@ const isObject = value =>
!(value instanceof Date);
const camelCaseConvert = (input, options) => {
if (!isObject(input)) {
return input;
}
options = {
deep: false,
pascalCase: false,

View file

@ -1,26 +1,26 @@
{
"_from": "camelcase-keys@6.2.1",
"_id": "camelcase-keys@6.2.1",
"_from": "camelcase-keys@6.2.2",
"_id": "camelcase-keys@6.2.2",
"_inBundle": false,
"_integrity": "sha512-BPCNVH56RVIxQQIXskp5tLQXUNGQ6sXr7iCv1FHDt81xBOQ/1r6H8SPxf19InVP6DexWar4s87q9thfuk8X9HA==",
"_integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==",
"_location": "/camelcase-keys",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "camelcase-keys@6.2.1",
"raw": "camelcase-keys@6.2.2",
"name": "camelcase-keys",
"escapedName": "camelcase-keys",
"rawSpec": "6.2.1",
"rawSpec": "6.2.2",
"saveSpec": null,
"fetchSpec": "6.2.1"
"fetchSpec": "6.2.2"
},
"_requiredBy": [
"/docker-hub-utils"
],
"_resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.1.tgz",
"_shasum": "cd3e2d2d7db767aa3f247e4c2df93b4661008945",
"_spec": "camelcase-keys@6.2.1",
"_resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz",
"_shasum": "5e755d6ba51aa223ec7d3d52f25778210f9dc3c0",
"_spec": "camelcase-keys@6.2.2",
"_where": "/home/dawidd6/github/dawidd6/action-debian-package/node_modules/docker-hub-utils",
"author": {
"name": "Sindre Sorhus",
@ -91,7 +91,7 @@
"bench": "matcha bench/bench.js",
"test": "xo && ava && tsd"
},
"version": "6.2.1",
"version": "6.2.2",
"xo": {
"overrides": [
{