Skip to content

Commit c893df9

Browse files
committed
chore(deps): update deps
1 parent 86dd95e commit c893df9

3 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
---
88

9+
### 3.3.6 - 2022-11-25
10+
11+
### Update
12+
13+
- rich-domain: update lib core to 1.14.5
14+
15+
---
16+
917
### 3.3.5 - 2022-11-22
1018

1119
### Update

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-ddd",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -57,7 +57,7 @@
5757
"bcrypt": "^5.0.1",
5858
"pino": "^8.6.1",
5959
"pino-pretty": "^9.1.1",
60-
"rich-domain": "^1.14.4"
60+
"rich-domain": "^1.14.5"
6161
},
6262
"devDependencies": {
6363
"@microsoft/tsdoc": "^0.14.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3184,9 +3184,9 @@ prelude-ls@~1.1.2:
31843184
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
31853185

31863186
prettier@^2.6.2:
3187-
version "2.7.1"
3188-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
3189-
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
3187+
version "2.8.0"
3188+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
3189+
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==
31903190

31913191
pretty-format@^27.0.0, pretty-format@^27.5.1:
31923192
version "27.5.1"
@@ -3361,10 +3361,10 @@ rfdc@^1.3.0:
33613361
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
33623362
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
33633363

3364-
rich-domain@^1.14.4:
3365-
version "1.14.4"
3366-
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.14.4.tgz#b4189939c3609307521a3ea16cdc9268e55604eb"
3367-
integrity sha512-vXwnuLwh1x78opYrmo8fzsXrvFnUiMO+8sNfcYO1VmZZEaJj6ynoA+1eYijcabTa3lkpXSIzYkCCzlbNTA884Q==
3364+
rich-domain@^1.14.5:
3365+
version "1.14.5"
3366+
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.14.5.tgz#6eba6258b7a25aef7ef90d9b09ba3d4241fa369d"
3367+
integrity sha512-9FB68FCUGwKOeD7PaIoNTdZOh6hVAsGyjKMmLMsB5B9PzGL6A5KP0LKLcP/Sg0jNKWvGRRVDXwWgicvR7KIiig==
33683368

33693369
rimraf@^3.0.0, rimraf@^3.0.2:
33703370
version "3.0.2"

0 commit comments

Comments
 (0)