Skip to content

Commit

Permalink
fix: lock class transformer version
Browse files Browse the repository at this point in the history
  • Loading branch information
wovalle committed Dec 1, 2021
1 parent 81c2dd9 commit 096aa66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"bw": "yarn build:watch"
},
"dependencies": {
"class-transformer": "^0.4.0",
"class-transformer": "0.4.0",
"pluralize": "^8.0.0",
"ts-object-path": "^0.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ cjs-module-lexer@^1.0.0:
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.1.tgz#2fd46d9906a126965aa541345c499aaa18e8cd73"
integrity sha512-jVamGdJPDeuQilKhvVn1h3knuMOZzr8QDnpk+M9aMlCaMkTDd6fBWPhiDqFvFZ07pL0liqabAiuy8SY4jGHeaw==

class-transformer@^0.4.0:
class-transformer@0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/class-transformer/-/class-transformer-0.4.0.tgz#b52144117b423c516afb44cc1c76dbad31c2165b"
integrity sha512-ETWD/H2TbWbKEi7m9N4Km5+cw1hNcqJSxlSYhsLsNjQzWWiZIYA1zafxpK9PwVfaZ6AqR5rrjPVUBGESm5tQUA==
Expand Down

0 comments on commit 096aa66

Please sign in to comment.