Skip to content

Commit

Permalink
chore(deps): update dependency moment to v2.30.1 (#9881)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency moment to v2.30.1

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Feb 27, 2024
1 parent f5af836 commit 68ea5d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-codegen_time-9881-dependencies.md
@@ -0,0 +1,5 @@
---
"@graphql-codegen/time": patch
---
dependencies updates:
- Updated dependency [`moment@~2.30.0` ↗︎](https://www.npmjs.com/package/moment/v/2.30.0) (from `~2.29.1`, in `dependencies`)
4 changes: 2 additions & 2 deletions packages/plugins/other/time/package.json
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.0",
"moment": "~2.29.1"
"moment": "~2.30.0"
},
"devDependencies": {
"moment": "2.29.4"
"moment": "2.30.1"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -12085,10 +12085,10 @@ mock-stdin@0.3.0:
resolved "https://registry.yarnpkg.com/mock-stdin/-/mock-stdin-0.3.0.tgz#f40d2a513a114e6d547480625b5ef5190744bd4d"
integrity sha512-RgODIm+s+lEFH+BUlJbLFm2m7oeuNQNFyUU3Bvviqp14bhPJZhzIv4ovN3pdejqK/GyNqdKENLKxR55rDPDnXw==

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

mri@^1.1.0:
version "1.2.0"
Expand Down

0 comments on commit 68ea5d4

Please sign in to comment.