├── .github ├── dependabot.yml ├── labeler.yml ├── licensed.yml └── workflows │ ├── automerge.yml │ ├── build.yml │ ├── cla.yml │ ├── codeql.yml │ ├── dependabot.yml │ ├── labeler.yml │ ├── node.yml │ ├── pull-request.yml │ ├── release-scheduler.yml │ ├── release.yml │ ├── stale.yml │ └── test.yml ├── .gitignore ├── .licenses └── npm │ ├── @actions │ ├── core.dep.yml │ ├── github.dep.yml │ └── http-client.dep.yml │ ├── @babel │ ├── code-frame.dep.yml │ ├── helper-validator-identifier.dep.yml │ └── highlight.dep.yml │ ├── @koj │ └── config.dep.yml │ ├── @nodelib │ ├── fs.scandir.dep.yml │ ├── fs.stat.dep.yml │ └── fs.walk.dep.yml │ ├── @octokit │ ├── auth-token.dep.yml │ ├── core-2.5.4.dep.yml │ ├── core-3.1.2.dep.yml │ ├── endpoint.dep.yml │ ├── graphql.dep.yml │ ├── plugin-paginate-rest.dep.yml │ ├── plugin-request-log.dep.yml │ ├── plugin-rest-endpoint-methods-3.17.0.dep.yml │ ├── plugin-rest-endpoint-methods-4.1.2.dep.yml │ ├── request-error.dep.yml │ ├── request.dep.yml │ ├── rest.dep.yml │ ├── types-4.1.10.dep.yml │ └── types-5.4.0.dep.yml │ ├── @semantic-release │ ├── changelog.dep.yml │ ├── commit-analyzer.dep.yml │ ├── error.dep.yml │ ├── git.dep.yml │ ├── github.dep.yml │ ├── npm.dep.yml │ └── release-notes-generator.dep.yml │ ├── @tootallnate │ └── once.dep.yml │ ├── @types │ ├── color-name.dep.yml │ ├── minimist.dep.yml │ ├── node.dep.yml │ ├── normalize-package-data.dep.yml │ ├── parse-json.dep.yml │ └── retry.dep.yml │ ├── JSONStream.dep.yml │ ├── abbrev.dep.yml │ ├── agent-base-4.2.1.dep.yml │ ├── agent-base-4.3.0.dep.yml │ ├── agent-base-6.0.1.dep.yml │ ├── agentkeepalive.dep.yml │ ├── aggregate-error.dep.yml │ ├── ajv.dep.yml │ ├── ansi-align.dep.yml │ ├── ansi-escapes.dep.yml │ ├── ansi-regex-2.1.1.dep.yml │ ├── ansi-regex-3.0.0.dep.yml │ ├── ansi-regex-4.1.0.dep.yml │ ├── ansi-regex-5.0.0.dep.yml │ ├── ansi-styles-3.2.1.dep.yml │ ├── ansi-styles-4.2.1.dep.yml │ ├── ansi-styles-4.3.0.dep.yml │ ├── ansicolors.dep.yml │ ├── ansistyles.dep.yml │ ├── aproba-1.2.0.dep.yml │ ├── aproba-2.0.0.dep.yml │ ├── archy.dep.yml │ ├── are-we-there-yet.dep.yml │ ├── argv-formatter.dep.yml │ ├── array-ify.dep.yml │ ├── array-union.dep.yml │ ├── arrify.dep.yml │ ├── asap.dep.yml │ ├── asn1.dep.yml │ ├── assert-plus.dep.yml │ ├── asynckit.dep.yml │ ├── at-least-node.dep.yml │ ├── aws-sign2.dep.yml │ ├── aws4.dep.yml │ ├── balanced-match.dep.yml │ ├── bcrypt-pbkdf.dep.yml │ ├── before-after-hook.dep.yml │ ├── bin-links.dep.yml │ ├── bluebird.dep.yml │ ├── bottleneck.dep.yml │ ├── boxen.dep.yml │ ├── brace-expansion.dep.yml │ ├── braces.dep.yml │ ├── buffer-from.dep.yml │ ├── builtins.dep.yml │ ├── byline.dep.yml │ ├── byte-size.dep.yml │ ├── cacache.dep.yml │ ├── call-limit.dep.yml │ ├── callsites.dep.yml │ ├── camelcase-4.1.0.dep.yml │ ├── camelcase-5.3.1.dep.yml │ ├── camelcase-keys.dep.yml │ ├── capture-stack-trace.dep.yml │ ├── cardinal.dep.yml │ ├── caseless.dep.yml │ ├── chalk-2.4.1.dep.yml │ ├── chalk-2.4.2.dep.yml │ ├── chalk-4.1.0.dep.yml │ ├── chownr.dep.yml │ ├── ci-info-1.6.0.dep.yml │ ├── ci-info-2.0.0.dep.yml │ ├── cidr-regex.dep.yml │ ├── clean-stack.dep.yml │ ├── cli-boxes.dep.yml │ ├── cli-columns.dep.yml │ ├── cli-table.dep.yml │ ├── cli-table3.dep.yml │ ├── cliui-5.0.0.dep.yml │ ├── cliui-6.0.0.dep.yml │ ├── clone.dep.yml │ ├── cmd-shim.dep.yml │ ├── co.dep.yml │ ├── code-point-at.dep.yml │ ├── color-convert-1.9.1.dep.yml │ ├── color-convert-1.9.3.dep.yml │ ├── color-convert-2.0.1.dep.yml │ ├── color-name-1.1.3.dep.yml │ ├── color-name-1.1.4.dep.yml │ ├── colors-1.0.3.dep.yml │ ├── colors-1.3.3.dep.yml │ ├── columnify.dep.yml │ ├── combined-stream.dep.yml │ ├── compare-func.dep.yml │ ├── concat-map.dep.yml │ ├── concat-stream.dep.yml │ ├── config-chain.dep.yml │ ├── configstore.dep.yml │ ├── console-control-strings.dep.yml │ ├── conventional-changelog-angular.dep.yml │ ├── conventional-changelog-writer.dep.yml │ ├── conventional-commits-filter.dep.yml │ ├── conventional-commits-parser.dep.yml │ ├── copy-concurrently.dep.yml │ ├── core-util-is.dep.yml │ ├── cosmiconfig.dep.yml │ ├── create-error-class.dep.yml │ ├── cross-spawn-5.1.0.dep.yml │ ├── cross-spawn-6.0.5.dep.yml │ ├── cross-spawn-7.0.3.dep.yml │ ├── crypto-random-string-1.0.0.dep.yml │ ├── crypto-random-string-2.0.0.dep.yml │ ├── cyclist.dep.yml │ ├── dashdash.dep.yml │ ├── dateformat.dep.yml │ ├── debug-3.1.0.dep.yml │ ├── debug-4.1.1.dep.yml │ ├── debuglog.dep.yml │ ├── decamelize-keys.dep.yml │ ├── decamelize.dep.yml │ ├── decode-uri-component.dep.yml │ ├── deep-extend.dep.yml │ ├── defaults.dep.yml │ ├── define-properties.dep.yml │ ├── delayed-stream.dep.yml │ ├── delegates.dep.yml │ ├── deprecation.dep.yml │ ├── detect-indent.dep.yml │ ├── detect-newline.dep.yml │ ├── dezalgo.dep.yml │ ├── dir-glob.dep.yml │ ├── dot-prop-4.2.0.dep.yml │ ├── dot-prop-5.3.0.dep.yml │ ├── dotenv.dep.yml │ ├── duplexer2.dep.yml │ ├── duplexer3.dep.yml │ ├── duplexify.dep.yml │ ├── ecc-jsbn.dep.yml │ ├── editor.dep.yml │ ├── emoji-regex-7.0.3.dep.yml │ ├── emoji-regex-8.0.0.dep.yml │ ├── emoji-regex-9.0.0.dep.yml │ ├── encoding.dep.yml │ ├── end-of-stream-1.4.1.dep.yml │ ├── end-of-stream-1.4.4.dep.yml │ ├── env-ci.dep.yml │ ├── env-paths.dep.yml │ ├── err-code.dep.yml │ ├── errno.dep.yml │ ├── error-ex.dep.yml │ ├── es-abstract.dep.yml │ ├── es-to-primitive.dep.yml │ ├── es6-promise.dep.yml │ ├── es6-promisify.dep.yml │ ├── escape-string-regexp.dep.yml │ ├── esprima.dep.yml │ ├── execa-0.7.0.dep.yml │ ├── execa-1.0.0.dep.yml │ ├── execa-4.0.3.dep.yml │ ├── extend.dep.yml │ ├── extsprintf.dep.yml │ ├── fast-deep-equal.dep.yml │ ├── fast-glob.dep.yml │ ├── fast-json-stable-stringify.dep.yml │ ├── fastq.dep.yml │ ├── figgy-pudding.dep.yml │ ├── figures-2.0.0.dep.yml │ ├── figures-3.2.0.dep.yml │ ├── fill-range.dep.yml │ ├── find-npm-prefix.dep.yml │ ├── find-up-2.1.0.dep.yml │ ├── find-up-3.0.0.dep.yml │ ├── find-up-4.1.0.dep.yml │ ├── find-versions.dep.yml │ ├── flush-write-stream.dep.yml │ ├── forever-agent.dep.yml │ ├── form-data.dep.yml │ ├── from2-1.3.0.dep.yml │ ├── from2-2.3.0.dep.yml │ ├── fs-extra.dep.yml │ ├── fs-minipass.dep.yml │ ├── fs-vacuum.dep.yml │ ├── fs-write-stream-atomic.dep.yml │ ├── fs.realpath.dep.yml │ ├── function-bind.dep.yml │ ├── gauge.dep.yml │ ├── genfun.dep.yml │ ├── gentle-fs.dep.yml │ ├── get-caller-file.dep.yml │ ├── get-stream-3.0.0.dep.yml │ ├── get-stream-4.1.0.dep.yml │ ├── get-stream-5.2.0.dep.yml │ ├── getpass.dep.yml │ ├── git-log-parser.dep.yml │ ├── git-up.dep.yml │ ├── git-url-parse.dep.yml │ ├── glob-parent.dep.yml │ ├── glob.dep.yml │ ├── global-dirs.dep.yml │ ├── globby.dep.yml │ ├── got.dep.yml │ ├── graceful-fs.dep.yml │ ├── handlebars.dep.yml │ ├── har-schema.dep.yml │ ├── har-validator.dep.yml │ ├── hard-rejection.dep.yml │ ├── has-flag-3.0.0.dep.yml │ ├── has-flag-4.0.0.dep.yml │ ├── has-symbols.dep.yml │ ├── has-unicode.dep.yml │ ├── has.dep.yml │ ├── hook-std.dep.yml │ ├── hosted-git-info-2.8.8.dep.yml │ ├── hosted-git-info-3.0.7.dep.yml │ ├── http-cache-semantics.dep.yml │ ├── http-proxy-agent-2.1.0.dep.yml │ ├── http-proxy-agent-4.0.1.dep.yml │ ├── http-signature.dep.yml │ ├── https-proxy-agent-2.2.4.dep.yml │ ├── https-proxy-agent-5.0.0.dep.yml │ ├── human-signals.dep.yml │ ├── humanize-ms.dep.yml │ ├── iconv-lite.dep.yml │ ├── iferr-0.1.5.dep.yml │ ├── iferr-1.0.2.dep.yml │ ├── ignore-walk.dep.yml │ ├── ignore.dep.yml │ ├── import-fresh.dep.yml │ ├── import-from.dep.yml │ ├── import-lazy.dep.yml │ ├── imurmurhash.dep.yml │ ├── indent-string.dep.yml │ ├── infer-owner.dep.yml │ ├── inflight.dep.yml │ ├── inherits.dep.yml │ ├── ini.dep.yml │ ├── init-package-json.dep.yml │ ├── into-stream.dep.yml │ ├── ip-regex.dep.yml │ ├── ip.dep.yml │ ├── is-arrayish.dep.yml │ ├── is-callable.dep.yml │ ├── is-ci.dep.yml │ ├── is-cidr.dep.yml │ ├── is-date-object.dep.yml │ ├── is-extglob.dep.yml │ ├── is-fullwidth-code-point-1.0.0.dep.yml │ ├── is-fullwidth-code-point-2.0.0.dep.yml │ ├── is-fullwidth-code-point-3.0.0.dep.yml │ ├── is-glob.dep.yml │ ├── is-installed-globally.dep.yml │ ├── is-npm.dep.yml │ ├── is-number.dep.yml │ ├── is-obj-1.0.1.dep.yml │ ├── is-obj-2.0.0.dep.yml │ ├── is-path-inside.dep.yml │ ├── is-plain-obj.dep.yml │ ├── is-plain-object.dep.yml │ ├── is-redirect.dep.yml │ ├── is-regex.dep.yml │ ├── is-retry-allowed.dep.yml │ ├── is-ssh.dep.yml │ ├── is-stream-1.1.0.dep.yml │ ├── is-stream-2.0.0.dep.yml │ ├── is-symbol.dep.yml │ ├── is-text-path.dep.yml │ ├── is-typedarray.dep.yml │ ├── isarray-0.0.1.dep.yml │ ├── isarray-1.0.0.dep.yml │ ├── isexe.dep.yml │ ├── isstream.dep.yml │ ├── issue-parser.dep.yml │ ├── issue-regex.dep.yml │ ├── java-properties.dep.yml │ ├── js-tokens.dep.yml │ ├── jsbn.dep.yml │ ├── json-parse-better-errors.dep.yml │ ├── json-schema-traverse.dep.yml │ ├── json-schema.dep.yml │ ├── json-stringify-safe.dep.yml │ ├── jsonfile.dep.yml │ ├── jsonparse.dep.yml │ ├── jsprim.dep.yml │ ├── kind-of.dep.yml │ ├── latest-version.dep.yml │ ├── lazy-property.dep.yml │ ├── libcipm.dep.yml │ ├── libnpm.dep.yml │ ├── libnpmaccess.dep.yml │ ├── libnpmconfig.dep.yml │ ├── libnpmhook.dep.yml │ ├── libnpmorg.dep.yml │ ├── libnpmpublish.dep.yml │ ├── libnpmsearch.dep.yml │ ├── libnpmteam.dep.yml │ ├── libnpx.dep.yml │ ├── lines-and-columns.dep.yml │ ├── load-json-file.dep.yml │ ├── locate-path-2.0.0.dep.yml │ ├── locate-path-3.0.0.dep.yml │ ├── locate-path-5.0.0.dep.yml │ ├── lock-verify.dep.yml │ ├── lockfile.dep.yml │ ├── lodash._baseindexof.dep.yml │ ├── lodash._baseuniq.dep.yml │ ├── lodash._bindcallback.dep.yml │ ├── lodash._cacheindexof.dep.yml │ ├── lodash._createcache.dep.yml │ ├── lodash._createset.dep.yml │ ├── lodash._getnative.dep.yml │ ├── lodash._root.dep.yml │ ├── lodash.capitalize.dep.yml │ ├── lodash.clonedeep.dep.yml │ ├── lodash.dep.yml │ ├── lodash.escaperegexp.dep.yml │ ├── lodash.ismatch.dep.yml │ ├── lodash.isplainobject.dep.yml │ ├── lodash.isstring.dep.yml │ ├── lodash.mergewith.dep.yml │ ├── lodash.restparam.dep.yml │ ├── lodash.toarray.dep.yml │ ├── lodash.union.dep.yml │ ├── lodash.uniq.dep.yml │ ├── lodash.uniqby.dep.yml │ ├── lodash.without.dep.yml │ ├── lowercase-keys.dep.yml │ ├── lru-cache-4.1.5.dep.yml │ ├── lru-cache-5.1.1.dep.yml │ ├── lru-cache-6.0.0.dep.yml │ ├── macos-release.dep.yml │ ├── make-dir.dep.yml │ ├── make-fetch-happen.dep.yml │ ├── map-obj-1.0.1.dep.yml │ ├── map-obj-4.1.0.dep.yml │ ├── marked-terminal.dep.yml │ ├── marked.dep.yml │ ├── meant.dep.yml │ ├── meow.dep.yml │ ├── merge-stream.dep.yml │ ├── merge2.dep.yml │ ├── micromatch.dep.yml │ ├── mime-db.dep.yml │ ├── mime-types.dep.yml │ ├── mime.dep.yml │ ├── mimic-fn.dep.yml │ ├── min-indent.dep.yml │ ├── minimatch.dep.yml │ ├── minimist-options.dep.yml │ ├── minimist.dep.yml │ ├── minipass.dep.yml │ ├── minizlib.dep.yml │ ├── mississippi.dep.yml │ ├── mkdirp.dep.yml │ ├── modify-values.dep.yml │ ├── move-concurrently.dep.yml │ ├── ms-2.0.0.dep.yml │ ├── ms-2.1.1.dep.yml │ ├── ms-2.1.2.dep.yml │ ├── mute-stream.dep.yml │ ├── neo-async.dep.yml │ ├── nerf-dart.dep.yml │ ├── nice-try.dep.yml │ ├── node-emoji.dep.yml │ ├── node-fetch-npm.dep.yml │ ├── node-fetch.dep.yml │ ├── node-gyp.dep.yml │ ├── nopt.dep.yml │ ├── normalize-package-data-2.5.0.dep.yml │ ├── normalize-package-data-3.0.0.dep.yml │ ├── normalize-url-3.3.0.dep.yml │ ├── normalize-url-5.1.0.dep.yml │ ├── npm-audit-report.dep.yml │ ├── npm-bundled.dep.yml │ ├── npm-cache-filename.dep.yml │ ├── npm-install-checks.dep.yml │ ├── npm-lifecycle.dep.yml │ ├── npm-logical-tree.dep.yml │ ├── npm-normalize-package-bin.dep.yml │ ├── npm-package-arg.dep.yml │ ├── npm-packlist.dep.yml │ ├── npm-pick-manifest.dep.yml │ ├── npm-profile.dep.yml │ ├── npm-registry-fetch.dep.yml │ ├── npm-run-path-2.0.2.dep.yml │ ├── npm-run-path-4.0.1.dep.yml │ ├── npm-user-validate.dep.yml │ ├── npm.dep.yml │ ├── npmlog.dep.yml │ ├── number-is-nan.dep.yml │ ├── oauth-sign.dep.yml │ ├── object-assign.dep.yml │ ├── object-keys.dep.yml │ ├── object.getownpropertydescriptors.dep.yml │ ├── once.dep.yml │ ├── onetime.dep.yml │ ├── opener.dep.yml │ ├── os-homedir.dep.yml │ ├── os-name.dep.yml │ ├── os-tmpdir.dep.yml │ ├── osenv.dep.yml │ ├── p-each-series.dep.yml │ ├── p-filter.dep.yml │ ├── p-finally.dep.yml │ ├── p-is-promise.dep.yml │ ├── p-limit-1.3.0.dep.yml │ ├── p-limit-2.2.0.dep.yml │ ├── p-limit-2.3.0.dep.yml │ ├── p-locate-2.0.0.dep.yml │ ├── p-locate-3.0.0.dep.yml │ ├── p-locate-4.1.0.dep.yml │ ├── p-map.dep.yml │ ├── p-reduce.dep.yml │ ├── p-retry.dep.yml │ ├── p-try-1.0.0.dep.yml │ ├── p-try-2.2.0.dep.yml │ ├── package-json.dep.yml │ ├── pacote.dep.yml │ ├── parallel-transform.dep.yml │ ├── parent-module.dep.yml │ ├── parse-json-4.0.0.dep.yml │ ├── parse-json-5.0.1.dep.yml │ ├── parse-path.dep.yml │ ├── parse-url.dep.yml │ ├── path-exists-3.0.0.dep.yml │ ├── path-exists-4.0.0.dep.yml │ ├── path-is-absolute.dep.yml │ ├── path-is-inside.dep.yml │ ├── path-key-2.0.1.dep.yml │ ├── path-key-3.1.1.dep.yml │ ├── path-parse.dep.yml │ ├── path-type.dep.yml │ ├── performance-now.dep.yml │ ├── picomatch.dep.yml │ ├── pify.dep.yml │ ├── pkg-conf.dep.yml │ ├── prepend-http.dep.yml │ ├── process-nextick-args-2.0.0.dep.yml │ ├── process-nextick-args-2.0.1.dep.yml │ ├── promise-inflight.dep.yml │ ├── promise-retry.dep.yml │ ├── promzard.dep.yml │ ├── proto-list.dep.yml │ ├── protocols.dep.yml │ ├── protoduck.dep.yml │ ├── prr.dep.yml │ ├── pseudomap.dep.yml │ ├── psl.dep.yml │ ├── pump-2.0.1.dep.yml │ ├── pump-3.0.0.dep.yml │ ├── pumpify.dep.yml │ ├── punycode.dep.yml │ ├── q.dep.yml │ ├── qrcode-terminal.dep.yml │ ├── qs.dep.yml │ ├── query-string.dep.yml │ ├── quick-lru.dep.yml │ ├── qw.dep.yml │ ├── rc.dep.yml │ ├── read-cmd-shim.dep.yml │ ├── read-installed.dep.yml │ ├── read-package-json.dep.yml │ ├── read-package-tree.dep.yml │ ├── read-pkg-up.dep.yml │ ├── read-pkg.dep.yml │ ├── read.dep.yml │ ├── readable-stream-1.1.14.dep.yml │ ├── readable-stream-2.3.6.dep.yml │ ├── readable-stream-2.3.7.dep.yml │ ├── readable-stream-3.6.0.dep.yml │ ├── readdir-scoped-modules.dep.yml │ ├── redent.dep.yml │ ├── redeyed.dep.yml │ ├── registry-auth-token-3.4.0.dep.yml │ ├── registry-auth-token-4.2.0.dep.yml │ ├── registry-url.dep.yml │ ├── request.dep.yml │ ├── require-directory.dep.yml │ ├── require-main-filename.dep.yml │ ├── resolve-1.10.0.dep.yml │ ├── resolve-1.17.0.dep.yml │ ├── resolve-from-4.0.0.dep.yml │ ├── resolve-from-5.0.0.dep.yml │ ├── retry-0.10.1.dep.yml │ ├── retry-0.12.0.dep.yml │ ├── reusify.dep.yml │ ├── rimraf.dep.yml │ ├── run-parallel.dep.yml │ ├── run-queue.dep.yml │ ├── safe-buffer-5.1.2.dep.yml │ ├── safe-buffer-5.2.0.dep.yml │ ├── safe-buffer-5.2.1.dep.yml │ ├── safer-buffer.dep.yml │ ├── semantic-release-gitmoji.dep.yml │ ├── semantic-release.dep.yml │ ├── semver-5.7.1.dep.yml │ ├── semver-6.3.0.dep.yml │ ├── semver-7.3.2.dep.yml │ ├── semver-diff-2.1.0.dep.yml │ ├── semver-diff-3.1.1.dep.yml │ ├── semver-regex.dep.yml │ ├── set-blocking.dep.yml │ ├── sha.dep.yml │ ├── shebang-command-1.2.0.dep.yml │ ├── shebang-command-2.0.0.dep.yml │ ├── shebang-regex-1.0.0.dep.yml │ ├── shebang-regex-3.0.0.dep.yml │ ├── signal-exit-3.0.2.dep.yml │ ├── signal-exit-3.0.3.dep.yml │ ├── signale.dep.yml │ ├── slash.dep.yml │ ├── slide.dep.yml │ ├── smart-buffer.dep.yml │ ├── socks-proxy-agent.dep.yml │ ├── socks.dep.yml │ ├── sorted-object.dep.yml │ ├── sorted-union-stream.dep.yml │ ├── source-map.dep.yml │ ├── spawn-error-forwarder.dep.yml │ ├── spdx-correct-3.0.0.dep.yml │ ├── spdx-correct-3.1.1.dep.yml │ ├── spdx-exceptions-2.1.0.dep.yml │ ├── spdx-exceptions-2.3.0.dep.yml │ ├── spdx-expression-parse-3.0.0.dep.yml │ ├── spdx-expression-parse-3.0.1.dep.yml │ ├── spdx-license-ids.dep.yml │ ├── split-on-first.dep.yml │ ├── split.dep.yml │ ├── split2-1.0.0.dep.yml │ ├── split2-2.2.0.dep.yml │ ├── sshpk.dep.yml │ ├── ssri.dep.yml │ ├── stream-combiner2.dep.yml │ ├── stream-each.dep.yml │ ├── stream-iterate.dep.yml │ ├── stream-shift.dep.yml │ ├── strict-uri-encode.dep.yml │ ├── string-width-1.0.2.dep.yml │ ├── string-width-2.1.1.dep.yml │ ├── string-width-3.1.0.dep.yml │ ├── string-width-4.2.0.dep.yml │ ├── string_decoder-0.10.31.dep.yml │ ├── string_decoder-1.1.1.dep.yml │ ├── string_decoder-1.3.0.dep.yml │ ├── stringify-package.dep.yml │ ├── strip-ansi-3.0.1.dep.yml │ ├── strip-ansi-4.0.0.dep.yml │ ├── strip-ansi-5.2.0.dep.yml │ ├── strip-ansi-6.0.0.dep.yml │ ├── strip-bom.dep.yml │ ├── strip-eof.dep.yml │ ├── strip-final-newline.dep.yml │ ├── strip-indent.dep.yml │ ├── strip-json-comments.dep.yml │ ├── supports-color-5.4.0.dep.yml │ ├── supports-color-5.5.0.dep.yml │ ├── supports-color-7.1.0.dep.yml │ ├── supports-color-7.2.0.dep.yml │ ├── supports-hyperlinks.dep.yml │ ├── tar.dep.yml │ ├── temp-dir.dep.yml │ ├── tempy.dep.yml │ ├── term-size.dep.yml │ ├── text-extensions.dep.yml │ ├── text-table.dep.yml │ ├── through.dep.yml │ ├── through2-2.0.3.dep.yml │ ├── through2-2.0.5.dep.yml │ ├── through2-4.0.2.dep.yml │ ├── timed-out.dep.yml │ ├── tiny-relative-date.dep.yml │ ├── to-regex-range.dep.yml │ ├── tough-cookie.dep.yml │ ├── traverse.dep.yml │ ├── trim-newlines.dep.yml │ ├── trim-off-newlines.dep.yml │ ├── tunnel-agent.dep.yml │ ├── tunnel.dep.yml │ ├── tweetnacl.dep.yml │ ├── type-fest-0.11.0.dep.yml │ ├── type-fest-0.12.0.dep.yml │ ├── type-fest-0.18.1.dep.yml │ ├── type-fest-0.6.0.dep.yml │ ├── type-fest-0.8.1.dep.yml │ ├── typedarray.dep.yml │ ├── uglify-js.dep.yml │ ├── uid-number.dep.yml │ ├── umask.dep.yml │ ├── unique-filename.dep.yml │ ├── unique-slug.dep.yml │ ├── unique-string-1.0.0.dep.yml │ ├── unique-string-2.0.0.dep.yml │ ├── universal-user-agent-5.0.0.dep.yml │ ├── universal-user-agent-6.0.0.dep.yml │ ├── universalify.dep.yml │ ├── unpipe.dep.yml │ ├── unzip-response.dep.yml │ ├── update-notifier.dep.yml │ ├── url-join.dep.yml │ ├── url-parse-lax.dep.yml │ ├── util-deprecate.dep.yml │ ├── util-extend.dep.yml │ ├── util-promisify.dep.yml │ ├── uuid.dep.yml │ ├── validate-npm-package-license.dep.yml │ ├── validate-npm-package-name.dep.yml │ ├── verror.dep.yml │ ├── wcwidth.dep.yml │ ├── which-1.3.1.dep.yml │ ├── which-2.0.2.dep.yml │ ├── which-module.dep.yml │ ├── wide-align.dep.yml │ ├── widest-line.dep.yml │ ├── windows-release.dep.yml │ ├── wordwrap.dep.yml │ ├── worker-farm.dep.yml │ ├── wrap-ansi-5.1.0.dep.yml │ ├── wrap-ansi-6.2.0.dep.yml │ ├── wrappy.dep.yml │ ├── write-file-atomic.dep.yml │ ├── xdg-basedir.dep.yml │ ├── xtend-4.0.1.dep.yml │ ├── xtend-4.0.2.dep.yml │ ├── y18n.dep.yml │ ├── yallist-2.1.2.dep.yml │ ├── yallist-3.0.3.dep.yml │ ├── yallist-4.0.0.dep.yml │ ├── yaml.dep.yml │ ├── yargs-14.2.3.dep.yml │ ├── yargs-15.4.1.dep.yml │ ├── yargs-parser-15.0.1.dep.yml │ ├── yargs-parser-18.1.3.dep.yml │ └── yargs-parser-20.2.4.dep.yml ├── .npmignore ├── .prettierrc.cjs ├── CHANGELOG.md ├── LICENSE ├── README.md ├── action.yml ├── dist ├── index.d.ts ├── index.js ├── index.js.map ├── index.spec.d.ts ├── index.spec.js ├── index.spec.js.map └── sourcemap-register.js ├── jest.config.js ├── package.json ├── release.config.js ├── src ├── index.spec.ts └── index.ts └── tsconfig.json /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/labeler.yml -------------------------------------------------------------------------------- /.github/licensed.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/licensed.yml -------------------------------------------------------------------------------- /.github/workflows/automerge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/automerge.yml -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/cla.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/cla.yml -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/labeler.yml -------------------------------------------------------------------------------- /.github/workflows/node.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/node.yml -------------------------------------------------------------------------------- /.github/workflows/pull-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/pull-request.yml -------------------------------------------------------------------------------- /.github/workflows/release-scheduler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/release-scheduler.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.gitignore -------------------------------------------------------------------------------- /.licenses/npm/@actions/core.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@actions/core.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@actions/github.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@actions/github.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@actions/http-client.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@actions/http-client.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@babel/code-frame.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@babel/code-frame.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@babel/helper-validator-identifier.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@babel/helper-validator-identifier.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@babel/highlight.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@babel/highlight.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@koj/config.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@koj/config.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@nodelib/fs.scandir.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@nodelib/fs.scandir.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@nodelib/fs.stat.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@nodelib/fs.stat.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@nodelib/fs.walk.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@nodelib/fs.walk.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/auth-token.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/auth-token.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/core-2.5.4.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/core-2.5.4.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/core-3.1.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/core-3.1.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/endpoint.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/endpoint.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/graphql.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/graphql.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/plugin-paginate-rest.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/plugin-paginate-rest.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/plugin-request-log.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/plugin-request-log.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/plugin-rest-endpoint-methods-3.17.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/plugin-rest-endpoint-methods-3.17.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/plugin-rest-endpoint-methods-4.1.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/plugin-rest-endpoint-methods-4.1.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/request-error.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/request-error.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/request.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/request.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/rest.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/rest.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/types-4.1.10.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/types-4.1.10.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@octokit/types-5.4.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@octokit/types-5.4.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@semantic-release/changelog.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@semantic-release/changelog.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@semantic-release/commit-analyzer.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@semantic-release/commit-analyzer.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@semantic-release/error.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@semantic-release/error.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@semantic-release/git.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@semantic-release/git.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@semantic-release/github.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@semantic-release/github.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@semantic-release/npm.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@semantic-release/npm.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@semantic-release/release-notes-generator.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@semantic-release/release-notes-generator.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@tootallnate/once.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@tootallnate/once.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@types/color-name.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@types/color-name.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@types/minimist.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@types/minimist.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@types/node.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@types/node.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@types/normalize-package-data.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@types/normalize-package-data.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@types/parse-json.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@types/parse-json.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/@types/retry.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/@types/retry.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/JSONStream.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/JSONStream.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/abbrev.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/abbrev.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/agent-base-4.2.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/agent-base-4.2.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/agent-base-4.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/agent-base-4.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/agent-base-6.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/agent-base-6.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/agentkeepalive.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/agentkeepalive.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/aggregate-error.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/aggregate-error.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ajv.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ajv.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansi-align.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansi-align.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansi-escapes.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansi-escapes.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansi-regex-2.1.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansi-regex-2.1.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansi-regex-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansi-regex-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansi-regex-4.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansi-regex-4.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansi-regex-5.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansi-regex-5.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansi-styles-3.2.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansi-styles-3.2.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansi-styles-4.2.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansi-styles-4.2.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansi-styles-4.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansi-styles-4.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansicolors.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansicolors.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ansistyles.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ansistyles.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/aproba-1.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/aproba-1.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/aproba-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/aproba-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/archy.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/archy.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/are-we-there-yet.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/are-we-there-yet.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/argv-formatter.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/argv-formatter.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/array-ify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/array-ify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/array-union.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/array-union.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/arrify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/arrify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/asap.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/asap.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/asn1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/asn1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/assert-plus.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/assert-plus.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/asynckit.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/asynckit.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/at-least-node.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/at-least-node.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/aws-sign2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/aws-sign2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/aws4.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/aws4.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/balanced-match.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/balanced-match.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/bcrypt-pbkdf.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/bcrypt-pbkdf.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/before-after-hook.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/before-after-hook.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/bin-links.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/bin-links.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/bluebird.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/bluebird.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/bottleneck.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/bottleneck.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/boxen.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/boxen.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/brace-expansion.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/brace-expansion.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/braces.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/braces.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/buffer-from.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/buffer-from.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/builtins.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/builtins.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/byline.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/byline.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/byte-size.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/byte-size.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cacache.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cacache.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/call-limit.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/call-limit.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/callsites.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/callsites.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/camelcase-4.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/camelcase-4.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/camelcase-5.3.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/camelcase-5.3.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/camelcase-keys.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/camelcase-keys.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/capture-stack-trace.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/capture-stack-trace.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cardinal.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cardinal.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/caseless.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/caseless.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/chalk-2.4.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/chalk-2.4.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/chalk-2.4.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/chalk-2.4.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/chalk-4.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/chalk-4.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/chownr.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/chownr.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ci-info-1.6.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ci-info-1.6.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ci-info-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ci-info-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cidr-regex.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cidr-regex.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/clean-stack.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/clean-stack.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cli-boxes.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cli-boxes.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cli-columns.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cli-columns.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cli-table.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cli-table.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cli-table3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cli-table3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cliui-5.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cliui-5.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cliui-6.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cliui-6.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/clone.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/clone.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cmd-shim.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cmd-shim.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/co.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/co.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/code-point-at.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/code-point-at.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/color-convert-1.9.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/color-convert-1.9.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/color-convert-1.9.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/color-convert-1.9.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/color-convert-2.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/color-convert-2.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/color-name-1.1.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/color-name-1.1.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/color-name-1.1.4.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/color-name-1.1.4.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/colors-1.0.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/colors-1.0.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/colors-1.3.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/colors-1.3.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/columnify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/columnify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/combined-stream.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/combined-stream.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/compare-func.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/compare-func.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/concat-map.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/concat-map.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/concat-stream.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/concat-stream.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/config-chain.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/config-chain.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/configstore.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/configstore.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/console-control-strings.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/console-control-strings.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/conventional-changelog-angular.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/conventional-changelog-angular.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/conventional-changelog-writer.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/conventional-changelog-writer.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/conventional-commits-filter.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/conventional-commits-filter.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/conventional-commits-parser.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/conventional-commits-parser.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/copy-concurrently.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/copy-concurrently.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/core-util-is.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/core-util-is.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cosmiconfig.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cosmiconfig.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/create-error-class.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/create-error-class.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cross-spawn-5.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cross-spawn-5.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cross-spawn-6.0.5.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cross-spawn-6.0.5.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cross-spawn-7.0.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cross-spawn-7.0.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/crypto-random-string-1.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/crypto-random-string-1.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/crypto-random-string-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/crypto-random-string-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/cyclist.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/cyclist.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/dashdash.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/dashdash.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/dateformat.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/dateformat.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/debug-3.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/debug-3.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/debug-4.1.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/debug-4.1.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/debuglog.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/debuglog.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/decamelize-keys.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/decamelize-keys.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/decamelize.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/decamelize.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/decode-uri-component.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/decode-uri-component.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/deep-extend.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/deep-extend.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/defaults.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/defaults.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/define-properties.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/define-properties.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/delayed-stream.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/delayed-stream.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/delegates.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/delegates.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/deprecation.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/deprecation.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/detect-indent.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/detect-indent.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/detect-newline.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/detect-newline.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/dezalgo.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/dezalgo.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/dir-glob.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/dir-glob.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/dot-prop-4.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/dot-prop-4.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/dot-prop-5.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/dot-prop-5.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/dotenv.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/dotenv.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/duplexer2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/duplexer2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/duplexer3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/duplexer3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/duplexify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/duplexify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ecc-jsbn.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ecc-jsbn.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/editor.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/editor.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/emoji-regex-7.0.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/emoji-regex-7.0.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/emoji-regex-8.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/emoji-regex-8.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/emoji-regex-9.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/emoji-regex-9.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/encoding.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/encoding.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/end-of-stream-1.4.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/end-of-stream-1.4.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/end-of-stream-1.4.4.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/end-of-stream-1.4.4.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/env-ci.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/env-ci.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/env-paths.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/env-paths.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/err-code.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/err-code.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/errno.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/errno.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/error-ex.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/error-ex.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/es-abstract.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/es-abstract.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/es-to-primitive.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/es-to-primitive.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/es6-promise.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/es6-promise.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/es6-promisify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/es6-promisify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/escape-string-regexp.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/escape-string-regexp.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/esprima.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/esprima.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/execa-0.7.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/execa-0.7.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/execa-1.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/execa-1.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/execa-4.0.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/execa-4.0.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/extend.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/extend.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/extsprintf.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/extsprintf.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/fast-deep-equal.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/fast-deep-equal.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/fast-glob.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/fast-glob.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/fast-json-stable-stringify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/fast-json-stable-stringify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/fastq.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/fastq.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/figgy-pudding.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/figgy-pudding.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/figures-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/figures-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/figures-3.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/figures-3.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/fill-range.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/fill-range.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/find-npm-prefix.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/find-npm-prefix.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/find-up-2.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/find-up-2.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/find-up-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/find-up-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/find-up-4.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/find-up-4.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/find-versions.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/find-versions.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/flush-write-stream.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/flush-write-stream.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/forever-agent.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/forever-agent.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/form-data.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/form-data.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/from2-1.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/from2-1.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/from2-2.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/from2-2.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/fs-extra.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/fs-extra.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/fs-minipass.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/fs-minipass.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/fs-vacuum.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/fs-vacuum.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/fs-write-stream-atomic.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/fs-write-stream-atomic.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/fs.realpath.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/fs.realpath.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/function-bind.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/function-bind.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/gauge.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/gauge.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/genfun.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/genfun.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/gentle-fs.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/gentle-fs.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/get-caller-file.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/get-caller-file.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/get-stream-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/get-stream-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/get-stream-4.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/get-stream-4.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/get-stream-5.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/get-stream-5.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/getpass.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/getpass.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/git-log-parser.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/git-log-parser.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/git-up.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/git-up.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/git-url-parse.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/git-url-parse.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/glob-parent.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/glob-parent.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/glob.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/glob.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/global-dirs.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/global-dirs.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/globby.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/globby.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/got.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/got.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/graceful-fs.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/graceful-fs.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/handlebars.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/handlebars.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/har-schema.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/har-schema.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/har-validator.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/har-validator.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/hard-rejection.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/hard-rejection.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/has-flag-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/has-flag-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/has-flag-4.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/has-flag-4.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/has-symbols.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/has-symbols.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/has-unicode.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/has-unicode.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/has.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/has.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/hook-std.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/hook-std.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/hosted-git-info-2.8.8.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/hosted-git-info-2.8.8.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/hosted-git-info-3.0.7.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/hosted-git-info-3.0.7.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/http-cache-semantics.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/http-cache-semantics.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/http-proxy-agent-2.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/http-proxy-agent-2.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/http-proxy-agent-4.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/http-proxy-agent-4.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/http-signature.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/http-signature.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/https-proxy-agent-2.2.4.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/https-proxy-agent-2.2.4.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/https-proxy-agent-5.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/https-proxy-agent-5.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/human-signals.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/human-signals.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/humanize-ms.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/humanize-ms.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/iconv-lite.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/iconv-lite.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/iferr-0.1.5.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/iferr-0.1.5.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/iferr-1.0.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/iferr-1.0.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ignore-walk.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ignore-walk.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ignore.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ignore.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/import-fresh.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/import-fresh.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/import-from.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/import-from.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/import-lazy.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/import-lazy.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/imurmurhash.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/imurmurhash.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/indent-string.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/indent-string.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/infer-owner.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/infer-owner.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/inflight.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/inflight.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/inherits.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/inherits.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ini.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ini.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/init-package-json.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/init-package-json.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/into-stream.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/into-stream.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ip-regex.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ip-regex.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ip.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ip.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-arrayish.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-arrayish.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-callable.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-callable.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-ci.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-ci.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-cidr.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-cidr.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-date-object.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-date-object.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-extglob.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-extglob.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-fullwidth-code-point-1.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-fullwidth-code-point-1.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-fullwidth-code-point-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-fullwidth-code-point-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-fullwidth-code-point-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-fullwidth-code-point-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-glob.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-glob.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-installed-globally.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-installed-globally.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-npm.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-npm.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-number.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-number.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-obj-1.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-obj-1.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-obj-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-obj-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-path-inside.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-path-inside.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-plain-obj.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-plain-obj.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-plain-object.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-plain-object.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-redirect.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-redirect.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-regex.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-regex.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-retry-allowed.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-retry-allowed.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-ssh.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-ssh.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-stream-1.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-stream-1.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-stream-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-stream-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-symbol.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-symbol.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-text-path.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-text-path.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/is-typedarray.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/is-typedarray.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/isarray-0.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/isarray-0.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/isarray-1.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/isarray-1.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/isexe.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/isexe.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/isstream.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/isstream.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/issue-parser.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/issue-parser.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/issue-regex.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/issue-regex.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/java-properties.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/java-properties.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/js-tokens.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/js-tokens.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/jsbn.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/jsbn.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/json-parse-better-errors.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/json-parse-better-errors.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/json-schema-traverse.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/json-schema-traverse.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/json-schema.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/json-schema.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/json-stringify-safe.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/json-stringify-safe.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/jsonfile.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/jsonfile.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/jsonparse.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/jsonparse.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/jsprim.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/jsprim.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/kind-of.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/kind-of.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/latest-version.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/latest-version.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lazy-property.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lazy-property.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/libcipm.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/libcipm.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/libnpm.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/libnpm.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/libnpmaccess.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/libnpmaccess.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/libnpmconfig.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/libnpmconfig.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/libnpmhook.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/libnpmhook.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/libnpmorg.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/libnpmorg.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/libnpmpublish.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/libnpmpublish.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/libnpmsearch.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/libnpmsearch.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/libnpmteam.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/libnpmteam.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/libnpx.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/libnpx.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lines-and-columns.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lines-and-columns.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/load-json-file.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/load-json-file.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/locate-path-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/locate-path-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/locate-path-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/locate-path-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/locate-path-5.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/locate-path-5.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lock-verify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lock-verify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lockfile.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lockfile.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash._baseindexof.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash._baseindexof.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash._baseuniq.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash._baseuniq.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash._bindcallback.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash._bindcallback.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash._cacheindexof.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash._cacheindexof.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash._createcache.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash._createcache.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash._createset.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash._createset.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash._getnative.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash._getnative.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash._root.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash._root.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.capitalize.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.capitalize.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.clonedeep.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.clonedeep.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.escaperegexp.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.escaperegexp.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.ismatch.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.ismatch.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.isplainobject.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.isplainobject.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.isstring.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.isstring.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.mergewith.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.mergewith.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.restparam.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.restparam.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.toarray.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.toarray.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.union.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.union.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.uniq.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.uniq.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.uniqby.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.uniqby.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lodash.without.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lodash.without.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lowercase-keys.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lowercase-keys.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lru-cache-4.1.5.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lru-cache-4.1.5.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lru-cache-5.1.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lru-cache-5.1.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/lru-cache-6.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/lru-cache-6.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/macos-release.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/macos-release.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/make-dir.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/make-dir.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/make-fetch-happen.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/make-fetch-happen.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/map-obj-1.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/map-obj-1.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/map-obj-4.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/map-obj-4.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/marked-terminal.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/marked-terminal.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/marked.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/marked.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/meant.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/meant.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/meow.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/meow.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/merge-stream.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/merge-stream.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/merge2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/merge2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/micromatch.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/micromatch.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/mime-db.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/mime-db.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/mime-types.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/mime-types.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/mime.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/mime.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/mimic-fn.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/mimic-fn.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/min-indent.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/min-indent.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/minimatch.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/minimatch.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/minimist-options.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/minimist-options.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/minimist.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/minimist.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/minipass.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/minipass.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/minizlib.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/minizlib.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/mississippi.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/mississippi.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/mkdirp.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/mkdirp.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/modify-values.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/modify-values.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/move-concurrently.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/move-concurrently.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ms-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ms-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ms-2.1.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ms-2.1.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ms-2.1.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ms-2.1.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/mute-stream.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/mute-stream.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/neo-async.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/neo-async.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/nerf-dart.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/nerf-dart.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/nice-try.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/nice-try.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/node-emoji.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/node-emoji.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/node-fetch-npm.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/node-fetch-npm.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/node-fetch.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/node-fetch.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/node-gyp.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/node-gyp.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/nopt.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/nopt.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/normalize-package-data-2.5.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/normalize-package-data-2.5.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/normalize-package-data-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/normalize-package-data-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/normalize-url-3.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/normalize-url-3.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/normalize-url-5.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/normalize-url-5.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-audit-report.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-audit-report.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-bundled.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-bundled.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-cache-filename.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-cache-filename.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-install-checks.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-install-checks.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-lifecycle.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-lifecycle.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-logical-tree.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-logical-tree.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-normalize-package-bin.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-normalize-package-bin.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-package-arg.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-package-arg.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-packlist.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-packlist.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-pick-manifest.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-pick-manifest.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-profile.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-profile.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-registry-fetch.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-registry-fetch.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-run-path-2.0.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-run-path-2.0.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-run-path-4.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-run-path-4.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm-user-validate.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm-user-validate.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npm.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npm.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/npmlog.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/npmlog.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/number-is-nan.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/number-is-nan.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/oauth-sign.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/oauth-sign.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/object-assign.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/object-assign.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/object-keys.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/object-keys.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/object.getownpropertydescriptors.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/object.getownpropertydescriptors.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/once.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/once.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/onetime.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/onetime.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/opener.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/opener.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/os-homedir.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/os-homedir.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/os-name.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/os-name.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/os-tmpdir.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/os-tmpdir.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/osenv.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/osenv.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-each-series.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-each-series.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-filter.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-filter.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-finally.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-finally.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-is-promise.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-is-promise.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-limit-1.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-limit-1.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-limit-2.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-limit-2.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-limit-2.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-limit-2.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-locate-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-locate-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-locate-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-locate-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-locate-4.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-locate-4.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-map.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-map.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-reduce.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-reduce.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-retry.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-retry.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-try-1.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-try-1.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/p-try-2.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/p-try-2.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/package-json.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/package-json.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/pacote.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/pacote.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/parallel-transform.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/parallel-transform.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/parent-module.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/parent-module.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/parse-json-4.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/parse-json-4.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/parse-json-5.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/parse-json-5.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/parse-path.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/parse-path.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/parse-url.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/parse-url.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/path-exists-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/path-exists-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/path-exists-4.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/path-exists-4.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/path-is-absolute.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/path-is-absolute.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/path-is-inside.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/path-is-inside.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/path-key-2.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/path-key-2.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/path-key-3.1.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/path-key-3.1.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/path-parse.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/path-parse.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/path-type.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/path-type.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/performance-now.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/performance-now.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/picomatch.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/picomatch.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/pify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/pify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/pkg-conf.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/pkg-conf.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/prepend-http.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/prepend-http.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/process-nextick-args-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/process-nextick-args-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/process-nextick-args-2.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/process-nextick-args-2.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/promise-inflight.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/promise-inflight.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/promise-retry.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/promise-retry.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/promzard.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/promzard.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/proto-list.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/proto-list.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/protocols.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/protocols.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/protoduck.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/protoduck.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/prr.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/prr.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/pseudomap.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/pseudomap.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/psl.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/psl.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/pump-2.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/pump-2.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/pump-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/pump-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/pumpify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/pumpify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/punycode.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/punycode.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/q.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/q.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/qrcode-terminal.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/qrcode-terminal.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/qs.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/qs.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/query-string.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/query-string.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/quick-lru.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/quick-lru.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/qw.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/qw.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/rc.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/rc.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/read-cmd-shim.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/read-cmd-shim.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/read-installed.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/read-installed.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/read-package-json.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/read-package-json.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/read-package-tree.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/read-package-tree.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/read-pkg-up.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/read-pkg-up.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/read-pkg.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/read-pkg.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/read.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/read.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/readable-stream-1.1.14.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/readable-stream-1.1.14.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/readable-stream-2.3.6.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/readable-stream-2.3.6.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/readable-stream-2.3.7.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/readable-stream-2.3.7.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/readable-stream-3.6.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/readable-stream-3.6.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/readdir-scoped-modules.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/readdir-scoped-modules.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/redent.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/redent.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/redeyed.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/redeyed.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/registry-auth-token-3.4.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/registry-auth-token-3.4.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/registry-auth-token-4.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/registry-auth-token-4.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/registry-url.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/registry-url.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/request.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/request.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/require-directory.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/require-directory.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/require-main-filename.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/require-main-filename.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/resolve-1.10.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/resolve-1.10.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/resolve-1.17.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/resolve-1.17.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/resolve-from-4.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/resolve-from-4.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/resolve-from-5.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/resolve-from-5.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/retry-0.10.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/retry-0.10.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/retry-0.12.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/retry-0.12.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/reusify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/reusify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/rimraf.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/rimraf.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/run-parallel.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/run-parallel.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/run-queue.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/run-queue.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/safe-buffer-5.1.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/safe-buffer-5.1.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/safe-buffer-5.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/safe-buffer-5.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/safe-buffer-5.2.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/safe-buffer-5.2.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/safer-buffer.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/safer-buffer.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/semantic-release-gitmoji.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/semantic-release-gitmoji.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/semantic-release.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/semantic-release.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/semver-5.7.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/semver-5.7.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/semver-6.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/semver-6.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/semver-7.3.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/semver-7.3.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/semver-diff-2.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/semver-diff-2.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/semver-diff-3.1.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/semver-diff-3.1.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/semver-regex.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/semver-regex.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/set-blocking.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/set-blocking.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/sha.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/sha.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/shebang-command-1.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/shebang-command-1.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/shebang-command-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/shebang-command-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/shebang-regex-1.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/shebang-regex-1.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/shebang-regex-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/shebang-regex-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/signal-exit-3.0.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/signal-exit-3.0.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/signal-exit-3.0.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/signal-exit-3.0.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/signale.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/signale.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/slash.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/slash.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/slide.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/slide.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/smart-buffer.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/smart-buffer.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/socks-proxy-agent.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/socks-proxy-agent.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/socks.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/socks.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/sorted-object.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/sorted-object.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/sorted-union-stream.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/sorted-union-stream.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/source-map.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/source-map.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/spawn-error-forwarder.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/spawn-error-forwarder.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/spdx-correct-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/spdx-correct-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/spdx-correct-3.1.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/spdx-correct-3.1.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/spdx-exceptions-2.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/spdx-exceptions-2.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/spdx-exceptions-2.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/spdx-exceptions-2.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/spdx-expression-parse-3.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/spdx-expression-parse-3.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/spdx-expression-parse-3.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/spdx-expression-parse-3.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/spdx-license-ids.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/spdx-license-ids.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/split-on-first.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/split-on-first.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/split.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/split.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/split2-1.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/split2-1.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/split2-2.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/split2-2.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/sshpk.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/sshpk.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/ssri.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/ssri.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/stream-combiner2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/stream-combiner2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/stream-each.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/stream-each.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/stream-iterate.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/stream-iterate.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/stream-shift.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/stream-shift.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/strict-uri-encode.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/strict-uri-encode.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/string-width-1.0.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/string-width-1.0.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/string-width-2.1.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/string-width-2.1.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/string-width-3.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/string-width-3.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/string-width-4.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/string-width-4.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/string_decoder-0.10.31.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/string_decoder-0.10.31.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/string_decoder-1.1.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/string_decoder-1.1.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/string_decoder-1.3.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/string_decoder-1.3.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/stringify-package.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/stringify-package.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/strip-ansi-3.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/strip-ansi-3.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/strip-ansi-4.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/strip-ansi-4.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/strip-ansi-5.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/strip-ansi-5.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/strip-ansi-6.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/strip-ansi-6.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/strip-bom.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/strip-bom.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/strip-eof.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/strip-eof.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/strip-final-newline.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/strip-final-newline.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/strip-indent.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/strip-indent.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/strip-json-comments.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/strip-json-comments.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/supports-color-5.4.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/supports-color-5.4.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/supports-color-5.5.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/supports-color-5.5.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/supports-color-7.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/supports-color-7.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/supports-color-7.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/supports-color-7.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/supports-hyperlinks.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/supports-hyperlinks.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/tar.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/tar.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/temp-dir.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/temp-dir.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/tempy.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/tempy.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/term-size.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/term-size.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/text-extensions.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/text-extensions.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/text-table.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/text-table.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/through.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/through.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/through2-2.0.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/through2-2.0.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/through2-2.0.5.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/through2-2.0.5.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/through2-4.0.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/through2-4.0.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/timed-out.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/timed-out.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/tiny-relative-date.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/tiny-relative-date.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/to-regex-range.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/to-regex-range.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/tough-cookie.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/tough-cookie.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/traverse.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/traverse.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/trim-newlines.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/trim-newlines.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/trim-off-newlines.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/trim-off-newlines.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/tunnel-agent.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/tunnel-agent.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/tunnel.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/tunnel.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/tweetnacl.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/tweetnacl.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/type-fest-0.11.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/type-fest-0.11.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/type-fest-0.12.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/type-fest-0.12.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/type-fest-0.18.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/type-fest-0.18.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/type-fest-0.6.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/type-fest-0.6.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/type-fest-0.8.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/type-fest-0.8.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/typedarray.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/typedarray.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/uglify-js.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/uglify-js.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/uid-number.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/uid-number.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/umask.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/umask.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/unique-filename.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/unique-filename.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/unique-slug.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/unique-slug.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/unique-string-1.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/unique-string-1.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/unique-string-2.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/unique-string-2.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/universal-user-agent-5.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/universal-user-agent-5.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/universal-user-agent-6.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/universal-user-agent-6.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/universalify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/universalify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/unpipe.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/unpipe.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/unzip-response.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/unzip-response.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/update-notifier.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/update-notifier.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/url-join.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/url-join.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/url-parse-lax.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/url-parse-lax.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/util-deprecate.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/util-deprecate.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/util-extend.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/util-extend.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/util-promisify.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/util-promisify.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/uuid.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/uuid.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/validate-npm-package-license.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/validate-npm-package-license.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/validate-npm-package-name.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/validate-npm-package-name.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/verror.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/verror.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/wcwidth.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/wcwidth.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/which-1.3.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/which-1.3.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/which-2.0.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/which-2.0.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/which-module.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/which-module.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/wide-align.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/wide-align.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/widest-line.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/widest-line.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/windows-release.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/windows-release.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/wordwrap.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/wordwrap.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/worker-farm.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/worker-farm.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/wrap-ansi-5.1.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/wrap-ansi-5.1.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/wrap-ansi-6.2.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/wrap-ansi-6.2.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/wrappy.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/wrappy.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/write-file-atomic.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/write-file-atomic.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/xdg-basedir.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/xdg-basedir.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/xtend-4.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/xtend-4.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/xtend-4.0.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/xtend-4.0.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/y18n.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/y18n.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/yallist-2.1.2.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/yallist-2.1.2.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/yallist-3.0.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/yallist-3.0.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/yallist-4.0.0.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/yallist-4.0.0.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/yaml.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/yaml.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/yargs-14.2.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/yargs-14.2.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/yargs-15.4.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/yargs-15.4.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/yargs-parser-15.0.1.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/yargs-parser-15.0.1.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/yargs-parser-18.1.3.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/yargs-parser-18.1.3.dep.yml -------------------------------------------------------------------------------- /.licenses/npm/yargs-parser-20.2.4.dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/.licenses/npm/yargs-parser-20.2.4.dep.yml -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | .vscode 2 | .licenses 3 | .github 4 | -------------------------------------------------------------------------------- /.prettierrc.cjs: -------------------------------------------------------------------------------- 1 | module.exports = require("@koj/config").prettier; 2 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/action.yml -------------------------------------------------------------------------------- /dist/index.d.ts: -------------------------------------------------------------------------------- 1 | export declare const run: () => Promise; 2 | -------------------------------------------------------------------------------- /dist/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/dist/index.js -------------------------------------------------------------------------------- /dist/index.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/dist/index.js.map -------------------------------------------------------------------------------- /dist/index.spec.d.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/index.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/dist/index.spec.js -------------------------------------------------------------------------------- /dist/index.spec.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/dist/index.spec.js.map -------------------------------------------------------------------------------- /dist/sourcemap-register.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/dist/sourcemap-register.js -------------------------------------------------------------------------------- /jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/jest.config.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/package.json -------------------------------------------------------------------------------- /release.config.js: -------------------------------------------------------------------------------- 1 | module.exports = require("@koj/config").releaseMaster; 2 | -------------------------------------------------------------------------------- /src/index.spec.ts: -------------------------------------------------------------------------------- 1 | test("sample", () => expect(1).toBe(1)) 2 | -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/src/index.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnandChowdhary/dependabot-pr-action/HEAD/tsconfig.json --------------------------------------------------------------------------------