Skip to content

Commit

Permalink
fix(deps): update dependency express-validator to ^7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent bf2bf47 commit 288fc8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-sitemap-xml": "^3.1.0",
"express-validator": "^7.0.1",
"express-validator": "^7.1.0",
"hbs": "^4.2.0",
"jsdom": "^24.0.0",
"node-html-to-image": "^4.0.0"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -674,13 +674,13 @@ express-sitemap-xml@^3.1.0:
p-memoize "^4.0.1"
xmlbuilder "^15.1.1"

express-validator@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/express-validator/-/express-validator-7.0.1.tgz#435fac6b5fa838763f78eca05d2206317b92106e"
integrity sha512-oB+z9QOzQIE8FnlINqyIFA8eIckahC6qc8KtqLdLJcU3/phVyuhXH3bA4qzcrhme+1RYaCSwrq+TlZ/kAKIARA==
express-validator@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/express-validator/-/express-validator-7.1.0.tgz#e6571f6a4520560e1f3fae2ceab6f56c8f26c27b"
integrity sha512-ePn6NXjHRZiZkwTiU1Rl2hy6aUqmi6Cb4/s8sfUsKH7j2yYl9azSpl8xEHcOj1grzzQ+UBEoLWtE1s6FDxW++g==
dependencies:
lodash "^4.17.21"
validator "^13.9.0"
validator "~13.12.0"

express@^4.19.2:
version "4.19.2"
Expand Down Expand Up @@ -2344,10 +2344,10 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"

validator@^13.9.0:
version "13.9.0"
resolved "https://registry.yarnpkg.com/validator/-/validator-13.9.0.tgz#33e7b85b604f3bbce9bb1a05d5c3e22e1c2ff855"
integrity sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA==
validator@~13.12.0:
version "13.12.0"
resolved "https://registry.yarnpkg.com/validator/-/validator-13.12.0.tgz#7d78e76ba85504da3fee4fd1922b385914d4b35f"
integrity sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==

vary@~1.1.2:
version "1.1.2"
Expand Down

0 comments on commit 288fc8c

Please sign in to comment.