Skip to content

Commit e6d558c

Browse files
committed
New version: 1.22.2.
- Updated all dependencies. - The new list of precompiled targets: Node 20, 22, 24, 25.
1 parent a7742d5 commit e6d558c

File tree

3 files changed

+29
-27
lines changed

3 files changed

+29
-27
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ The same applies to `\P{...}`.
362362

363363
## Release history
364364

365+
- 1.22.2 *Updated all dependencies and the list of pre-compiled targets: Node 20, 22, 24, 25.*
365366
- 1.22.1 *Added support for translation of scripts as Unicode classes.*
366367
- 1.22.0 *Added support for translation of Unicode classes (thx, [John Livingston](https://github.com/JohnXLivingston)). Added [attestations](https://github.com/uhop/node-re2/attestations).*
367368
- 1.21.5 *Updated all dependencies and the list of pre-compiled targets. Fixed minor bugs. C++ style fix (thx, [Benjamin Brienen](https://github.com/BenjaminBrienen)). Added Windows 11 ARM build runner (thx, [Kagami Sascha Rosylight](https://github.com/saschanaz)).*

package-lock.json

Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "re2",
3-
"version": "1.22.1",
3+
"version": "1.22.2",
44
"description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.",
55
"homepage": "https://github.com/uhop/node-re2",
66
"bugs": "https://github.com/uhop/node-re2/issues",
@@ -16,13 +16,13 @@
1616
],
1717
"dependencies": {
1818
"install-artifact-from-github": "^1.4.0",
19-
"nan": "^2.22.2",
20-
"node-gyp": "^11.2.0"
19+
"nan": "^2.23.1",
20+
"node-gyp": "^11.5.0"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^22.15.17",
23+
"@types/node": "^24.10.0",
2424
"heya-unit": "^0.3.0",
25-
"typescript": "^5.8.3"
25+
"typescript": "^5.9.3"
2626
},
2727
"scripts": {
2828
"test": "node tests/tests.js",

0 commit comments

Comments
 (0)