Skip to content

Commit ea8df34

Browse files
committed
Updated deps. New version: 1.20.4.
1 parent 5cf9f40 commit ea8df34

File tree

3 files changed

+29
-19
lines changed

3 files changed

+29
-19
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ console.log('re2_res : ' + re2_res); // prints: re2_res : abc,a,b,c
353353

354354
## Release history
355355

356+
- 1.20.4 *Updated deps. Fix: the 2nd argument of the constructor overrides flags. Thx, [gost-serb](https://github.com/gost-serb).*
356357
- 1.20.3 *Fix: subsequent numbers are incorporated into group if they would form a legal group reference. Thx, [Oleksii Vasyliev](https://github.com/le0pard).*
357358
- 1.20.2 *Fix: added a missing C++ file, which caused a bug on Alpine Linux. Thx, [rbitanga-manticore](https://github.com/rbitanga-manticore).*
358359
- 1.20.1 *Fix: files included in the npm package to build the C++ code.*

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "re2",
3-
"version": "1.20.3",
3+
"version": "1.20.4",
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",
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"install-artifact-from-github": "^1.3.3",
15-
"nan": "^2.17.0",
15+
"nan": "^2.18.0",
1616
"node-gyp": "^9.4.0"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^20.5.3",
19+
"@types/node": "^20.8.7",
2020
"heya-unit": "^0.3.0",
21-
"typescript": "^5.1.6"
21+
"typescript": "^5.2.2"
2222
},
2323
"scripts": {
2424
"test": "node tests/tests.js",

0 commit comments

Comments
 (0)