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

build(deps): bump strtok3 from 10.0.1 to 10.2.0 #916

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 @@ -84,7 +84,7 @@
"dependencies": {
"@tokenizer/range": "^0.12.0",
"debug": "^4.3.7",
"strtok3": "^10.0.1"
"strtok3": "^10.2.0"
},
"packageManager": "[email protected]"
}
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ __metadata:
karma-webpack: "npm:^5.0.1"
mocha: "npm:^11.0.1"
music-metadata: "npm:^10.6.2"
strtok3: "npm:^10.0.1"
strtok3: "npm:^10.2.0"
ts-loader: "npm:^9.5.1"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.7.2"
Expand Down Expand Up @@ -3319,6 +3319,13 @@ __metadata:
languageName: node
linkType: hard

"peek-readable@npm:^6.1.0":
version: 6.1.0
resolution: "peek-readable@npm:6.1.0"
checksum: 10c0/e98fa8ad3908889a4db7c8bebe7e57c9ca6cfdda3206591cce330a8ad1681c05fab15ee7871ebe1c52d0d1982c561039e88aa915f1dd4ae203593944e2a59ee2
languageName: node
linkType: hard

"performance-now@npm:^2.1.0":
version: 2.1.0
resolution: "performance-now@npm:2.1.0"
Expand Down Expand Up @@ -3943,13 +3950,13 @@ __metadata:
languageName: node
linkType: hard

"strtok3@npm:^10.0.1":
version: 10.0.1
resolution: "strtok3@npm:10.0.1"
"strtok3@npm:^10.2.0":
version: 10.2.0
resolution: "strtok3@npm:10.2.0"
dependencies:
"@tokenizer/token": "npm:^0.3.0"
peek-readable: "npm:^5.3.1"
checksum: 10c0/476ccea29feebef1659d825e71a5e054b80486617139966217f53fd197d9d78d2d6f1e3be52cad7bc7ff71e164d38696adc60f883705fb440be1162a3ce6cb9b
peek-readable: "npm:^6.1.0"
checksum: 10c0/b8ce1fe96cb46f466c979b0349163c09da03ae6e3e23db050c27be3b548f42402336f095aa70e7698e80fec614c84bf84ebcefe9238c3ba8c4a71a34595fc451
languageName: node
linkType: hard

Expand Down
Loading