Skip to content

Commit 7fe408e

Browse files
authored
build: fix path-to-regexp to older version due to node 14 requirement. (#2187)
* build: fix path-to-regexp to older version due to node 14 requirement. * address feedback.
1 parent 8118d37 commit 7fe408e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@
105105
"protobufjs-cli": "^1.1.2",
106106
"proxyquire": "^2.1.3",
107107
"sinon": "^18.0.0",
108+
"nise": "6.0.0",
109+
"path-to-regexp": "^6.0.0",
108110
"through2": "^4.0.0",
109111
"ts-node": "^10.0.0",
110112
"typescript": "^5.2.2"

0 commit comments

Comments
 (0)