Skip to content

Commit

Permalink
Update trim transitive dependency version (#2765)
Browse files Browse the repository at this point in the history
* refactor: force trim dependency resolution

* chore: add changeset
  • Loading branch information
CarlosCortizasCT authored Apr 8, 2024
1 parent a4c4c04 commit e713af5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-carpets-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-local/generator-readme': patch
---

Update `trim` dependency
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"core-js-compat": "^3.23.4",
"trim": "^0.0.3",
"minimatch": "^3.0.5",
"json5": "^1.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19065,10 +19065,10 @@ __metadata:
languageName: node
linkType: hard

"trim@npm:0.0.1":
version: 0.0.1
resolution: "trim@npm:0.0.1"
checksum: 2b4646dff99a222e8e1526edd4e3a43bbd925af0b8e837c340455d250157e7deefaa4da49bb891ab841e5c27b1afc5e9e32d4b57afb875d2dfcabf4e319b8f7f
"trim@npm:^0.0.3":
version: 0.0.3
resolution: "trim@npm:0.0.3"
checksum: 9a059ba56d5e22c9e571798a7c63640cb25478c495d8a9d001f6352927207c6bd224018751a0c5145fbedc943ee2ebab1d7cc2e8ccba3121a51a7d3428dd879c
languageName: node
linkType: hard

Expand Down

0 comments on commit e713af5

Please sign in to comment.