Skip to content

Commit

Permalink
Bump joi from 17.13.1 to 17.13.3 (#614)
Browse files Browse the repository at this point in the history
Bumps [joi](https://github.com/hapijs/joi) from 17.13.1 to 17.13.3.
- [Commits](hapijs/joi@v17.13.1...v17.13.3)

---
updated-dependencies:
- dependency-name: joi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent cd02a68 commit 95d26e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion matrix-meetings-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"i18next": "^23.7.16",
"i18next-fs-backend": "^2.3.1",
"i18next-http-middleware": "^3.6.0",
"joi": "^17.13.1",
"joi": "^17.13.3",
"lodash": "^4.17.20",
"luxon": "^3.3.0",
"matrix-bot-sdk": "npm:@nordeck/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion matrix-meetings-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"i18next": "^23.7.16",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.5.2",
"joi": "^17.13.1",
"joi": "^17.13.3",
"lodash": "^4.17.20",
"luxon": "^3.3.0",
"@nordeck/matrix-meetings-calendar": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"i18next": "^23.7.16",
"joi": "^17.13.1",
"joi": "^17.13.3",
"lodash": "^4.17.20",
"luxon": "^3.3.0",
"rrule": "^2.8.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8656,10 +8656,10 @@ jest@^27.4.3:
import-local "^3.0.2"
jest-cli "^27.5.1"

joi@^17.13.1:
version "17.13.1"
resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.1.tgz#9c7b53dc3b44dd9ae200255cc3b398874918a6ca"
integrity sha512-vaBlIKCyo4FCUtCm7Eu4QZd/q02bWcxfUO6YSXAZOWF6gzcLBeba8kwotUdYJjDLW8Cz8RywsSOqiNJZW0mNvg==
joi@^17.13.3:
version "17.13.3"
resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.3.tgz#0f5cc1169c999b30d344366d384b12d92558bcec"
integrity sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==
dependencies:
"@hapi/hoek" "^9.3.0"
"@hapi/topo" "^5.1.0"
Expand Down

0 comments on commit 95d26e6

Please sign in to comment.