Skip to content

Commit

Permalink
Merge pull request #138 from zuigzm/update/validate
Browse files Browse the repository at this point in the history
update: daruk-validate 1.1.0
  • Loading branch information
xiaojue authored Dec 27, 2023
2 parents 311ceb0 + a80e742 commit e61116d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ test.ts
coverage

package-lock.json

pnpm-lock.yaml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"daruk-exit-hook": "^0.3.0",
"daruk-logger": "^1.10.1",
"daruk-request-id": "^0.4.3",
"daruk-validate": "^1.0.5",
"daruk-validate": "^1.1.0",
"htmlspecialchars": "^1.0.5",
"http-server-shutdown": "^1.1.2",
"inversify": "^5.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2065,11 +2065,11 @@ daruk-request-id@^0.4.3:
uuid "^3.3.2"

daruk-validate@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/daruk-validate/-/daruk-validate-1.0.5.tgz#c6a692a632cfd333ffce7e93dffbbd5ac36709b5"
integrity sha512-g6BGHvRA1xEmVeyO/FfOHkiXoXEm7/u2b9/wS7WwAmfhdi9s4oAxbhRSA3Zs69xSt3UiIzgq2wlXiVBXQEFvnQ==
version "1.1.0"
resolved "https://registry.npmmirror.com/daruk-validate/-/daruk-validate-1.1.0.tgz#554881a2c16aaf0c0d261aed641d13229ffd7a61"
integrity sha512-bQhzzwKVROyxK/k7V9RRRf/+PNw0bUxNqJCyj6QAgv/spw9WKVqb2/vGyJY/5ybvN/JkgDnahUAEOPiNjzySRQ==
dependencies:
parameter "^3.6.0"
parameter "^3.7.0"

dateformat@^3.0.0:
version "3.0.3"
Expand Down Expand Up @@ -4303,10 +4303,10 @@ package-hash@^4.0.0:
lodash.flattendeep "^4.4.0"
release-zalgo "^1.0.0"

parameter@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/parameter/-/parameter-3.6.0.tgz#bcf81327e98e433c72c134830ec84d15e81b963d"
integrity sha512-KtXBPFX92SNh6E3dTRJ8fT0Dw23XPyAmp3YGZwhupRUsxl0EbtV1StuWSt76MsQdh6r4azZogsc+QTxYLBDziQ==
parameter@^3.7.0:
version "3.7.0"
resolved "https://registry.npmmirror.com/parameter/-/parameter-3.7.0.tgz#614518b2242ea79cf5ffa24d1151dfd36576630d"
integrity sha512-CRSlKBPn5pI1HQpdhyjVojTq9OyZFXcejkqt6vhkjmAwvZ4w0nK6Od/vNyniWY8wC3FwIPG+DUc59vG3FmkINg==

parent-module@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit e61116d

Please sign in to comment.