Use rfdc module for cloning when we know its pure JSON

This commit is contained in:
Nick O'Leary
2024-05-03 16:45:50 +01:00
parent a712a9363b
commit 1a3cc06935
6 changed files with 32 additions and 30 deletions

View File

@@ -22,6 +22,7 @@
"clone": "2.1.2",
"express": "4.19.2",
"fs-extra": "11.1.1",
"json-stringify-safe": "5.0.1"
"json-stringify-safe": "5.0.1",
"rfdc": "^1.3.1"
}
}