Skip to content

Commit e9ce140

Browse files
committed
Use template-tag-common 3.0.01
This uses an LRU cache instead of a weakmap, so memory used by the memoized template tag is bounded.
1 parent 86ed67d commit e9ce140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"repository": "mysqljs/sqlstring",
2121
"dependencies": {
22-
"template-tag-common": "2.0.1"
22+
"template-tag-common": "3.0.1"
2323
},
2424
"devDependencies": {
2525
"beautify-benchmark": "0.2.4",

0 commit comments

Comments
 (0)