Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency string-length to v6 #240

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jest-regex-util": "^29.0.0",
"jest-watcher": "^29.0.0",
"slash": "^5.0.0",
"string-length": "^5.0.1",
"string-length": "^6.0.0",
"strip-ansi": "^7.0.1"
},
"devDependencies": {
Expand Down
22 changes: 7 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3405,13 +3405,6 @@ __metadata:
languageName: node
linkType: hard

"char-regex@npm:^2.0.0":
version: 2.0.1
resolution: "char-regex@npm:2.0.1"
checksum: 8524c03fd7e58381dccf33babe885fe62731ae20755528b19c39945b8203479184f35247210dc9eeeef279cdbdd6511cd3182e0e1db8e4549bf2586470b7c204
languageName: node
linkType: hard

"chokidar@npm:^3.4.0":
version: 3.5.3
resolution: "chokidar@npm:3.5.3"
Expand Down Expand Up @@ -6148,7 +6141,7 @@ __metadata:
semantic-release: ^21.0.0
semver: ^7.3.5
slash: ^5.0.0
string-length: ^5.0.1
string-length: ^6.0.0
strip-ansi: ^7.0.1
typescript: ^5.0.4
peerDependencies:
Expand Down Expand Up @@ -8795,13 +8788,12 @@ __metadata:
languageName: node
linkType: hard

"string-length@npm:^5.0.1":
version: 5.0.1
resolution: "string-length@npm:5.0.1"
"string-length@npm:^6.0.0":
version: 6.0.0
resolution: "string-length@npm:6.0.0"
dependencies:
char-regex: ^2.0.0
strip-ansi: ^7.0.1
checksum: 71f73b8c8a743e01dcd001bcf1b197db78d5e5e53b12bd898cddaf0961be09f947dfd8c429783db3694b55b05cb5a51de6406c5085ff1aaa10c4771440c8396d
strip-ansi: ^7.1.0
checksum: b171e9e193ec292ad71f8b2a36e20478bf1bac8cd5beec062fb126942d627dfd9311959e271e9ab7b0a383d16b85b9e25a183d15786e30f22104d152e7627f99
languageName: node
linkType: hard

Expand Down Expand Up @@ -8887,7 +8879,7 @@ __metadata:
languageName: node
linkType: hard

"strip-ansi@npm:^7.0.1":
"strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0":
version: 7.1.0
resolution: "strip-ansi@npm:7.1.0"
dependencies:
Expand Down