Skip to content

Commit

Permalink
Merge pull request #334 from contentstack/fix/staging
Browse files Browse the repository at this point in the history
Lock file update to fix the cookie issue
  • Loading branch information
cs-raj authored Oct 17, 2024
2 parents cab5027 + dae47a9 commit 17b2311
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 72 deletions.
101 changes: 33 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"lodash": "^4.17.21",
"shelljs": "^0.8.5",
"tmp": "^0.2.3",
"winston": "^3.12.0"
"winston": "^3.15.0"
},
"devDependencies": {
"@oclif/test": "^4.0.9",
"@oclif/test": "^4.0.10",
"@types/adm-zip": "^0.5.5",
"@types/chai": "^4.3.20",
"@types/lodash": "^4.17.10",
Expand All @@ -54,8 +54,8 @@
"oclif": "^3.17.2",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"oclif": {
"bin": "csdx",
Expand Down

0 comments on commit 17b2311

Please sign in to comment.