Skip to content

Commit 295bc92

Browse files
authored
Merge pull request #289 from wovalle/fix/lock-class-transformer-version
2 parents e987b49 + 096aa66 commit 295bc92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"bw": "yarn build:watch"
4141
},
4242
"dependencies": {
43-
"class-transformer": "^0.4.0",
43+
"class-transformer": "0.4.0",
4444
"pluralize": "^8.0.0",
4545
"ts-object-path": "^0.1.2"
4646
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ cjs-module-lexer@^1.0.0:
21742174
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.1.tgz#2fd46d9906a126965aa541345c499aaa18e8cd73"
21752175
integrity sha512-jVamGdJPDeuQilKhvVn1h3knuMOZzr8QDnpk+M9aMlCaMkTDd6fBWPhiDqFvFZ07pL0liqabAiuy8SY4jGHeaw==
21762176

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

0 commit comments

Comments
 (0)