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

Bump strtok3 from 10.2.1 to 10.2.2 #1411

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -54,7 +54,7 @@
},
"dependencies": {
"@tokenizer/range": "^0.13.0",
"strtok3": "^10.2.1"
"strtok3": "^10.2.2"
},
"peerDependencies": {
"@aws-sdk/client-s3": ">=3.0.0 <4.0.0",
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,7 @@ __metadata:
file-type: "npm:^20.1.0"
mocha: "npm:^11.1.0"
music-metadata: "npm:^10.9.0"
strtok3: "npm:^10.2.1"
strtok3: "npm:^10.2.2"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.7.3"
peerDependencies:
Expand Down Expand Up @@ -3402,6 +3402,13 @@ __metadata:
languageName: node
linkType: hard

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

"picomatch@npm:^2.0.4":
version: 2.2.1
resolution: "picomatch@npm:2.2.1"
Expand Down Expand Up @@ -3686,6 +3693,16 @@ __metadata:
languageName: node
linkType: hard

"strtok3@npm:^10.2.2":
version: 10.2.2
resolution: "strtok3@npm:10.2.2"
dependencies:
"@tokenizer/token": "npm:^0.3.0"
peek-readable: "npm:^7.0.0"
checksum: 10c0/0d13a7fee7d773693b9e23c53429a032beb1d0ba9ab1cef3b5f3968c2c65f5c292a54af2b54c8e55abd210544e786a2369c8c241c68bb7d80b0ae5b207e4afd9
languageName: node
linkType: hard

"strtok3@npm:^9.0.1":
version: 9.0.1
resolution: "strtok3@npm:9.0.1"
Expand Down
Loading