Skip to content

Commit ef78d9e

Browse files
committed
Remove outdated dependencies and update xml2js version in package.json
1 parent 016650c commit ef78d9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

upload-api/migration-sitecore/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"homepage": "https://github.com/contentstack-expert-services/migration-wordpress-xml#readme",
2121
"dependencies": {
2222
"@contentstack/json-rte-serializer": "^2.0.2",
23-
"@sitecore-jss/sitecore-jss-cli": "^22.4.0",
2423
"ansi-colors": "^4.1.3",
2524
"axios": "^1.8.3",
2625
"chalk": "^4.1.0",
@@ -32,12 +31,11 @@
3231
"lodash": "^4.17.21",
3332
"mkdirp": "^1.0.4",
3433
"moment": "^2.30.1",
35-
"pdf-stream": "^1.3.2",
3634
"request": "^2.88.2",
3735
"rimraf": "^4.1.2",
3836
"uid": "^2.0.2",
3937
"when": "^3.7.8",
4038
"winston": "^3.7.2",
41-
"xml2js": "^0.4.23"
39+
"xml2js": "^0.5.0"
4240
}
4341
}

0 commit comments

Comments
 (0)