Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump node-fetch, antd, draft-js and react-time-ago in /akvo/rsr/spa #88

Open
wants to merge 90 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2024

Bumps node-fetch to 2.7.0 and updates ancestor dependencies node-fetch, antd, draft-js and react-time-ago. These dependencies need to be updated together.

Updates node-fetch from 1.7.3 to 2.7.0

Release notes

Sourced from node-fetch's releases.

v2.7.0

2.7.0 (2023-08-23)

Features

v2.6.13

2.6.13 (2023-08-18)

Bug Fixes

v2.6.12

2.6.12 (2023-06-29)

Bug Fixes

v2.6.11

2.6.11 (2023-05-09)

Reverts

v2.6.10

2.6.10 (2023-05-08)

Bug Fixes

v2.6.9

2.6.9 (2023-01-30)

Bug Fixes

v2.6.8

2.6.8 (2023-01-13)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.


Updates antd from 3.26.20 to 5.17.2

Release notes

Sourced from antd's releases.

5.17.2

  • 🐞 MISC: Fix lib bundle mistake deps on the es module which break the build progress. #48914

  • 🐞 MISC: 修复 lib 产物错误引入 es 依赖导致构建错误的问题。#48914

5.17.1

  • 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
  • 🐞 Fix visually not centered when Tooltip content is only one character. #48890 @​kiner-tang
  • Button
    • 🐞 Fix hover and active styles not differentiating when Button type="text"and type="danger" are used together. #48876 @​LonelySnowman
  • Fix issue where some components throw findDOMNode warnings
  • 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #48857 @​li-jia-nan
  • 💄 Fix missing bottom border when Card size="small". #48787 @​wanpan11
  • 🐞 Fix AutoComplete tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #48798
  • RTL
    • 💄 Fix Button's missing icon order and margins under RTL. #48821
  • TypeScript

  • 🐞 优化 Form 组件底层逻辑,修复了 antd 在 Next.js 中构建时间太长的问题。react-component/async-validator#9
  • 🐞 修复 Tooltip 内容只有一个字符时视觉不居中的问题。#48890 @​kiner-tang
  • Button
    • 🐞 修复 Button type="text"type="danger" 同时使用时 hover 和 active 样式没有区分的问题。#48876 @​LonelySnowman
  • 修复部分组件抛出 findDOMNode 警告的问题
  • 💄 给 Drawer 的内部组件 Spin 添加 className,防止内部 Spin 样式覆盖用户传入的 Spin 样式。#48857 @​li-jia-nan
  • 💄 修复 Card size="small" 时下边框丢失的问题。#48787 @​wanpan11
  • 🐞 AutoComplete 修复 tagRender 对 maxTag 无效的问题和点击边缘会触发弹层意外关闭的问题。#48798
  • RTL
    • 💄 修复 Button 在 RTL 下的图标顺序和边距缺失问题。#48821
  • TypeScript

5.17.0

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider supports configuring layer to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @​layer), see full documentation for usage. #48229
  • 🆕 Carousel supports arrows to switching between slides now. #48542
  • Form
    • 🛠 Form move dependency from async-validator to @rc-component/async-validator, fix a bug that transform don't check it's return value type. #48486 @​crazyair
    • 🆕 Form add inlineMargin token. #48362 @​CooperHash
    • 🐞 Fix Form scrollToFirstError cannot work on Upload. #48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph could customize tabIndex prop for editable and copyable buttons. #48567 @​nova1751
    • 🐞 Fix Typography editable will trigger focus unexpectedly on mounting. #48741

... (truncated)

Changelog

Sourced from antd's changelog.

5.17.2

2024-05-14

  • 🐞 MISC: Fix lib bundle mistake deps on the es module which break the build progress. #48914

5.17.1

2024-05-14

  • 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
  • 🐞 Fix visually not centered when Tooltip content is only one character. #48890 @​kiner-tang
  • Button
    • 🐞 Fix hover and active styles not differentiating when Button type="text"and type="danger" are used together. #48876 @​LonelySnowman
  • Fix issue where some components throw findDOMNode warnings
  • 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #48857 @​li-jia-nan
  • 💄 Fix missing bottom border when Card size="small". #48787 @​wanpan11
  • 🐞 Fix AutoComplete tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #48798
  • RTL
    • 💄 Fix Button's missing icon order and margins under RTL. #48821
  • TypeScript

5.17.0

2024-05-03

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider supports configuring layer to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @​layer), see full documentation for usage. #48229
  • 🆕 Carousel supports arrows to switching between slides now. #48542
  • Form
    • 🛠 Form move dependency from async-validator to @rc-component/async-validator, fix a bug that transform don't check it's return value type. #48486 @​crazyair
    • 🆕 Form add inlineMargin token. #48362 @​CooperHash
    • 🐞 Fix Form scrollToFirstError cannot work on Upload. #48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph could customize tabIndex prop for editable and copyable buttons. #48567 @​nova1751
    • 🐞 Fix Typography editable will trigger focus unexpectedly on mounting. #48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime supports info.from for customize time level limitation. #48625
    • 🐞 Fix DatePicker hover value flickering issue when closing panel. #48734
  • Drawer
  • Slider
    • 🐞 Fix Slider tooltip cannot be hidden when tooltip={{ formatter: null }}. #48673 @​wanpan11
    • 🐞 Slider tooltip should not display when tooltip={{ open: false }}. #48708
  • Button

... (truncated)

Commits

Updates draft-js from 0.10.5 to 0.11.7

Release notes

Sourced from draft-js's releases.

v0.11.7

0.11.7 (Aug 13th, 2020)

Added

  • Allow aria-describedby overriding (Jeff Dickey in 8b8b9c00)
  • Add support to create editor state using text string (Abhishek Pandya in fc9395fe)

Changed

  • Update readme to suggest building with yarn (#2527) (Kevin Chavez in 54213a13)
  • Update build, static analysis deps (+ upgrade to fbjs 2.0.0) (#2541) (Kevin Chavez in 5e92a32f)
  • Tex example: Update babel to v7 + other deps (#2533) (Kevin Chavez in ce94ecf3)
  • Update package.json (#2490) (Michaël De Boey in b79082f9)
  • Update media.html (#2452) (fay in a8f44b15)
  • Upgrade dependencies in playground example (#2534) (Kevin Chavez in f6bf4ed3)
  • feat(docs): Update README.md (#2523) (Darsh Shah in e0fc33eb)
  • adds highlight in docs (#2469) (Tunde Thomas in cef61910)
  • Update QuickStart-API-Basics.md (#2491) (Michaël De Boey in 170fe23a)
  • Update .travis.yml (#2495) (Michaël De Boey in 3eb391e7)
  • Update link to Record in docs (#2418) (Rounak Agarwal in 6a55c383)
  • Update link to Immutable Map in docs (#2530) (Rounak Agarwal in 31dde91a)
  • Upgrade browserify and babel deps in universal example (#2532) (Kevin Chavez in 1c8815a1)
  • Upgrade eslint, flow, jest (#2531) (Kevin Chavez in ccd0470b)
  • Fix the build by adding an argument to catch statement (Kevin Chavez in 5482c902)
  • Conditionally invokes URI.tryParseURI in OSS code (Claudio Procida in 36de6f1f)
  • formatPastedText prop (Laura González in 9a9ccbd5)
  • fix pasting invalid links (Frank Thompson in 862a5b2b)
  • chore(dependabot): adds examples directories separately (#2505) (Claudio Procida in fb0eb34c)
  • style(website): Removes desaturation (#2504) (Claudio Procida in 2b8edb18)
  • Fixes links accessibility by adding underlines (#2497) (R Nabors in 5e17cc24)
  • add codes to suppressions in www (Daniel Sainati in 8457ebba)
  • update comments in mobile to support error codes (Daniel Sainati in fb728fde)
  • Use object shorthand in DraftEditorCompositionHandler (Kevin Chavez in d949433d)
  • Force the selection when composition is resolved (#2094) (Robbert Brak in 3be4d372)
  • fix(security): Upgrades Docusaurus to address CVE-2020-7662 (#2457) (Claudio Procida in a08a8fa5)

v0.11.6

0.11.6 (June 4th, 2020)

Added

  • Adds BLM banner (#2454) (claudiopro in 2a0c5bbe)
  • HtmlConversion: Add support for telephone links (#2365) (Andrew Lauria in e1e9a0c5)
  • 7.C - Block Operations - Consume (Shalabh Vyas in 99c6b06c)
  • Add fromJS() API to Draft model objects (Shalabh Vyas in 3ee5a23e)

Changed

  • Add Null return value type in code example (#2429) (Jacob D. Castro in 45bb6b52)
  • Add /meta/bundle-size-stats to .gitignore (#2436) (Kevin Chavez in e3a689df)
  • Update eslint, cross-env and gulp-derequire. Fix version numbers for … (#2437) (Kevin Chavez in 79a25b5c)
  • Update Overview.md (#2434) (Mohamed ABDELLANI in e5e293f1)

... (truncated)

Changelog

Sourced from draft-js's changelog.

0.11.7 (Aug 13th, 2020)

Added

  • Allow aria-describedby overriding (Jeff Dickey in 8b8b9c00)
  • Add support to create editor state using text string (Abhishek Pandya in fc9395fe)

Changed

  • Update readme to suggest building with yarn (#2527) (Kevin Chavez in 54213a13)
  • Update build, static analysis deps (+ upgrade to fbjs 2.0.0) (#2541) (Kevin Chavez in 5e92a32f)
  • Tex example: Update babel to v7 + other deps (#2533) (Kevin Chavez in ce94ecf3)
  • Update package.json (#2490) (Michaël De Boey in b79082f9)
  • Update media.html (#2452) (fay in a8f44b15)
  • Upgrade dependencies in playground example (#2534) (Kevin Chavez in f6bf4ed3)
  • feat(docs): Update README.md (#2523) (Darsh Shah in e0fc33eb)
  • adds highlight in docs (#2469) (Tunde Thomas in cef61910)
  • Update QuickStart-API-Basics.md (#2491) (Michaël De Boey in 170fe23a)
  • Update .travis.yml (#2495) (Michaël De Boey in 3eb391e7)
  • Update link to Record in docs (#2418) (Rounak Agarwal in 6a55c383)
  • Update link to Immutable Map in docs (#2530) (Rounak Agarwal in 31dde91a)
  • Upgrade browserify and babel deps in universal example (#2532) (Kevin Chavez in 1c8815a1)
  • Upgrade eslint, flow, jest (#2531) (Kevin Chavez in ccd0470b)
  • Fix the build by adding an argument to catch statement (Kevin Chavez in 5482c902)
  • Conditionally invokes URI.tryParseURI in OSS code (Claudio Procida in 36de6f1f)
  • formatPastedText prop (Laura González in 9a9ccbd5)
  • fix pasting invalid links (Frank Thompson in 862a5b2b)
  • chore(dependabot): adds examples directories separately (#2505) (Claudio Procida in fb0eb34c)
  • style(website): Removes desaturation (#2504) (Claudio Procida in 2b8edb18)
  • Fixes links accessibility by adding underlines (#2497) (R Nabors in 5e17cc24)
  • add codes to suppressions in www (Daniel Sainati in 8457ebba)
  • update comments in mobile to support error codes (Daniel Sainati in fb728fde)
  • Use object shorthand in DraftEditorCompositionHandler (Kevin Chavez in d949433d)
  • Force the selection when composition is resolved (#2094) (Robbert Brak in 3be4d372)
  • fix(security): Upgrades Docusaurus to address CVE-2020-7662 (#2457) (Claudio Procida in a08a8fa5)

0.11.6 (June 4th, 2020)

Added

  • Adds BLM banner (#2454) (claudiopro in 2a0c5bbe)
  • HtmlConversion: Add support for telephone links (#2365) (Andrew Lauria in e1e9a0c5)
  • 7.C - Block Operations - Consume (Shalabh Vyas in 99c6b06c)
  • Add fromJS() API to Draft model objects (Shalabh Vyas in 3ee5a23e)

Changed

  • Add Null return value type in code example (#2429) (Jacob D. Castro in 45bb6b52)
  • Add /meta/bundle-size-stats to .gitignore (#2436) (Kevin Chavez in e3a689df)
  • Update eslint, cross-env and gulp-derequire. Fix version numbers for … (#2437) (Kevin Chavez in 79a25b5c)
  • Update Overview.md (#2434) (Mohamed ABDELLANI in e5e293f1)
  • Upgrade jest and flow-bin deps (#2435) (Kevin Chavez in 9ac399cc)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by mrkev, a new releaser for draft-js since your current version.


Updates react-time-ago from 5.0.8 to 7.3.3

Changelog

Sourced from react-time-ago's changelog.

7.3.0 / 23.02.2024

  • Added React Hook export.

7.2.0 / 21.05.2022

  • Migrated to "ES Module" exports.

7.1.2 / 27.09.2021

  • Added TypeScript "typings".

7.1.1 / 30.07.2021

  • Added timeOffset property.

7.1.0 / 27.07.2021

  • Added custom now property.

7.0.0 / 21.06.2021

  • javascript-time-ago is now a peer dependency and has to be installed explictly along with react-time-ago.

6.2.2 / 19.12.2020

  • The component now sets the "verbose date" tooltip after the component has mounted rather than on the first render. The reason is that otherwise React would complain that server-side-rendered markup doesn't match client-side-rendered one.

6.2.1 / 12.11.2020

  • Added component property.

6.2.0 / 22.10.2020

  • Live updater now uses a single requestAnimationFrame() loop rather than individual setTimeout()s. The rationale is that Chrome has a bug when handling setTimeout()s, and also requestAnimationFrame() aren't triggered when a tab is not visible (when the time doesn't need to be updated).

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

zuhdil and others added 30 commits March 14, 2024 14:59
Bumps [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache). These dependencies needed to be updated together.

Updates `minimist` from 1.2.5 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

Updates `minimist` from 1.2.0 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

Updates `mkdirp` from 0.5.1 to 0.5.5
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-mkdirp@0.5.1...v0.5.5)

Updates `loader-fs-cache` from 1.0.2 to 1.0.3
- [Commits](https://github.com/viankakrisna/loader-fs-cache/commits)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: mkdirp
  dependency-type: indirect
- dependency-name: loader-fs-cache
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.7 to 1.2.13.
- [Release notes](https://github.com/fsevents/fsevents/releases)
- [Commits](fsevents/fsevents@v1.2.7...v1.2.13)

---
updated-dependencies:
- dependency-name: fsevents
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…/fsevents-1.2.13

Bump fsevents from 1.2.7 to 1.2.13 in /akvo/rsr/spa
…/minimist-1.2.8

Bump minimist from 1.2.5 to 1.2.8 in /akvo/rsr/e2e
Bumps [minimist](https://github.com/minimistjs/minimist) and [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache). These dependencies needed to be updated together.

Updates `minimist` from 1.2.5 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

Updates `minimist` from 1.2.0 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

Updates `loader-fs-cache` from 1.0.2 to 1.0.3
- [Commits](https://github.com/viankakrisna/loader-fs-cache/commits)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: loader-fs-cache
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…/minimist-and-minimist-and-loader-fs-cache-1.2.8

Bump minimist and loader-fs-cache in /akvo/rsr/dir
Bumps the npm_and_yarn group group in /akvo/rsr/dir with 2 updates: [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim).


Updates `json-schema` from 0.2.3 to 0.4.0
- [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)

Updates `jsprim` from 1.4.1 to 1.4.2
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
- [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2)

Updates `jsprim` from 1.4.1 to 1.4.2
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
- [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: json-schema
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: jsprim
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: jsprim
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
…/npm_and_yarn-security-group-c53ed87628

Bump the npm_and_yarn group group in /akvo/rsr/dir with 2 updates
Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together.

Updates `json-schema` from 0.2.3 to 0.4.0
- [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)

Updates `jsprim` from 1.4.1 to 1.4.2
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
- [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: json-schema
  dependency-type: indirect
- dependency-name: jsprim
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…/json-schema-and-jsprim-0.4.0

Bump json-schema and jsprim in /akvo/rsr/spa
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10.
- [Commits](unshiftio/url-parse@1.5.1...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…url-parse-1.5.10

Bump url-parse from 1.5.1 to 1.5.10 in /akvo/rsr/spa
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Commits](unshiftio/url-parse@1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…/url-parse-1.5.10

Bump url-parse from 1.5.3 to 1.5.10 in /akvo/rsr/dir
zuhdil and others added 27 commits April 9, 2024 14:22
Upgrade antd to v4 on the frontend landing page
Fix landing page layout styles after upgrading to antd v4
Fix FE results overview percentage values
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.7.0 and updates ancestor dependencies [node-fetch](https://github.com/node-fetch/node-fetch), [antd](https://github.com/ant-design/ant-design), [draft-js](https://github.com/facebook/draft-js) and [react-time-ago](https://gitlab.com/catamphetamine/react-time-ago). These dependencies need to be updated together.


Updates `node-fetch` from 1.7.3 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@1.7.3...v2.7.0)

Updates `antd` from 3.26.20 to 5.17.2
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@3.26.20...5.17.2)

Updates `draft-js` from 0.10.5 to 0.11.7
- [Release notes](https://github.com/facebook/draft-js/releases)
- [Changelog](https://github.com/facebookarchive/draft-js/blob/main/CHANGELOG.md)
- [Commits](facebookarchive/draft-js@v0.10.5...v0.11.7)

Updates `react-time-ago` from 5.0.8 to 7.3.3
- [Changelog](https://gitlab.com/catamphetamine/react-time-ago/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/react-time-ago/compare/v5.0.8...v7.3.3)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
- dependency-name: antd
  dependency-type: direct:production
- dependency-name: draft-js
  dependency-type: indirect
- dependency-name: react-time-ago
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants