brainhubeu / react-carousel

A pure extendable React carousel, powered by Brainhub (craftsmen who ❤️ JS)
https://brainhub.eu/
MIT License
1.07k stars 165 forks source link

[renovate] Update NPM dependencies #628

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) ^7.8.4 -> ^7.13.14 age adoption passing confidence
@babel/core (source) ^7.8.7 -> ^7.13.15 age adoption passing confidence
@babel/core (source) ^7.10.4 -> ^7.13.15 age adoption passing confidence
@babel/plugin-proposal-class-properties (source) ^7.8.3 -> ^7.13.0 age adoption passing confidence
@babel/plugin-proposal-class-properties (source) ^7.10.4 -> ^7.13.0 age adoption passing confidence
@babel/plugin-transform-react-constant-elements (source) ^7.10.4 -> ^7.13.13 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.10.4 -> ^7.13.15 age adoption passing confidence
@babel/polyfill (source) ^7.8.7 -> ^7.12.1 age adoption passing confidence
@babel/polyfill (source) ^7.10.4 -> ^7.12.1 age adoption passing confidence
@babel/preset-env (source) ^7.8.7 -> ^7.13.15 age adoption passing confidence
@babel/preset-env (source) ^7.10.4 -> ^7.13.15 age adoption passing confidence
@babel/preset-react (source) ^7.8.3 -> ^7.13.13 age adoption passing confidence
@babel/preset-react (source) ^7.10.4 -> ^7.13.13 age adoption passing confidence
@babel/register (source) ^7.8.6 -> ^7.13.14 age adoption passing confidence
@babel/register (source) ^7.10.4 -> ^7.13.14 age adoption passing confidence
@brainhubeu/license-auditor ^1.0.30 -> ^1.1.0 age adoption passing confidence
@commitlint/cli ^9.1.1 -> ^9.1.2 age adoption passing confidence
@commitlint/config-conventional ^9.1.1 -> ^9.1.2 age adoption passing confidence
@commitlint/prompt ^9.1.1 -> ^9.1.2 age adoption passing confidence
@semantic-release/github ^7.0.7 -> ^7.2.1 age adoption passing confidence
@semantic-release/npm ^7.0.5 -> ^7.1.1 age adoption passing confidence
@semantic-release/release-notes-generator ^9.0.1 -> ^9.0.2 age adoption passing confidence
autoprefixer ^9.7.4 -> ^9.8.6 age adoption passing confidence
babel-loader ^8.0.6 -> ^8.2.2 age adoption passing confidence
classnames ^2.2.6 -> ^2.3.1 age adoption passing confidence
commitizen ^4.1.2 -> ^4.2.3 age adoption passing confidence
css-loader ^3.4.2 -> ^3.6.0 age adoption passing confidence
cypress ^4.9.0 -> ^4.12.1 age adoption passing confidence
danger ^10.2.1 -> ^10.6.4 age adoption passing confidence
enzyme-adapter-react-16 (source) ^1.15.2 -> ^1.15.6 age adoption passing confidence
eslint-config-brainhub ^1.12.0 -> ^1.14.0 age adoption passing confidence
eslint-config-prettier ^6.11.0 -> ^6.15.0 age adoption passing confidence
eslint-plugin-cypress ^2.10.3 -> ^2.11.2 age adoption passing confidence
eslint-plugin-prettier ^3.1.4 -> ^3.3.1 age adoption passing confidence
husky (source) ^4.2.3 -> ^4.3.8 age adoption passing confidence
husky (source) ^4.2.5 -> ^4.3.8 age adoption passing confidence
jest (source) ^26.1.0 -> ^26.6.3 age adoption passing confidence
jsdom ^16.2.1 -> ^16.5.3 age adoption passing confidence
lint-staged ^10.2.11 -> ^10.5.4 age adoption passing confidence
lodash (source) ^4.17.15 -> ^4.17.21 age adoption passing confidence
node-sass ^4.13.1 -> ^4.14.1 age adoption passing confidence
npm (source) >=6.14.3 -> >=6.14.12 age adoption passing confidence
prettier (source) ^2.0.5 -> ^2.2.1 age adoption passing confidence
react (source) ^16.8.0 -> ^16.14.0 age adoption passing confidence
react (source) ^16.13.1 -> ^16.14.0 age adoption passing confidence
react-dom (source) ^16.8.0 -> ^16.14.0 age adoption passing confidence
react-dom (source) ^16.13.1 -> ^16.14.0 age adoption passing confidence
react-resize-detector ^5.0.6 -> ^5.2.0 age adoption passing confidence
react-test-renderer (source) ^16.13.1 -> ^16.14.0 age adoption passing confidence
recoil ^0.0.10 -> ^0.2.0 age adoption passing confidence
semantic-release ^17.1.1 -> ^17.4.2 age adoption passing confidence
start-server-and-test ^1.11.0 -> ^1.12.1 age adoption passing confidence
style-loader ^1.1.3 -> ^1.3.0 age adoption passing confidence
terser-webpack-plugin ^3.0.6 -> ^3.1.0 age adoption passing confidence
webpack ^4.42.0 -> ^4.46.0 age adoption passing confidence

Release Notes

babel/babel ### [`v7.13.14`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71314-2021-03-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.10...v7.13.14) ##### :bug: Bug Fix - `babel-core` - [#​13068](https://togithub.com/babel/babel/pull/13068) fix(core): make sure "clone-deep-browser" code path is used on browsers ([@​charlessuh](https://togithub.com/charlessuh)) ##### :house: Internal - Other - [#​13066](https://togithub.com/babel/babel/pull/13066) add SHOW_CONFIG_FOR to template ([@​hzoo](https://togithub.com/hzoo)) - `babel-cli`, `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-register`, `babel-types` - [#​13057](https://togithub.com/babel/babel/pull/13057) Remove lodash deps ([@​hzoo](https://togithub.com/hzoo)) ##### :running_woman: Performance - `babel-core` - [#​13063](https://togithub.com/babel/babel/pull/13063) Only resolve `package.json` when relative configs are enabled ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.10`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71310-2021-03-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.0...v7.13.10) ##### :bug: Bug Fix - `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx` - [#​12967](https://togithub.com/babel/babel/pull/12967) Lazily initialize and cache constant JSX elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` - [#​12918](https://togithub.com/babel/babel/pull/12918) Ensure static private method init run before static property ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12707](https://togithub.com/babel/babel/pull/12707) Evaluate object and initializer when setting a private method ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​12917](https://togithub.com/babel/babel/pull/12917) Class static private field destructure set ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​12687](https://togithub.com/babel/babel/pull/12687) (ts) Raise syntax error for an abstract method that has body ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​12908](https://togithub.com/babel/babel/pull/12908) Fix `esmodules: true` without specified browsers ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - Other - [#​12956](https://togithub.com/babel/babel/pull/12956) Suggest using `babel.config.json` when linting dependencies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​12910](https://togithub.com/babel/babel/pull/12910) check descriptor before private field access ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​12974](https://togithub.com/babel/babel/pull/12974) Capitalize design docs headings ([@​MrBrain295](https://togithub.com/MrBrain295)) ##### :house: Internal - `babel-helper-fixtures` - [#​12982](https://togithub.com/babel/babel/pull/12982) Optionally enable external-helpers in tests ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-fixtures`, `babel-helper-module-imports`, `babel-helper-plugin-test-runner`, `babel-helper-transform-fixture-test-runner`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-new-target`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-register`, `babel-standalone`, `babel-traverse` - [#​12963](https://togithub.com/babel/babel/pull/12963) Avoid using CJS globals in internal source files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-transform-fixture-test-runner`, `babel-highlight`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​12795](https://togithub.com/babel/babel/pull/12795) [internal] Use the Node.js behavior for default imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7130-2021-02-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.17...v7.13.0) ##### :rocket: New Feature - `babel-parser` - [#​12370](https://togithub.com/babel/babel/pull/12370) Implement class features in estree ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-syntax-module-blocks`, `babel-standalone`, `babel-traverse`, `babel-types` - [#​12469](https://togithub.com/babel/babel/pull/12469) Parse JS Module Blocks proposal ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-generator`, `babel-parser`, `babel-types` - [#​12628](https://togithub.com/babel/babel/pull/12628) Support TypeScript 4.2 abstract constructor signatures ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​12193](https://togithub.com/babel/babel/pull/12193) Flow Enums with unknown members support ([@​gkz](https://togithub.com/gkz)) - `babel-core`, `babel-register` - [#​11498](https://togithub.com/babel/babel/pull/11498) Add cjs as a default extension ([@​perrin4869](https://togithub.com/perrin4869)) - `babel-traverse` - [#​12603](https://togithub.com/babel/babel/pull/12603) feat(referencesImport): support named exports accessed via namespace imports ([@​jeysal](https://togithub.com/jeysal)) - `babel-plugin-transform-typescript`, `babel-preset-typescript` - [#​12765](https://togithub.com/babel/babel/pull/12765) Enable allowNamespaces in `transform-typescript` by default ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-parameters`, `babel-types` - [#​12234](https://togithub.com/babel/babel/pull/12234) Support Flow `this` parameter annotations ([@​dsainati1](https://togithub.com/dsainati1)) - `babel-plugin-proposal-record-and-tuple` - [#​12145](https://togithub.com/babel/babel/pull/12145) Implement "Records and Tuples" transform ([@​rickbutton](https://togithub.com/rickbutton)) - `babel-plugin-transform-runtime`, `babel-plugin-transform-typeof-symbol`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​12632](https://togithub.com/babel/babel/pull/12632) Use conditional exports in `@babel/runtime` for CJS/ESM ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-helper-plugin-utils`, `babel-preset-env` - [#​12219](https://togithub.com/babel/babel/pull/12219) Add `@babel/core` support for the new `assumptions` option ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-helper-compilation-targets`, `babel-helper-plugin-utils`, `babel-preset-env` - [#​12189](https://togithub.com/babel/babel/pull/12189) Add `targets` and `browserslist*` options to `@babel/core` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​12266](https://togithub.com/babel/babel/pull/12266) Support `.mjs` plugins/presets and async factories ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​8461](https://togithub.com/babel/babel/pull/8461) Fix \_isNativeReflectConstruct helper ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli` - [#​12846](https://togithub.com/babel/babel/pull/12846) [babel-cli] Don't fail when `chmod` throws an error ([@​immitsu](https://togithub.com/immitsu)) - `babel-node` - [#​12836](https://togithub.com/babel/babel/pull/12836) fix: create IPC channel for spawned babel-node process ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​12819](https://togithub.com/babel/babel/pull/12819) fix: add regenerate-unicode-properties to dynamicRequireTargets ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-optional-chaining`, `babel-traverse` - [#​12812](https://togithub.com/babel/babel/pull/12812) Fix scope of computed method keys ([@​overlookmotel](https://togithub.com/overlookmotel)) ##### :house: Internal - `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2` - [#​12845](https://togithub.com/babel/babel/pull/12845) Use the `babel-plugin-polyfill-*` packages in `transform-runtime` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-runtime` - [#​12842](https://togithub.com/babel/babel/pull/12842) Don't use `useESModules` in `@babel/runtime` build script ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#​12839](https://togithub.com/babel/babel/pull/12839) Make sure that Rollup's `dynamicRequireTargets` are included ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-preset-env` - [#​12583](https://togithub.com/babel/babel/pull/12583) Use the `babel-plugin-polyfill-*` packages in `preset-env` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-register` - [#​12813](https://togithub.com/babel/babel/pull/12813) babel-register: Don’t rewrite the cache if it’s not dirty ([@​andersk](https://togithub.com/andersk)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#​12762](https://togithub.com/babel/babel/pull/12762) Support `noDocumentAll` for `obj?.#p` ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.12.17`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71217-2021-02-18) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.16...v7.12.17) ##### :bug: Bug Fix - `babel-core` - [#​12211](https://togithub.com/babel/babel/pull/12211) Do not cache non-existent JS config files forever ([@​devongovett](https://togithub.com/devongovett)) - `babel-helper-module-transforms`, `babel-plugin-transform-typescript` - [#​12796](https://togithub.com/babel/babel/pull/12796) Register binding when transforming TSParameterProperty ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​12776](https://togithub.com/babel/babel/pull/12776) fix(ts): parse multiline declarations correctly ([@​fedeci](https://togithub.com/fedeci)) - [#​12785](https://togithub.com/babel/babel/pull/12785) Raise recoverable error for type members with invalid modifiers ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-traverse` - [#​12797](https://togithub.com/babel/babel/pull/12797) clean up traverse scope ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​12794](https://togithub.com/babel/babel/pull/12794) Fix import assertions type definitions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods` - [#​12792](https://togithub.com/babel/babel/pull/12792) Reuse the `readOnlyError` helper for

Configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

RobertHebel commented 3 years ago
Warnings
:warning: MODULE : node_modules/valid-url | LICENSE : MIT* | LICENSE_FILE : node_modules/valid-url/LICENSE | REPOSITORY: https://github.com/ogt/valid-url | PUBLISHER : undefined | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/trim | LICENSE : MIT* | LICENSE_FILE : node_modules/trim/Readme.md | REPOSITORY: undefined | PUBLISHER : TJ Holowaychuk | EMAIL : tj@vision-media.ca | URL : undefined
:warning: MODULE : node_modules/sha | LICENSE : (BSD-2-Clause OR MIT) | LICENSE_FILE : node_modules/sha/LICENSE | REPOSITORY: https://github.com/ForbesLindesay/sha | PUBLISHER : undefined | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/rx-lite | LICENSE : Apache License, Version 2.0 | LICENSE_FILE : node_modules/rx-lite/readme.md | REPOSITORY: https://github.com/Reactive-Extensions/RxJS | PUBLISHER : Cloud Programmability Team | EMAIL : undefined | URL : https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt
:warning: MODULE : node_modules/vorpal/node_modules/rx-lite | LICENSE : Apache License, Version 2.0 | LICENSE_FILE : node_modules/vorpal/node_modules/rx-lite/readme.md | REPOSITORY: https://github.com/Reactive-Extensions/RxJS | PUBLISHER : Cloud Programmability Team | EMAIL : undefined | URL : https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt
:warning: MODULE : node_modules/rx-lite-aggregates | LICENSE : Apache License, Version 2.0 | LICENSE_FILE : node_modules/rx-lite-aggregates/readme.md | REPOSITORY: https://github.com/Reactive-Extensions/RxJS | PUBLISHER : Cloud Programmability Team | EMAIL : undefined | URL : https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt
:warning: MODULE : node_modules/rc | LICENSE : (BSD-2-Clause OR MIT OR Apache-2.0) | LICENSE_FILE : node_modules/rc/LICENSE.APACHE2 | REPOSITORY: https://github.com/dominictarr/rc | PUBLISHER : Dominic Tarr | EMAIL : dominic.tarr@gmail.com | URL : dominictarr.com
:warning: MODULE : node_modules/qrcode-terminal | LICENSE : Apache 2.0 | LICENSE_FILE : node_modules/qrcode-terminal/LICENSE | REPOSITORY: https://github.com/gtanner/qrcode-terminal | PUBLISHER : undefined | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/xhr/node_modules/process | LICENSE : MIT* | LICENSE_FILE : node_modules/xhr/node_modules/process/LICENSE | REPOSITORY: https://github.com/shtylman/node-process | PUBLISHER : Roman Shtylman | EMAIL : shtylman@gmail.com | URL : undefined
:warning: MODULE : node_modules/potrace | LICENSE : GPL-2.0 | LICENSE_FILE : node_modules/potrace/LICENSE | REPOSITORY: https://github.com/tooolbox/node-potrace | PUBLISHER : mattmc | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/object-component | LICENSE : MIT* | LICENSE_FILE : node_modules/object-component/Readme.md | REPOSITORY: undefined | PUBLISHER : undefined | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/node-forge | LICENSE : (BSD-3-Clause OR GPL-2.0) | LICENSE_FILE : node_modules/node-forge/LICENSE | REPOSITORY: https://github.com/digitalbazaar/forge | PUBLISHER : Digital Bazaar, Inc. | EMAIL : support@digitalbazaar.com | URL : http://digitalbazaar.com/
:warning: MODULE : node_modules/map-stream | LICENSE : Custom: https://github.com/dominictarr/event-stream | LICENSE_FILE : node_modules/map-stream/LICENCE | REPOSITORY: https://github.com/dominictarr/map-stream | PUBLISHER : Dominic Tarr | EMAIL : dominic.tarr@gmail.com | URL : http://dominictarr.com
:warning: MODULE : node_modules/jsonify | LICENSE : Public Domain | LICENSE_FILE : node_modules/jsonify/README.markdown | REPOSITORY: https://github.com/substack/jsonify | PUBLISHER : Douglas Crockford | EMAIL : undefined | URL : http://crockford.com/
:warning: MODULE : node_modules/json-schema | LICENSE : AFLv2.1,BSD | LICENSE_FILE : node_modules/json-schema/README.md | REPOSITORY: https://github.com/kriszyp/json-schema | PUBLISHER : Kris Zyp | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/indexof | LICENSE : MIT* | LICENSE_FILE : node_modules/indexof/Readme.md | REPOSITORY: undefined | PUBLISHER : undefined | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/glob-to-regexp | LICENSE : BSD* | LICENSE_FILE : node_modules/glob-to-regexp/README.md | REPOSITORY: https://github.com/fitzgen/glob-to-regexp | PUBLISHER : Nick Fitzgerald | EMAIL : fitzgen@gmail.com | URL : undefined
:warning: MODULE : node_modules/font-awesome | LICENSE : (OFL-1.1 AND MIT) | LICENSE_FILE : node_modules/font-awesome/README.md | REPOSITORY: https://github.com/FortAwesome/Font-Awesome | PUBLISHER : Dave Gandy | EMAIL : dave@fontawesome.io | URL : http://twitter.com/davegandy
:warning: MODULE : node_modules/expand-template | LICENSE : (MIT OR WTFPL) | LICENSE_FILE : node_modules/expand-template/LICENSE | REPOSITORY: https://github.com/ralphtheninja/expand-template | PUBLISHER : LM | EMAIL : ralphtheninja@riseup.net | URL : undefined
:warning: MODULE : node_modules/exif-parser | LICENSE : MIT* | LICENSE_FILE : node_modules/exif-parser/LICENSE.md | REPOSITORY: https://github.com/bwindels/exif-parser | PUBLISHER : Bruno Windels | EMAIL : bruno.windels@gmail.com | URL : undefined
:warning: MODULE : node_modules/css-select/node_modules/domutils | LICENSE : BSD* | LICENSE_FILE : node_modules/css-select/node_modules/domutils/LICENSE | REPOSITORY: https://github.com/FB55/domutils | PUBLISHER : Felix Boehm | EMAIL : me@feedic.com | URL : undefined
:warning: MODULE : node_modules/html-dom-parser/node_modules/domhandler | LICENSE : BSD* | LICENSE_FILE : node_modules/html-dom-parser/node_modules/domhandler/LICENSE | REPOSITORY: https://github.com/fb55/DomHandler | PUBLISHER : Felix Boehm | EMAIL : me@feedic.com | URL : undefined
:warning: MODULE : node_modules/doctrine | LICENSE : BSD | LICENSE_FILE : node_modules/doctrine/LICENSE.BSD | REPOSITORY: https://github.com/eslint/doctrine | PUBLISHER : undefined | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/npm/node_modules/cyclist | LICENSE : MIT* | LICENSE_FILE : node_modules/npm/node_modules/cyclist/README.md | REPOSITORY: https://github.com/mafintosh/cyclist | PUBLISHER : Mathias Buus Madsen | EMAIL : mathiasbuus@gmail.com | URL : undefined
:warning: MODULE : node_modules/css-select | LICENSE : BSD* | LICENSE_FILE : node_modules/css-select/LICENSE | REPOSITORY: https://github.com/fb55/css-select | PUBLISHER : Felix Boehm | EMAIL : me@feedic.com | URL : undefined
:warning: MODULE : node_modules/react-live/node_modules/create-react-context | LICENSE : MIT* | LICENSE_FILE : node_modules/react-live/node_modules/create-react-context/LICENSE | REPOSITORY: https://github.com/thejameskyle/create-react-context | PUBLISHER : James Kyle | EMAIL : me@thejameskyle.com | URL : undefined
:warning: MODULE : node_modules/component-props | LICENSE : MIT* | LICENSE_FILE : node_modules/component-props/Readme.md | REPOSITORY: https://github.com/component/props | PUBLISHER : undefined | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/component-inherit | LICENSE : MIT* | LICENSE_FILE : node_modules/component-inherit/Readme.md | REPOSITORY: https://github.com/component/inherit | PUBLISHER : undefined | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/component-bind | LICENSE : MIT* | LICENSE_FILE : node_modules/component-bind/Readme.md | REPOSITORY: https://github.com/component/bind | PUBLISHER : undefined | EMAIL : undefined | URL : undefined
:warning: MODULE : node_modules/cli-table | LICENSE : MIT* | LICENSE_FILE : node_modules/cli-table/README.md | REPOSITORY: https://github.com/Automattic/cli-table | PUBLISHER : Guillermo Rauch | EMAIL : guillermo@learnboost.com | URL : undefined
:warning: MODULE : node_modules/callsite | LICENSE : MIT* | LICENSE_FILE : node_modules/callsite/Readme.md | REPOSITORY: undefined | PUBLISHER : TJ Holowaychuk | EMAIL : tj@vision-media.ca | URL : undefined
:warning: MODULE : node_modules/better-assert | LICENSE : MIT* | LICENSE_FILE : node_modules/better-assert/Readme.md | REPOSITORY: https://github.com/visionmedia/better-assert | PUBLISHER : TJ Holowaychuk | EMAIL : tj@vision-media.ca | URL : undefined
:warning: MODULE : node_modules/async-foreach | LICENSE : MIT* | LICENSE_FILE : node_modules/async-foreach/LICENSE-MIT | REPOSITORY: https://github.com/cowboy/javascript-sync-async-foreach | PUBLISHER : "Cowboy" Ben Alman | EMAIL : undefined | URL : http://benalman.com/
:warning: MODULE : node_modules/@mikaelkristiansson/domready | LICENSE : MIT* | LICENSE_FILE : node_modules/@mikaelkristiansson/domready/LICENSE | REPOSITORY: https://github.com/mikaelkristiansson/domready | PUBLISHER : Mikael Kristiansson | EMAIL : undefined | URL : undefined

Generated by :no_entry_sign: dangerJS against 9dade79d3e99c62b1a9228d7e3157116a68bb36f