Skip to content

Commit

Permalink
Update strtok3 dependency to ^10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jan 30, 2025
1 parent 327fa07 commit d0161eb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [16.x, 18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x]

steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The distributed JavaScript codebase is compliant with the [ECMAScript 2020 (11th
> [!NOTE]
> See also [CommonJS backward Compatibility](#commonjs-backward-compatibility)
This module requires a [Node.js ≥ 16](https://nodejs.org/en/about/previous-releases) engine.
This module requires a [Node.js ≥ 18](https://nodejs.org/en/about/previous-releases) engine.
It can also be used in a browser environment when bundled with a module bundler.

## Support the Project
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"file-type": "^19.6.0",
"link": "^2.1.1",
"media-typer": "^1.1.0",
"strtok3": "10.1.1",
"strtok3": "^10.1.2",
"token-types": "^6.0.0",
"uint8array-extras": "^1.4.0"
},
Expand All @@ -136,7 +136,7 @@
"typescript": "^5.7.3"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18"
},
"repository": {
"type": "git",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2352,7 +2352,7 @@ __metadata:
mocha: "npm:^11.1.0"
remark-cli: "npm:^12.0.1"
remark-preset-lint-consistent: "npm:^6.0.0"
strtok3: "npm:10.1.1"
strtok3: "npm:^10.1.2"
token-types: "npm:^6.0.0"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.7.3"
Expand Down Expand Up @@ -2555,10 +2555,10 @@ __metadata:
languageName: node
linkType: hard

"peek-readable@npm:^6.0.1":
version: 6.0.1
resolution: "peek-readable@npm:6.0.1"
checksum: 10c0/8db0a5daf41935e8717d2b327d8ce62f1b63e71dfed70243e80360f5ae86297b8d42251b5ebacfb893b29dc41224b82ecff5bc7b0ea85417f015814fa5ab5d15
"peek-readable@npm:^6.0.2":
version: 6.0.2
resolution: "peek-readable@npm:6.0.2"
checksum: 10c0/1ea609773ce86371dbfe1aa969da5090e6c19ef997216633f8d0c4530647f4d518e40e7d9a1ca0d358af7df91343b96d1bc4daa0e792bb12a1dfcdd1e8774a24
languageName: node
linkType: hard

Expand Down Expand Up @@ -3179,13 +3179,13 @@ __metadata:
languageName: node
linkType: hard

"strtok3@npm:10.1.1":
version: 10.1.1
resolution: "strtok3@npm:10.1.1"
"strtok3@npm:^10.1.2":
version: 10.1.2
resolution: "strtok3@npm:10.1.2"
dependencies:
"@tokenizer/token": "npm:^0.3.0"
peek-readable: "npm:^6.0.1"
checksum: 10c0/31053df2afece92f7a121054b23736636b2c9da19460d215edfb9050cfac53da4153c6cba387018ac066a0204216a9e782c7976d325eb73abc9835002f5c3b26
peek-readable: "npm:^6.0.2"
checksum: 10c0/f754131361637c74f14d832b9dfe6ad9e66de1e37343ada01a050bbf4287670e7c3962e1fb4d32a0c4ed06222ab9e0c9021bb981cf6440c676d723d0d20dbcf6
languageName: node
linkType: hard

Expand Down

0 comments on commit d0161eb

Please sign in to comment.