Skip to content

Commit

Permalink
chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 (#293)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

* fix(deps): Update dependencies
* chore(node): Remove eol node versions

close #292

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Goerlich <markus.goerlich@zalando.de>
  • Loading branch information
dependabot[bot] and Retro64 committed Jul 24, 2023
1 parent 97e0618 commit ef4b695
Show file tree
Hide file tree
Showing 6 changed files with 424 additions and 1,266 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [17.x, 16.x, 14.x, 12.x, "12.22.0"]
node-version: [20.x, 18.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
3 changes: 2 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"coverage/**/*.js",
"lib/integration-test/**/*",
"lib/src/index.js",
"lib/src/index.d.ts",
"lib/test/**/*",
"lib/src/types",
"lib/**/*.d.ts",
"src/types",
"src/index.ts",
"test",
"integration-test",
".eslintrc.js"
Expand Down
Loading

0 comments on commit ef4b695

Please sign in to comment.