badgen.net/package.json

54 wiersze
1.5 KiB
JSON
Czysty Zwykły widok Historia

2018-06-26 05:39:49 +00:00
{
"name": "badgen.net",
2018-06-26 05:39:49 +00:00
"description": "Badge generating service",
"author": "Amio <amio.cn@gmail.com>",
"license": "ISC",
2018-10-16 02:24:21 +00:00
"private": true,
2018-06-26 05:39:49 +00:00
"scripts": {
"lint": "standard",
2018-10-17 07:15:58 +00:00
"dev": "micro-dev service.js -s -i .next",
2018-09-04 07:00:54 +00:00
"dev:web": "next",
"build": "NODE_ENV=production next build && next export -o public",
2018-08-03 14:40:44 +00:00
"pretest": "npm run lint",
2018-07-31 09:51:37 +00:00
"test": "tap test/*.js --reporter spec -j12",
"start": "node service.js",
2019-03-31 09:14:03 +00:00
"now-prune": "now rm badgen.net --safe -y -S amio || true",
"predeploy": "now -S amio inspect badgen.net",
"deploy": "now -S amio && now -S amio alias",
"canary": "now -S amio && now -S amio alias badgen-canary"
2018-06-26 05:39:49 +00:00
},
2018-09-06 09:54:28 +00:00
"standard": {
"parser": "babel-eslint"
},
2018-06-26 05:39:49 +00:00
"dependencies": {
2019-03-25 12:46:56 +00:00
"badgen": "^2.7.1",
2019-04-01 08:59:32 +00:00
"badgen-icons": "^0.8.0",
"byte-size": "^5.0.1",
2019-05-14 11:41:52 +00:00
"cheerio": "^1.0.0-rc.3",
"chrome-webstore": "^1.2.1",
"date-fns": "^1.30.1",
"got": "^9.6.0",
2018-09-07 07:13:08 +00:00
"lodash.debounce": "^4.0.8",
2019-05-14 11:41:52 +00:00
"micro": "^9.3.4",
"micro-fork": "^2.0.0",
"millify": "^3.0.2",
"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. <details> <summary>Changelog</summary> *Sourced from [semver's changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md).* > # changes log > > ## 6.0 > > * Fix `intersects` logic. > > This is technically a bug fix, but since it is also a change to behavior > that may require users updating their code, it is marked as a major > version increment. > > ## 5.7 > > * Add `minVersion` method > > ## 5.6 > > * Move boolean `loose` param to an options object, with > backwards-compatibility protection. > * Add ability to opt out of special prerelease version handling with > the `includePrerelease` option flag. > > ## 5.5 > > * Add version coercion capabilities > > ## 5.4 > > * Add intersection checking > > ## 5.3 > > * Add `minSatisfying` method > > ## 5.2 > > * Add `prerelease(v)` that returns prerelease components > > ## 5.1 > > * Add Backus-Naur for ranges > * Remove excessively cute inspection methods > > ## 5.0 > > * Remove AMD/Browserified build artifacts > * Fix ltr and gtr when using the `*` range > * Fix for range `*` with a prerelease identifier </details> <details> <summary>Commits</summary> - [`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'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) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=semver&package-manager=npm_and_yarn&previous-version=5.6.0&new-version=6.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=semver&package-manager=npm_and_yarn&previous-version=5.6.0&new-version=6.0.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 "Dependabot enabled" 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. </details>
2019-03-28 06:46:26 +00:00
"semver": "^6.0.0",
2019-05-14 11:41:52 +00:00
"serve-handler": "^6.0.0",
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. <details> <summary>Release notes</summary> *Sourced from [serve-marked's releases](https://github.com/amio/serve-marked/releases).* > ## v1.0.0 > - Refined presets d9e5445 > > https://github.com/amio/serve-marked/compare/v0.5.0...v1.0.0 </details> <details> <summary>Commits</summary> - [`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 & 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) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serve-marked&package-manager=npm_and_yarn&previous-version=0.5.0&new-version=1.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=serve-marked&package-manager=npm_and_yarn&previous-version=0.5.0&new-version=1.0.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 "Dependabot enabled" 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. </details>
2019-03-24 15:41:58 +00:00
"serve-marked": "^1.0.0"
2018-06-26 05:39:49 +00:00
},
"devDependencies": {
2019-05-14 11:41:52 +00:00
"@mdx-js/mdx": "^1.0.19",
2018-11-07 09:38:43 +00:00
"@zeit/next-mdx": "^1.2.0",
"babel-eslint": "^10.0.1",
"micro-dev": "^3.0.0",
2019-05-14 11:41:52 +00:00
"next": "^8.1.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. <details> <summary>Release notes</summary> *Sourced from [react's releases](https://github.com/facebook/react/releases).* > ## v16.8.6 > ## 16.8.6 (March 27, 2019) > > ### React DOM > > * Fix an incorrect bailout in `useReducer()`. ([@&#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) > * Fix iframe warnings in Safari DevTools. ([@&#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) > * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) > * Warn if `contextType` is set to invalid values. ([@&#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) > > ## Artifacts > * **react**: https://unpkg.com/react@16.8.6/umd/ > * **react-art**: https://unpkg.com/react-art@16.8.6/umd/ > * **react-dom**: https://unpkg.com/react-dom@16.8.6/umd/ > * **react-is**: https://unpkg.com/react-is@16.8.6/umd/ > * **react-test-renderer**: https://unpkg.com/react-test-renderer@16.8.6/umd/ > * **scheduler**: https://unpkg.com/scheduler@0.13.6/umd/ </details> <details> <summary>Changelog</summary> *Sourced from [react's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.8.6 (March 27, 2019) > > ### React DOM > > * Fix an incorrect bailout in `useReducer()`. ([@&#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) > * Fix iframe warnings in Safari DevTools. ([@&#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) > * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) > * Warn if `contextType` is set to invalid values. ([@&#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) </details> <details> <summary>Commits</summary> - [`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) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=react&package-manager=npm_and_yarn&previous-version=16.8.5&new-version=16.8.6)](https://dependabot.com/compatibility-score.html?dependency-name=react&package-manager=npm_and_yarn&previous-version=16.8.5&new-version=16.8.6) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 "Dependabot enabled" 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. </details>
2019-03-31 06:03:29 +00:00
"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. <details> <summary>Release notes</summary> *Sourced from [react-dom's releases](https://github.com/facebook/react/releases).* > ## v16.8.6 > ## 16.8.6 (March 27, 2019) > > ### React DOM > > * Fix an incorrect bailout in `useReducer()`. ([@&#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) > * Fix iframe warnings in Safari DevTools. ([@&#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) > * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) > * Warn if `contextType` is set to invalid values. ([@&#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) > > ## Artifacts > * **react**: https://unpkg.com/react@16.8.6/umd/ > * **react-art**: https://unpkg.com/react-art@16.8.6/umd/ > * **react-dom**: https://unpkg.com/react-dom@16.8.6/umd/ > * **react-is**: https://unpkg.com/react-is@16.8.6/umd/ > * **react-test-renderer**: https://unpkg.com/react-test-renderer@16.8.6/umd/ > * **scheduler**: https://unpkg.com/scheduler@0.13.6/umd/ </details> <details> <summary>Changelog</summary> *Sourced from [react-dom's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.8.6 (March 27, 2019) > > ### React DOM > > * Fix an incorrect bailout in `useReducer()`. ([@&#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) > * Fix iframe warnings in Safari DevTools. ([@&#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) > * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) > * Warn if `contextType` is set to invalid values. ([@&#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) </details> <details> <summary>Commits</summary> - [`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) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=react-dom&package-manager=npm_and_yarn&previous-version=16.8.5&new-version=16.8.6)](https://dependabot.com/compatibility-score.html?dependency-name=react-dom&package-manager=npm_and_yarn&previous-version=16.8.5&new-version=16.8.6) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 "Dependabot enabled" 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. </details>
2019-03-31 09:02:23 +00:00
"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. <details> <summary>Release notes</summary> *Sourced from [supertest's releases](https://github.com/visionmedia/supertest/releases).* > ## Documentation > - Merge pull request [#563](https://github-redirect.dependabot.com/visionmedia/supertest/issues/563) from visionmedia/fix-documentation 1257283 > - Merge pull request [#561](https://github-redirect.dependabot.com/visionmedia/supertest/issues/561) from fullstackmommy/assert-content-type-in-readme 436643c > > https://github.com/visionmedia/supertest/compare/v4.0.1...v4.0.2 > > ## Fix - Superagent downgraded > - Merge pull request [#558](https://github-redirect.dependabot.com/visionmedia/supertest/issues/558) from visionmedia/hotfix 078c835 > > https://github.com/visionmedia/supertest/compare/v4.0.0...v4.0.1 > > ## v4.0.0 > - Merge pull request [#539](https://github-redirect.dependabot.com/visionmedia/supertest/issues/539) from ozzywalsh/fix-agent-defaults abf6bc3 > - Merge pull request [#554](https://github-redirect.dependabot.com/visionmedia/supertest/issues/554) from visionmedia/use-trust-localhost 5914936 > > https://github.com/visionmedia/supertest/compare/v3.4.2...v4.0.0 </details> <details> <summary>Commits</summary> - [`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'... - [`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) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=supertest&package-manager=npm_and_yarn&previous-version=3.4.2&new-version=4.0.2)](https://dependabot.com/compatibility-score.html?dependency-name=supertest&package-manager=npm_and_yarn&previous-version=3.4.2&new-version=4.0.2) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 "Dependabot enabled" 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. </details>
2019-03-24 15:52:07 +00:00
"supertest": "^4.0.2",
2019-05-14 11:41:52 +00:00
"tap": "^13.1.8"
}
2018-06-26 05:39:49 +00:00
}