Skip to content

Commit

Permalink
chore(deps): bump split2 and @types/split2
Browse files Browse the repository at this point in the history
Bumps [split2](https://github.com/mcollina/split2) and [@types/split2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/split2). These dependencies needed to be updated together.

Updates `split2` from 3.2.2 to 4.2.0
- [Release notes](https://github.com/mcollina/split2/releases)
- [Commits](mcollina/split2@v3.2.2...v4.2.0)

Updates `@types/split2` from 2.1.6 to 4.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/split2)

---
updated-dependencies:
- dependency-name: split2
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/split2"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent ef81284 commit 9c43c6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/postman-collection": "^3.5.7",
"@types/raw-body": "^2.3.0",
"@types/signale": "^1.4.2",
"@types/split2": "^2.1.6",
"@types/split2": "^4.2.3",
"@types/type-is": "^1.6.3",
"@types/uri-template-lite": "^19.12.1",
"@types/urijs": "^1.19.17",
Expand All @@ -62,7 +62,7 @@
"nock": "^13.1.3",
"node-fetch": "^2.6.7",
"prettier": "^2.4.1",
"split2": "^3.2.2",
"split2": "^4.2.0",
"tmp": "^0.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node-fetch": "^2.6.5",
"pino": "^6.13.3",
"signale": "^1.4.0",
"split2": "^3.2.2",
"split2": "^4.2.0",
"tslib": "^2.3.1",
"uri-template-lite": "^22.9.0",
"urijs": "^1.19.11",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1446,10 +1446,10 @@
dependencies:
"@types/node" "*"

"@types/split2@^2.1.6":
version "2.1.6"
resolved "https://registry.npmjs.org/@types/split2/-/split2-2.1.6.tgz"
integrity sha512-ddaFSOMuy2Rp97l6q/LEteQygvTQJuEZ+SRhxFKR0uXGsdbFDqX/QF2xoGcOqLQ8XV91v01SnAv2vpgihNgW/Q==
"@types/split2@^4.2.3":
version "4.2.3"
resolved "https://registry.yarnpkg.com/@types/split2/-/split2-4.2.3.tgz#ddd9b6b8518df6e0a7825851fcd98de12e415f0b"
integrity sha512-59OXIlfUsi2k++H6CHgUQKEb2HKRokUA39HY1i1dS8/AIcqVjtAAFdf8u+HxTWK/4FUHMJQlKSZ4I6irCBJ1Zw==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -6915,7 +6915,7 @@ split2@^3.2.2:
dependencies:
readable-stream "^3.0.0"

split2@^4.0.0:
split2@^4.0.0, split2@^4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz"
integrity sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==
Expand Down

0 comments on commit 9c43c6f

Please sign in to comment.