Browse Source

Bump pressbooks-build-tools from 1.3.1 to 1.3.3 (#174)

Bumps [pressbooks-build-tools](https://github.com/pressbooks/pressbooks-build-tools) from 1.3.1 to 1.3.3.
<details>
<summary>Release notes</summary>

*Sourced from [pressbooks-build-tools's releases](https://github.com/pressbooks/pressbooks-build-tools/releases).*

> ## 1.3.3
> ### Patches 
> 
> - Bump eslint-loader from 2.1.1 to 2.1.2: [#246](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/246)
> - Bump stylelint-scss from 3.5.2 to 3.5.3: [#247](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/247)
> - Bump eslint-config-react-app from 3.0.6 to 3.0.7: [#250](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/250)
> 
> ## 1.3.2
> ### Patches 
> 
> - [Security] Bump lodash from 4.17.10 to 4.17.11: [#245](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/245)
> - [Security] Bump extend from 3.0.1 to 3.0.2: [#244](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/244)
</details>
<details>
<summary>Commits</summary>

- [`78187a6`](78187a6fee) 1.3.3
- [`372ca18`](372ca182fb) Bump eslint-config-react-app from 3.0.6 to 3.0.7 ([#250](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/250))
- [`97f7e6e`](97f7e6e116) Bump stylelint-scss from 3.5.2 to 3.5.3 ([#247](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/247))
- [`af5ae7d`](af5ae7d2c0) Bump eslint-loader from 2.1.1 to 2.1.2 ([#246](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/246))
- [`6120204`](61202040f2) 1.3.2
- [`237b40c`](237b40c93c) [Security] Bump extend from 3.0.1 to 3.0.2 ([#244](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/244))
- [`765d195`](765d195af0) [Security] Bump lodash from 4.17.10 to 4.17.11 ([#245](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/245))
- See full diff in [compare view](https://github.com/pressbooks/pressbooks-build-tools/compare/1.3.1...1.3.3)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pressbooks-build-tools&package-manager=npm_and_yarn&previous-version=1.3.1&new-version=1.3.3)](https://dependabot.com/compatibility-score.html?dependency-name=pressbooks-build-tools&package-manager=npm_and_yarn&previous-version=1.3.1&new-version=1.3.3)

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
- `@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>
pull/175/head
dependabot[bot] 6 years ago committed by Ned Zimmerman
parent
commit
930d611c09
  1. 16921
      package-lock.json
  2. 2
      package.json

16921
package-lock.json generated

File diff suppressed because it is too large Load Diff

2
package.json

@ -60,7 +60,7 @@
"node": ">= 6.9.4" "node": ">= 6.9.4"
}, },
"devDependencies": { "devDependencies": {
"pressbooks-build-tools": "^1.3.1", "pressbooks-build-tools": "^1.3.3",
"sass": "^1.15.2", "sass": "^1.15.2",
"sass-loader": "^7.1.0", "sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21" "vue-template-compiler": "^2.5.21"

Loading…
Cancel
Save