Skip to content

Commit

Permalink
fix: fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Dec 6, 2024
1 parent 96ae6c2 commit 9c1131d
Show file tree
Hide file tree
Showing 2 changed files with 2,807 additions and 2,249 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"node": ">=20"
},
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/core": "^3.27.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/cli-progress": "^3.11.6",
"@types/color": "^3.0.6",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^3.12.10",
"@types/node": "^22.5.4",
"@types/node": "^22.10.1",
"@types/slice-ansi": "^4.0.0",
"@types/supports-color": "^8.1.3",
"@types/wordwrap": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"oclif": "^4.14.32",
"semantic-release": "^24.1.1",
"tsup": "^8.2.4",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
"oclif": "^4.16.0",
"semantic-release": "^24.2.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"dependencies": {
"ansi-escapes": "^4.3.2",
Expand Down
Loading

0 comments on commit 9c1131d

Please sign in to comment.