Browse Source

Bump trim-newlines, ava and xo

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) to 4.0.2 and updates ancestor dependencies [trim-newlines](https://github.com/sindresorhus/trim-newlines), [ava](https://github.com/avajs/ava) and [xo](https://github.com/xojs/xo). These dependencies need to be updated together.


Updates `trim-newlines` from 1.0.0 to 4.0.2
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/compare/v1.0.0...v4.0.2)

Updates `ava` from 0.25.0 to 5.1.1
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v0.25.0...v5.1.1)

Updates `xo` from 0.20.3 to 0.53.1
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.20.3...v0.53.1)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
- dependency-name: ava
  dependency-type: direct:development
- dependency-name: xo
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/trim-newlines-and-ava-and-xo-4.0.2
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
f707c6e202
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 26065
      package-lock.json
  2. 4
      package.json

26065
package-lock.json

File diff suppressed because it is too large

4
package.json

@ -29,11 +29,11 @@
}, },
"homepage": "https://github.com/lukechilds/reverse-shell", "homepage": "https://github.com/lukechilds/reverse-shell",
"devDependencies": { "devDependencies": {
"ava": "^0.25.0", "ava": "^5.1.1",
"coveralls": "^3.0.0", "coveralls": "^3.0.0",
"eslint-config-xo-lukechilds": "^1.0.0", "eslint-config-xo-lukechilds": "^1.0.0",
"nyc": "^11.0.3", "nyc": "^11.0.3",
"this": "^1.0.2", "this": "^1.0.2",
"xo": "^0.20.1" "xo": "^0.53.1"
} }
} }

Loading…
Cancel
Save