Skip to content

Commit

Permalink
build(deps): bump moment from 2.29.4 to 2.30.1 (#941)
Browse files Browse the repository at this point in the history
Bumps [moment](https://github.com/moment/moment) from 2.29.4 to 2.30.1.
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.4...2.30.1)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Feb 2, 2024
1 parent 39721aa commit 9fe4cc5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libraries/hermes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"http-proxy-middleware": "^2.0.6",
"ioredis": "^5.3.2",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"moment": "^2.30.1",
"object-hash": "^3.0.0",
"socket.io": "^4.7.2",
"swagger-ui-express": "4.6.2",
Expand Down
2 changes: 1 addition & 1 deletion modules/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"moment": "^2.30.1",
"querystring": "^0.2.1",
"uuid": "^9.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"escape-string-regexp": "^4.0.0",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"moment": "^2.30.1",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"helmet": "7.0.0",
"ioredis": "^5.3.2",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"moment": "^2.30.1",
"rate-limiter-flexible": "^3.0.1",
"swagger-ui-express": "4.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10749,10 +10749,10 @@ moment-timezone@^0.5.43:
dependencies:
moment "^2.29.4"

moment@^2.17.1, moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
moment@^2.17.1, moment@^2.29.4, moment@^2.30.1:
version "2.30.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae"
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==

mongodb-connection-string-url@^2.6.0:
version "2.6.0"
Expand Down

0 comments on commit 9fe4cc5

Please sign in to comment.