You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.5 KiB

6 years ago
{
"name": "badgen.net",
6 years ago
"description": "Badge generating service",
"author": "Amio <amio.cn@gmail.com>",
"license": "ISC",
"private": true,
6 years ago
"scripts": {
"lint": "standard",
"dev": "micro-dev service.js -s -i .next",
"dev:web": "next",
"build": "NODE_ENV=production next build && next export -o public",
"pretest": "npm run lint",
"test": "tap test/*.js --reporter spec -j12",
"start": "node service.js",
"now-prune": "now rm badgen-service --safe -y -T amio || true",
"predeploy": "now -T amio inspect badgen.net",
"deploy": "now -T amio && now -T amio alias",
"canary": "now -T amio && now -T amio alias badgen-canary"
6 years ago
},
"standard": {
"parser": "babel-eslint"
},
6 years ago
"dependencies": {
"badgen": "^2.7.1",
"badgen-icons": "^0.7.0",
"byte-size": "^5.0.1",
"cheerio": "^1.0.0-rc.2",
"chrome-webstore": "^1.2.1",
"date-fns": "^1.30.1",
"got": "^9.6.0",
"lodash.debounce": "^4.0.8",
"micro": "^9.3.3",
"micro-fork": "^1.0.0",
"millify": "^2.0.1",
"raven": "^2.6.4",
"react-debounce-render": "^5.0.0",
Bump semver from 5.6.0 to 6.0.0 (#273) Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 6.0.0. &lt;details&gt; &lt;summary&gt;Changelog&lt;/summary&gt; *Sourced from [semver&#39;s changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md).* &gt; # changes log &gt; &gt; ## 6.0 &gt; &gt; * Fix `intersects` logic. &gt; &gt; This is technically a bug fix, but since it is also a change to behavior &gt; that may require users updating their code, it is marked as a major &gt; version increment. &gt; &gt; ## 5.7 &gt; &gt; * Add `minVersion` method &gt; &gt; ## 5.6 &gt; &gt; * Move boolean `loose` param to an options object, with &gt; backwards-compatibility protection. &gt; * Add ability to opt out of special prerelease version handling with &gt; the `includePrerelease` option flag. &gt; &gt; ## 5.5 &gt; &gt; * Add version coercion capabilities &gt; &gt; ## 5.4 &gt; &gt; * Add intersection checking &gt; &gt; ## 5.3 &gt; &gt; * Add `minSatisfying` method &gt; &gt; ## 5.2 &gt; &gt; * Add `prerelease(v)` that returns prerelease components &gt; &gt; ## 5.1 &gt; &gt; * Add Backus-Naur for ranges &gt; * Remove excessively cute inspection methods &gt; &gt; ## 5.0 &gt; &gt; * Remove AMD/Browserified build artifacts &gt; * Fix ltr and gtr when using the `*` range &gt; * Fix for range `*` with a prerelease identifier &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; - [`5fb517b`](https://github.com/npm/node-semver/commit/5fb517b2906a0763518e1941a3f4a163956a81d3) 6.0.0 - [`3e1d016`](https://github.com/npm/node-semver/commit/3e1d0161b2438294aac32286dd236ea54bf9cc89) changelog for v6 - [`673e820`](https://github.com/npm/node-semver/commit/673e820718acdcf466c5555fa2d75874622da243) fix: Improve performance of isSatisfiable function - [`9b8e961`](https://github.com/npm/node-semver/commit/9b8e961c0cf3efd71a83c4658cc32a64f9bbf9a4) fix: Fix non-satisfiable ranges so they no longer intersect with anything - [`8473d65`](https://github.com/npm/node-semver/commit/8473d6534e1db6a030eaf9dd9633301d78fd1f58) fix: Fix Range intersects algorithm - [`8055dda`](https://github.com/npm/node-semver/commit/8055dda0aee91372e3bfc47754a62f40e8a63b98) 5.7.0 - [`604e73d`](https://github.com/npm/node-semver/commit/604e73dea1f19a05314d6c66e0a52b47b1b7b340) auto-publishing scripts - [`bed01e2`](https://github.com/npm/node-semver/commit/bed01e2316b85271f6ffff89bf19e22f41475c97) remove the nomin comments, since we don&#39;t minify any more anyway - [`9cb68f1`](https://github.com/npm/node-semver/commit/9cb68f1db72d297183233f4d8d287e935f2b6ddd) document parse method - [`38d42ca`](https://github.com/npm/node-semver/commit/38d42ca87a9d891fba9b2a044f914f1919fd769c) 5.7 changelog - Additional commits viewable in [compare view](https://github.com/npm/node-semver/compare/v5.6.0...v6.0.0) &lt;/details&gt; &lt;br /&gt; [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=semver&amp;package-manager=npm_and_yarn&amp;previous-version=5.6.0&amp;new-version=6.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=semver&amp;package-manager=npm_and_yarn&amp;previous-version=5.6.0&amp;new-version=6.0.0) Dependabot will resolve any conflicts with this PR as long as you don&#39;t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- &lt;details&gt; &lt;summary&gt;Dependabot commands and options&lt;/summary&gt; &lt;br /&gt; You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a &#34;Dependabot enabled&#34; badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. &lt;/details&gt;
6 years ago
"semver": "^6.0.0",
"serve-handler": "^5.0.8",
Bump serve-marked from 0.5.0 to 1.0.0 (#266) Bumps [serve-marked](https://github.com/amio/serve-marked) from 0.5.0 to 1.0.0. &lt;details&gt; &lt;summary&gt;Release notes&lt;/summary&gt; *Sourced from [serve-marked&#39;s releases](https://github.com/amio/serve-marked/releases).* &gt; ## v1.0.0 &gt; - Refined presets d9e5445 &gt; &gt; https://github.com/amio/serve-marked/compare/v0.5.0...v1.0.0 &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; - [`1c6adba`](https://github.com/amio/serve-marked/commit/1c6adba388549d4742afbea81f78828c371d6158) v1.0.0 - [`97d105a`](https://github.com/amio/serve-marked/commit/97d105ac78f8dbf53aeed3c5eea7098b913b1399) Update readme - [`d9e5445`](https://github.com/amio/serve-marked/commit/d9e54458fc6cb48e7eddf712efa288995f57b434) Refine presets - [`d6f7fe9`](https://github.com/amio/serve-marked/commit/d6f7fe963843527fb71db2672ac360752600cc87) Embedded merriweather font - [`f698f9d`](https://github.com/amio/serve-marked/commit/f698f9dbdf6e78cecf0ab6af3d8d8cde430b5cb8) Update cache control - [`82f002d`](https://github.com/amio/serve-marked/commit/82f002d148cb06cb090a832cbb7d7cc95453433e) Clean badges in README - [`5ea5ff2`](https://github.com/amio/serve-marked/commit/5ea5ff234fdfb9d65290900529c567dd3cef3edb) Add repo badge &amp; link - [`d0d8770`](https://github.com/amio/serve-marked/commit/d0d8770b26dd873f0b16f87070a56c1f9f903b82) Fix example src link - See full diff in [compare view](https://github.com/amio/serve-marked/compare/v0.5.0...v1.0.0) &lt;/details&gt; &lt;br /&gt; [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serve-marked&amp;package-manager=npm_and_yarn&amp;previous-version=0.5.0&amp;new-version=1.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=serve-marked&amp;package-manager=npm_and_yarn&amp;previous-version=0.5.0&amp;new-version=1.0.0) Dependabot will resolve any conflicts with this PR as long as you don&#39;t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- &lt;details&gt; &lt;summary&gt;Dependabot commands and options&lt;/summary&gt; &lt;br /&gt; You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a &#34;Dependabot enabled&#34; badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. &lt;/details&gt;
6 years ago
"serve-marked": "^1.0.0"
6 years ago
},
"devDependencies": {
"@mdx-js/mdx": "^0.20.3",
"@zeit/next-mdx": "^1.2.0",
"babel-eslint": "^10.0.1",
"micro-dev": "^3.0.0",
"next": "^8.0",
Bump react from 16.8.5 to 16.8.6 (#275) Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.8.5 to 16.8.6. &lt;details&gt; &lt;summary&gt;Release notes&lt;/summary&gt; *Sourced from [react&#39;s releases](https://github.com/facebook/react/releases).* &gt; ## v16.8.6 &gt; ## 16.8.6 (March 27, 2019) &gt; &gt; ### React DOM &gt; &gt; * Fix an incorrect bailout in `useReducer()`. ([@&amp;#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) &gt; * Fix iframe warnings in Safari DevTools. ([@&amp;#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) &gt; * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&amp;#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) &gt; * Warn if `contextType` is set to invalid values. ([@&amp;#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) &gt; &gt; ## Artifacts &gt; * **react**: https://unpkg.com/react@16.8.6/umd/ &gt; * **react-art**: https://unpkg.com/react-art@16.8.6/umd/ &gt; * **react-dom**: https://unpkg.com/react-dom@16.8.6/umd/ &gt; * **react-is**: https://unpkg.com/react-is@16.8.6/umd/ &gt; * **react-test-renderer**: https://unpkg.com/react-test-renderer@16.8.6/umd/ &gt; * **scheduler**: https://unpkg.com/scheduler@0.13.6/umd/ &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Changelog&lt;/summary&gt; *Sourced from [react&#39;s changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* &gt; ## 16.8.6 (March 27, 2019) &gt; &gt; ### React DOM &gt; &gt; * Fix an incorrect bailout in `useReducer()`. ([@&amp;#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) &gt; * Fix iframe warnings in Safari DevTools. ([@&amp;#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) &gt; * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&amp;#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) &gt; * Warn if `contextType` is set to invalid values. ([@&amp;#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; - [`487f4bf`](https://github.com/facebook/react/commit/487f4bf2ee7c86176637544c5473328f96ca0ba2) Update versions for 16.8.6 - [`e0c2c56`](https://github.com/facebook/react/commit/e0c2c56dfd58c1145b1e63b9500043dccf675265) Improve warning for invalid class contextType ([#15142](https://github.com/facebook/react/tree/HEAD/packages/react/issues/15142)) - [`aa8736a`](https://github.com/facebook/react/commit/aa8736a3a9474d9f9714ee315f00e77c0b80ea33) Warn for Context.Consumer with contextType ([#14831](https://github.com/facebook/react/tree/HEAD/packages/react/issues/14831)) - [`84cc8a3`](https://github.com/facebook/react/commit/84cc8a31faf4ab589f8ef1454d3717d60f116de7) Release 16.8.5 - See full diff in [compare view](https://github.com/facebook/react/commits/v16.8.6/packages/react) &lt;/details&gt; &lt;br /&gt; [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=react&amp;package-manager=npm_and_yarn&amp;previous-version=16.8.5&amp;new-version=16.8.6)](https://dependabot.com/compatibility-score.html?dependency-name=react&amp;package-manager=npm_and_yarn&amp;previous-version=16.8.5&amp;new-version=16.8.6) Dependabot will resolve any conflicts with this PR as long as you don&#39;t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- &lt;details&gt; &lt;summary&gt;Dependabot commands and options&lt;/summary&gt; &lt;br /&gt; You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a &#34;Dependabot enabled&#34; badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. &lt;/details&gt;
6 years ago
"react": "^16.8.6",
Bump react-dom from 16.8.5 to 16.8.6 (#274) Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.8.5 to 16.8.6. &lt;details&gt; &lt;summary&gt;Release notes&lt;/summary&gt; *Sourced from [react-dom&#39;s releases](https://github.com/facebook/react/releases).* &gt; ## v16.8.6 &gt; ## 16.8.6 (March 27, 2019) &gt; &gt; ### React DOM &gt; &gt; * Fix an incorrect bailout in `useReducer()`. ([@&amp;#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) &gt; * Fix iframe warnings in Safari DevTools. ([@&amp;#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) &gt; * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&amp;#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) &gt; * Warn if `contextType` is set to invalid values. ([@&amp;#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) &gt; &gt; ## Artifacts &gt; * **react**: https://unpkg.com/react@16.8.6/umd/ &gt; * **react-art**: https://unpkg.com/react-art@16.8.6/umd/ &gt; * **react-dom**: https://unpkg.com/react-dom@16.8.6/umd/ &gt; * **react-is**: https://unpkg.com/react-is@16.8.6/umd/ &gt; * **react-test-renderer**: https://unpkg.com/react-test-renderer@16.8.6/umd/ &gt; * **scheduler**: https://unpkg.com/scheduler@0.13.6/umd/ &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Changelog&lt;/summary&gt; *Sourced from [react-dom&#39;s changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* &gt; ## 16.8.6 (March 27, 2019) &gt; &gt; ### React DOM &gt; &gt; * Fix an incorrect bailout in `useReducer()`. ([@&amp;#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) &gt; * Fix iframe warnings in Safari DevTools. ([@&amp;#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) &gt; * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&amp;#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) &gt; * Warn if `contextType` is set to invalid values. ([@&amp;#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; - [`487f4bf`](https://github.com/facebook/react/commit/487f4bf2ee7c86176637544c5473328f96ca0ba2) Update versions for 16.8.6 - [`f00be84`](https://github.com/facebook/react/commit/f00be84b81584f5bc4df137ce00e9e370b49b341) fix(react-dom): access iframe contentWindow instead of contentDocument ([#15099](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/15099)) - [`e0c2c56`](https://github.com/facebook/react/commit/e0c2c56dfd58c1145b1e63b9500043dccf675265) Improve warning for invalid class contextType ([#15142](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/15142)) - [`aa8736a`](https://github.com/facebook/react/commit/aa8736a3a9474d9f9714ee315f00e77c0b80ea33) Warn for Context.Consumer with contextType ([#14831](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14831)) - [`84cc8a3`](https://github.com/facebook/react/commit/84cc8a31faf4ab589f8ef1454d3717d60f116de7) Release 16.8.5 - See full diff in [compare view](https://github.com/facebook/react/commits/v16.8.6/packages/react-dom) &lt;/details&gt; &lt;br /&gt; [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=react-dom&amp;package-manager=npm_and_yarn&amp;previous-version=16.8.5&amp;new-version=16.8.6)](https://dependabot.com/compatibility-score.html?dependency-name=react-dom&amp;package-manager=npm_and_yarn&amp;previous-version=16.8.5&amp;new-version=16.8.6) Dependabot will resolve any conflicts with this PR as long as you don&#39;t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- &lt;details&gt; &lt;summary&gt;Dependabot commands and options&lt;/summary&gt; &lt;br /&gt; You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a &#34;Dependabot enabled&#34; badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. &lt;/details&gt;
6 years ago
"react-dom": "^16.8.6",
"standard": "^12.0.1",
Bump supertest from 3.4.2 to 4.0.2 (#265) Bumps [supertest](https://github.com/visionmedia/supertest) from 3.4.2 to 4.0.2. &lt;details&gt; &lt;summary&gt;Release notes&lt;/summary&gt; *Sourced from [supertest&#39;s releases](https://github.com/visionmedia/supertest/releases).* &gt; ## Documentation &gt; - Merge pull request [#563](https://github-redirect.dependabot.com/visionmedia/supertest/issues/563) from visionmedia/fix-documentation 1257283 &gt; - Merge pull request [#561](https://github-redirect.dependabot.com/visionmedia/supertest/issues/561) from fullstackmommy/assert-content-type-in-readme 436643c &gt; &gt; https://github.com/visionmedia/supertest/compare/v4.0.1...v4.0.2 &gt; &gt; ## Fix - Superagent downgraded &gt; - Merge pull request [#558](https://github-redirect.dependabot.com/visionmedia/supertest/issues/558) from visionmedia/hotfix 078c835 &gt; &gt; https://github.com/visionmedia/supertest/compare/v4.0.0...v4.0.1 &gt; &gt; ## v4.0.0 &gt; - Merge pull request [#539](https://github-redirect.dependabot.com/visionmedia/supertest/issues/539) from ozzywalsh/fix-agent-defaults abf6bc3 &gt; - Merge pull request [#554](https://github-redirect.dependabot.com/visionmedia/supertest/issues/554) from visionmedia/use-trust-localhost 5914936 &gt; &gt; https://github.com/visionmedia/supertest/compare/v3.4.2...v4.0.0 &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; - [`775911f`](https://github.com/visionmedia/supertest/commit/775911f25d78eee03b792077eb6f278ad98fce97) 4.0.2 - [`1257283`](https://github.com/visionmedia/supertest/commit/12572837e4b7fa3bcec09634762b862f04f1c6bc) Merge pull request [#563](https://github-redirect.dependabot.com/visionmedia/supertest/issues/563) from visionmedia/fix-documentation - [`436643c`](https://github.com/visionmedia/supertest/commit/436643cfa24abbf97ecb6a70d6df89720662b171) Merge pull request [#561](https://github-redirect.dependabot.com/visionmedia/supertest/issues/561) from fullstackmommy/assert-content-type-in-readme - [`6ef07da`](https://github.com/visionmedia/supertest/commit/6ef07daa20d983a2c6aa2339c24e6acc3c15b03f) doc(README.md) trustLocalhost() block removed - [`715d9a9`](https://github.com/visionmedia/supertest/commit/715d9a9128ff1c1e5d674637341b49d5f2da2e20) 4.0.1 - [`078c835`](https://github.com/visionmedia/supertest/commit/078c8355496910dd44213c8999bda3338546aa76) Merge pull request [#558](https://github-redirect.dependabot.com/visionmedia/supertest/issues/558) from visionmedia/hotfix - [`a8262f6`](https://github.com/visionmedia/supertest/commit/a8262f6a9dbee454a5264a1c9a7f87ad12fe4a75) Correction in example snippets - [`8119278`](https://github.com/visionmedia/supertest/commit/8119278609b790ee21a8cfc38f9b07664609bbb2) feat(package.json) superagent downgraded because assert using promises doesn&#39;... - [`934d415`](https://github.com/visionmedia/supertest/commit/934d415c65b06a0fd75b74a2bd1da7242980c918) feat(test/supertest.js) trustLocalhost() removed because superagent downgrading - [`38e66a1`](https://github.com/visionmedia/supertest/commit/38e66a15a58fb11b7ab111ad7d8a9badbd02aa35) chore(test/supertest.js) this test should fail - Additional commits viewable in [compare view](https://github.com/visionmedia/supertest/compare/v3.4.2...v4.0.2) &lt;/details&gt; &lt;br /&gt; [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=supertest&amp;package-manager=npm_and_yarn&amp;previous-version=3.4.2&amp;new-version=4.0.2)](https://dependabot.com/compatibility-score.html?dependency-name=supertest&amp;package-manager=npm_and_yarn&amp;previous-version=3.4.2&amp;new-version=4.0.2) Dependabot will resolve any conflicts with this PR as long as you don&#39;t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- &lt;details&gt; &lt;summary&gt;Dependabot commands and options&lt;/summary&gt; &lt;br /&gt; You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a &#34;Dependabot enabled&#34; badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. &lt;/details&gt;
6 years ago
"supertest": "^4.0.2",
"tap": "^12.6.1"
}
6 years ago
}