Skip to content

Commit 514b83f

Browse files
feat: allow ^ versions for data serialization packages (#5153)
* feat: allow ^ versions for data serialization packages * Use latest serialize-javascript
1 parent be82606 commit 514b83f

File tree

2 files changed

+12
-30
lines changed

2 files changed

+12
-30
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"find-up": "^5.0.0",
6161
"glob": "^8.1.0",
6262
"he": "^1.2.0",
63-
"js-yaml": "4.1.0",
63+
"js-yaml": "^4.1.0",
6464
"log-symbols": "^4.1.0",
6565
"minimatch": "^5.1.6",
6666
"ms": "2.1.3",
67-
"serialize-javascript": "6.0.0",
68-
"strip-json-comments": "3.1.1",
67+
"serialize-javascript": "^6.0.2",
68+
"strip-json-comments": "^3.1.1",
6969
"supports-color": "^8.1.1",
7070
"workerpool": "6.2.1",
7171
"yargs": "^16.2.0",

0 commit comments

Comments
 (0)