Release notes
*Sourced from [npm's releases](https://github.com/npm/cli/releases).*
> ## v6.3.0
> This is basically the same as [the prerelease](https://github.com/npm/cli/releases/tag/v6.3.0-next.0), but two dependencies have been bumped due to bugs that had been around for a while.
>
> * [`0a22be42e`](https://github.com/npm/cli/commit/0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19) `figgy-pudding@3.2.0` ([[**zkat**](https://github.com/zkat)](https://github.com/zkat))
> * [`0096f6997`](https://github.com/npm/cli/commit/0096f69978d2f40b170b28096f269b0b0008a692) `cacache@11.1.0` ([[**zkat**](https://github.com/zkat)](https://github.com/zkat))
>
> ## v6.3.0-next.0
> ### NEW FEATURES
>
> * [`ad0dd226f`](https://github.com/npm/npm/commit/ad0dd226fb97a33dcf41787ae7ff282803fb66f2) [npm/cli#26](https://github-redirect.dependabot.com/npm/cli/pull/26) `npm version` now supports a `--preid` option to specify the preid for prereleases. For example, `npm version premajor --preid rc` will tag a version like `2.0.0-rc.0`. ([[**dwilches**](https://github.com/dwilches)](https://github.com/dwilches))
>
> ### MESSAGING IMPROVEMENTS
>
> * [`c1dad1e99`](https://github.com/npm/npm/commit/c1dad1e994827f2eab7a13c0f6454f4e4c22ebc2) [npm/cli#6](https://github-redirect.dependabot.com/npm/cli/pull/6) Make `npm audit fix` message provide better instructions for vulnerabilities that require manual review. ([[**bradsk88**](https://github.com/bradsk88)](https://github.com/bradsk88))
> * [`15c1130fe`](https://github.com/npm/npm/commit/15c1130fe81961706667d845aad7a5a1f70369f3) Fix missing colon next to tarball url in new `npm view` output. ([[**zkat**](https://github.com/zkat)](https://github.com/zkat))
> * [`21cf0ab68`](https://github.com/npm/npm/commit/21cf0ab68cf528d5244ae664133ef400bdcfbdb6) [npm/cli#24](https://github-redirect.dependabot.com/npm/cli/pull/24) Use the defaut OTP explanation everywhere except when the context is "OTP-aware" (like when setting double-authentication). This improves the overall CLI messaging when prompting for an OTP code. ([[**jdeniau**](https://github.com/jdeniau)](https://github.com/jdeniau))
>
> ### MISC
>
> * [`a9ac8712d`](https://github.com/npm/npm/commit/a9ac8712dfafcb31a4e3deca24ddb92ff75e942d) [npm/cli#21](https://github-redirect.dependabot.com/npm/cli/pull/21) Use the extracted `stringify-package` package. ([[**dpogue**](https://github.com/dpogue)](https://github.com/dpogue))
> * [`9db15408c`](https://github.com/npm/npm/commit/9db15408c60be788667cafc787116555507dc433) [npm/cli#27](https://github-redirect.dependabot.com/npm/cli/pull/27) `wrappy` was previously added to dependencies in order to flatten it, but we no longer do legacy-style for npm itself, so it has been removed from `package.json`. ([[**rickschubert**](https://github.com/rickschubert)](https://github.com/rickschubert))
>
> ### DOCUMENTATION
>
> * [`3242baf08`](https://github.com/npm/npm/commit/3242baf0880d1cdc0e20b546d3c1da952e474444) [npm/cli#13](https://github-redirect.dependabot.com/npm/cli/pull/13) Update more dead links in README.md. ([[**u32i64**](https://github.com/u32i64)](https://github.com/u32i64))
> * [`06580877b`](https://github.com/npm/npm/commit/06580877b6023643ec780c19d84fbe120fe5425c) [npm/cli#19](https://github-redirect.dependabot.com/npm/cli/pull/19) Update links in docs' `index.html` to refer to new bug/PR URLs. ([[**watilde**](https://github.com/watilde)](https://github.com/watilde))
> * [`ca03013c2`](https://github.com/npm/npm/commit/ca03013c23ff38e12902e9569a61265c2d613738) [npm/cli#15](https://github-redirect.dependabot.com/npm/cli/pull/15) Fix some typos in file-specifiers docs. ([[**Mstrodl**](https://github.com/Mstrodl)](https://github.com/Mstrodl))
> * [`4f39f79bc`](https://github.com/npm/npm/commit/4f39f79bcacef11bf2f98d09730bc94d0379789b) [npm/cli#16](https://github-redirect.dependabot.com/npm/cli/pull/16) Fix some typos in file-specifiers and package-lock docs. ([[**watilde**](https://github.com/watilde)](https://github.com/watilde))
> * [`35e51f79d`](https://github.com/npm/npm/commit/35e51f79d1a285964aad44f550811aa9f9a72cd8) [npm/cli#18](https://github-redirect.dependabot.com/npm/cli/pull/18) Update build status badge url in README. ([[**watilde**](https://github.com/watilde)](https://github.com/watilde))
> * [`a67db5607`](https://github.com/npm/npm/commit/a67db5607ba2052b4ea44f66657f98b758fb4786) [npm/cli#17](https://github-redirect.dependabot.com/npm/cli/pull/17/) Replace TROUBLESHOOTING.md with [posts in npm.community](https://npm.community/c/support/troubleshooting). ([[**watilde**](https://github.com/watilde)](https://github.com/watilde))
> * [`e115f9de6`](https://github.com/npm/npm/commit/e115f9de65bf53711266152fc715a5012f7d3462) [npm/cli#7](https://github-redirect.dependabot.com/npm/cli/pull/7) Use https URLs in documentation when appropriate. Happy [Not Secure Day](https://arstechnica.com/gadgets/2018/07/todays-the-day-that-chrome-brands-plain-old-http-as-not-secure/)! ([[**XhmikosR**](https://github.com/XhmikosR)](https://github.com/XhmikosR))
Changelog
*Sourced from [npm's changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md).*
> ## v6.3.0 (2018-08-01):
>
> This is basically the same as the prerelease, but two dependencies have been
> bumped due to bugs that had been around for a while.
>
> * [`0a22be42e`](https://github.com/npm/cli/commit/0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19)
> `figgy-pudding@3.2.0`
> ([[**zkat**](https://github.com/zkat)](https://github.com/zkat))
> * [`0096f6997`](https://github.com/npm/cli/commit/0096f69978d2f40b170b28096f269b0b0008a692)
> `cacache@11.1.0`
> ([[**zkat**](https://github.com/zkat)](https://github.com/zkat))
>
> ## v6.3.0-next.0 (2018-07-25):
>
> ### NEW FEATURES
>
> * [`ad0dd226f`](https://github.com/npm/cli/commit/ad0dd226fb97a33dcf41787ae7ff282803fb66f2)
> [npm/cli#26](https://github-redirect.dependabot.com/npm/cli/pull/26)
> `npm version` now supports a `--preid` option to specify the preid for
> prereleases. For example, `npm version premajor --preid rc` will tag a version
> like `2.0.0-rc.0`.
> ([[**dwilches**](https://github.com/dwilches)](https://github.com/dwilches))
>
> ### MESSAGING IMPROVEMENTS
>
> * [`c1dad1e99`](https://github.com/npm/cli/commit/c1dad1e994827f2eab7a13c0f6454f4e4c22ebc2)
> [npm/cli#6](https://github-redirect.dependabot.com/npm/cli/pull/6)
> Make `npm audit fix` message provide better instructions for vulnerabilities
> that require manual review.
> ([[**bradsk88**](https://github.com/bradsk88)](https://github.com/bradsk88))
> * [`15c1130fe`](https://github.com/npm/cli/commit/15c1130fe81961706667d845aad7a5a1f70369f3)
> Fix missing colon next to tarball url in new `npm view` output.
> ([[**zkat**](https://github.com/zkat)](https://github.com/zkat))
> * [`21cf0ab68`](https://github.com/npm/cli/commit/21cf0ab68cf528d5244ae664133ef400bdcfbdb6)
> [npm/cli#24](https://github-redirect.dependabot.com/npm/cli/pull/24)
> Use the defaut OTP explanation everywhere except when the context is
> "OTP-aware" (like when setting double-authentication). This improves the
> overall CLI messaging when prompting for an OTP code.
> ([[**jdeniau**](https://github.com/jdeniau)](https://github.com/jdeniau))
>
> ### MISC
>
> * [`a9ac8712d`](https://github.com/npm/cli/commit/a9ac8712dfafcb31a4e3deca24ddb92ff75e942d)
> [npm/cli#21](https://github-redirect.dependabot.com/npm/cli/pull/21)
> Use the extracted `stringify-package` package.
> ([[**dpogue**](https://github.com/dpogue)](https://github.com/dpogue))
> * [`9db15408c`](https://github.com/npm/cli/commit/9db15408c60be788667cafc787116555507dc433)
> [npm/cli#27](https://github-redirect.dependabot.com/npm/cli/pull/27)
> `wrappy` was previously added to dependencies in order to flatten it, but we
> no longer do legacy-style for npm itself, so it has been removed from
> ... (truncated)
Commits
- [`14bd214`](https://github.com/npm/cli/commit/14bd214c9e3fb42005dc1925d4e2a8ebe95a87f7) 6.3.0
- [`0a53c10`](https://github.com/npm/cli/commit/0a53c10e833fcb0823a9e6767d184d07632eb996) changelog: update generator script
- [`fa54524`](https://github.com/npm/cli/commit/fa545246e10dd3d5685f0561e6cbc896d7e94585) doc: update changelog for npm@6.3.0
- [`0096f69`](https://github.com/npm/cli/commit/0096f69978d2f40b170b28096f269b0b0008a692) cacache@11.1.0
- [`0a22be4`](https://github.com/npm/cli/commit/0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19) figgy-pudding@3.2.0
- [`5b8929a`](https://github.com/npm/cli/commit/5b8929afd90e9c740aa20dc9c9802245be2cd08c) 6.3.0-next.0
- [`92c9301`](https://github.com/npm/cli/commit/92c930116888928d1a625b714106aa7a65ec8668) update AUTHORS
- [`95963ee`](https://github.com/npm/cli/commit/95963eea20206896381fda619045def5d6d6f4d3) doc: update changelog for npm@6.3.0
- [`e115f9d`](https://github.com/npm/cli/commit/e115f9de65bf53711266152fc715a5012f7d3462) docs: use https when possible. ([#7](https://github-redirect.dependabot.com/npm/cli/issues/7))
- [`ad0dd22`](https://github.com/npm/cli/commit/ad0dd226fb97a33dcf41787ae7ff282803fb66f2) version: allow prerelease identifier ([#26](https://github-redirect.dependabot.com/npm/cli/issues/26))
- Additional commits viewable in [compare view](https://github.com/npm/cli/compare/v6.2.0...v6.3.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 commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@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 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.
⚠️ Dependabot is rebasing this PR ⚠️
Sit tight and this PR will be updated for you in a minute. If you make any changes yourself then they'll take precedence over the rebase (which will be abandoned).
Bumps npm from 6.2.0 to 6.3.0.
Release notes
*Sourced from [npm's releases](https://github.com/npm/cli/releases).* > ## v6.3.0 > This is basically the same as [the prerelease](https://github.com/npm/cli/releases/tag/v6.3.0-next.0), but two dependencies have been bumped due to bugs that had been around for a while. > > * [`0a22be42e`](https://github.com/npm/cli/commit/0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19) `figgy-pudding@3.2.0` ([[**zkat**](https://github.com/zkat)](https://github.com/zkat)) > * [`0096f6997`](https://github.com/npm/cli/commit/0096f69978d2f40b170b28096f269b0b0008a692) `cacache@11.1.0` ([[**zkat**](https://github.com/zkat)](https://github.com/zkat)) > > ## v6.3.0-next.0 > ### NEW FEATURES > > * [`ad0dd226f`](https://github.com/npm/npm/commit/ad0dd226fb97a33dcf41787ae7ff282803fb66f2) [npm/cli#26](https://github-redirect.dependabot.com/npm/cli/pull/26) `npm version` now supports a `--preid` option to specify the preid for prereleases. For example, `npm version premajor --preid rc` will tag a version like `2.0.0-rc.0`. ([[**dwilches**](https://github.com/dwilches)](https://github.com/dwilches)) > > ### MESSAGING IMPROVEMENTS > > * [`c1dad1e99`](https://github.com/npm/npm/commit/c1dad1e994827f2eab7a13c0f6454f4e4c22ebc2) [npm/cli#6](https://github-redirect.dependabot.com/npm/cli/pull/6) Make `npm audit fix` message provide better instructions for vulnerabilities that require manual review. ([[**bradsk88**](https://github.com/bradsk88)](https://github.com/bradsk88)) > * [`15c1130fe`](https://github.com/npm/npm/commit/15c1130fe81961706667d845aad7a5a1f70369f3) Fix missing colon next to tarball url in new `npm view` output. ([[**zkat**](https://github.com/zkat)](https://github.com/zkat)) > * [`21cf0ab68`](https://github.com/npm/npm/commit/21cf0ab68cf528d5244ae664133ef400bdcfbdb6) [npm/cli#24](https://github-redirect.dependabot.com/npm/cli/pull/24) Use the defaut OTP explanation everywhere except when the context is "OTP-aware" (like when setting double-authentication). This improves the overall CLI messaging when prompting for an OTP code. ([[**jdeniau**](https://github.com/jdeniau)](https://github.com/jdeniau)) > > ### MISC > > * [`a9ac8712d`](https://github.com/npm/npm/commit/a9ac8712dfafcb31a4e3deca24ddb92ff75e942d) [npm/cli#21](https://github-redirect.dependabot.com/npm/cli/pull/21) Use the extracted `stringify-package` package. ([[**dpogue**](https://github.com/dpogue)](https://github.com/dpogue)) > * [`9db15408c`](https://github.com/npm/npm/commit/9db15408c60be788667cafc787116555507dc433) [npm/cli#27](https://github-redirect.dependabot.com/npm/cli/pull/27) `wrappy` was previously added to dependencies in order to flatten it, but we no longer do legacy-style for npm itself, so it has been removed from `package.json`. ([[**rickschubert**](https://github.com/rickschubert)](https://github.com/rickschubert)) > > ### DOCUMENTATION > > * [`3242baf08`](https://github.com/npm/npm/commit/3242baf0880d1cdc0e20b546d3c1da952e474444) [npm/cli#13](https://github-redirect.dependabot.com/npm/cli/pull/13) Update more dead links in README.md. ([[**u32i64**](https://github.com/u32i64)](https://github.com/u32i64)) > * [`06580877b`](https://github.com/npm/npm/commit/06580877b6023643ec780c19d84fbe120fe5425c) [npm/cli#19](https://github-redirect.dependabot.com/npm/cli/pull/19) Update links in docs' `index.html` to refer to new bug/PR URLs. ([[**watilde**](https://github.com/watilde)](https://github.com/watilde)) > * [`ca03013c2`](https://github.com/npm/npm/commit/ca03013c23ff38e12902e9569a61265c2d613738) [npm/cli#15](https://github-redirect.dependabot.com/npm/cli/pull/15) Fix some typos in file-specifiers docs. ([[**Mstrodl**](https://github.com/Mstrodl)](https://github.com/Mstrodl)) > * [`4f39f79bc`](https://github.com/npm/npm/commit/4f39f79bcacef11bf2f98d09730bc94d0379789b) [npm/cli#16](https://github-redirect.dependabot.com/npm/cli/pull/16) Fix some typos in file-specifiers and package-lock docs. ([[**watilde**](https://github.com/watilde)](https://github.com/watilde)) > * [`35e51f79d`](https://github.com/npm/npm/commit/35e51f79d1a285964aad44f550811aa9f9a72cd8) [npm/cli#18](https://github-redirect.dependabot.com/npm/cli/pull/18) Update build status badge url in README. ([[**watilde**](https://github.com/watilde)](https://github.com/watilde)) > * [`a67db5607`](https://github.com/npm/npm/commit/a67db5607ba2052b4ea44f66657f98b758fb4786) [npm/cli#17](https://github-redirect.dependabot.com/npm/cli/pull/17/) Replace TROUBLESHOOTING.md with [posts in npm.community](https://npm.community/c/support/troubleshooting). ([[**watilde**](https://github.com/watilde)](https://github.com/watilde)) > * [`e115f9de6`](https://github.com/npm/npm/commit/e115f9de65bf53711266152fc715a5012f7d3462) [npm/cli#7](https://github-redirect.dependabot.com/npm/cli/pull/7) Use https URLs in documentation when appropriate. Happy [Not Secure Day](https://arstechnica.com/gadgets/2018/07/todays-the-day-that-chrome-brands-plain-old-http-as-not-secure/)! ([[**XhmikosR**](https://github.com/XhmikosR)](https://github.com/XhmikosR))Changelog
*Sourced from [npm's changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md).* > ## v6.3.0 (2018-08-01): > > This is basically the same as the prerelease, but two dependencies have been > bumped due to bugs that had been around for a while. > > * [`0a22be42e`](https://github.com/npm/cli/commit/0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19) > `figgy-pudding@3.2.0` > ([[**zkat**](https://github.com/zkat)](https://github.com/zkat)) > * [`0096f6997`](https://github.com/npm/cli/commit/0096f69978d2f40b170b28096f269b0b0008a692) > `cacache@11.1.0` > ([[**zkat**](https://github.com/zkat)](https://github.com/zkat)) > > ## v6.3.0-next.0 (2018-07-25): > > ### NEW FEATURES > > * [`ad0dd226f`](https://github.com/npm/cli/commit/ad0dd226fb97a33dcf41787ae7ff282803fb66f2) > [npm/cli#26](https://github-redirect.dependabot.com/npm/cli/pull/26) > `npm version` now supports a `--preid` option to specify the preid for > prereleases. For example, `npm version premajor --preid rc` will tag a version > like `2.0.0-rc.0`. > ([[**dwilches**](https://github.com/dwilches)](https://github.com/dwilches)) > > ### MESSAGING IMPROVEMENTS > > * [`c1dad1e99`](https://github.com/npm/cli/commit/c1dad1e994827f2eab7a13c0f6454f4e4c22ebc2) > [npm/cli#6](https://github-redirect.dependabot.com/npm/cli/pull/6) > Make `npm audit fix` message provide better instructions for vulnerabilities > that require manual review. > ([[**bradsk88**](https://github.com/bradsk88)](https://github.com/bradsk88)) > * [`15c1130fe`](https://github.com/npm/cli/commit/15c1130fe81961706667d845aad7a5a1f70369f3) > Fix missing colon next to tarball url in new `npm view` output. > ([[**zkat**](https://github.com/zkat)](https://github.com/zkat)) > * [`21cf0ab68`](https://github.com/npm/cli/commit/21cf0ab68cf528d5244ae664133ef400bdcfbdb6) > [npm/cli#24](https://github-redirect.dependabot.com/npm/cli/pull/24) > Use the defaut OTP explanation everywhere except when the context is > "OTP-aware" (like when setting double-authentication). This improves the > overall CLI messaging when prompting for an OTP code. > ([[**jdeniau**](https://github.com/jdeniau)](https://github.com/jdeniau)) > > ### MISC > > * [`a9ac8712d`](https://github.com/npm/cli/commit/a9ac8712dfafcb31a4e3deca24ddb92ff75e942d) > [npm/cli#21](https://github-redirect.dependabot.com/npm/cli/pull/21) > Use the extracted `stringify-package` package. > ([[**dpogue**](https://github.com/dpogue)](https://github.com/dpogue)) > * [`9db15408c`](https://github.com/npm/cli/commit/9db15408c60be788667cafc787116555507dc433) > [npm/cli#27](https://github-redirect.dependabot.com/npm/cli/pull/27) > `wrappy` was previously added to dependencies in order to flatten it, but we > no longer do legacy-style for npm itself, so it has been removed from > ... (truncated)Commits
- [`14bd214`](https://github.com/npm/cli/commit/14bd214c9e3fb42005dc1925d4e2a8ebe95a87f7) 6.3.0 - [`0a53c10`](https://github.com/npm/cli/commit/0a53c10e833fcb0823a9e6767d184d07632eb996) changelog: update generator script - [`fa54524`](https://github.com/npm/cli/commit/fa545246e10dd3d5685f0561e6cbc896d7e94585) doc: update changelog for npm@6.3.0 - [`0096f69`](https://github.com/npm/cli/commit/0096f69978d2f40b170b28096f269b0b0008a692) cacache@11.1.0 - [`0a22be4`](https://github.com/npm/cli/commit/0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19) figgy-pudding@3.2.0 - [`5b8929a`](https://github.com/npm/cli/commit/5b8929afd90e9c740aa20dc9c9802245be2cd08c) 6.3.0-next.0 - [`92c9301`](https://github.com/npm/cli/commit/92c930116888928d1a625b714106aa7a65ec8668) update AUTHORS - [`95963ee`](https://github.com/npm/cli/commit/95963eea20206896381fda619045def5d6d6f4d3) doc: update changelog for npm@6.3.0 - [`e115f9d`](https://github.com/npm/cli/commit/e115f9de65bf53711266152fc715a5012f7d3462) docs: use https when possible. ([#7](https://github-redirect.dependabot.com/npm/cli/issues/7)) - [`ad0dd22`](https://github.com/npm/cli/commit/ad0dd226fb97a33dcf41787ae7ff282803fb66f2) version: allow prerelease identifier ([#26](https://github-redirect.dependabot.com/npm/cli/issues/26)) - Additional commits viewable in [compare view](https://github.com/npm/cli/compare/v6.2.0...v6.3.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 commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@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 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.
⚠️ Dependabot is rebasing this PR ⚠️
Sit tight and this PR will be updated for you in a minute. If you make any changes yourself then they'll take precedence over the rebase (which will be abandoned).