Skip to content

Commit

Permalink
fix(deps): update dependency semantic-ui-riot to v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent 578953a commit 1f677c8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"dependencies": {
"@riotjs/observable": "^4.0.4",
"riot": "^6.0.3",
"semantic-ui-riot": "2.2.4"
"semantic-ui-riot": "2.5.3"
}
}
32 changes: 23 additions & 9 deletions semantic-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,13 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"

"@babel/runtime@^7.21.0":
version "7.24.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd"
integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==
dependencies:
regenerator-runtime "^0.14.0"

"@babel/runtime@^7.4.4", "@babel/runtime@^7.8.4":
version "7.15.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
Expand Down Expand Up @@ -2032,10 +2039,12 @@ data-urls@^1.1.0:
whatwg-mimetype "^2.2.0"
whatwg-url "^7.0.0"

date-fns@^1.29.0:
version "1.30.1"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
date-fns@^2.30.0:
version "2.30.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
dependencies:
"@babel/runtime" "^7.21.0"

deasync@^0.1.14:
version "0.1.23"
Expand Down Expand Up @@ -4471,6 +4480,11 @@ regenerator-runtime@^0.13.4:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==

regenerator-runtime@^0.14.0:
version "0.14.1"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==

regenerator-transform@^0.14.2:
version "0.14.5"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
Expand Down Expand Up @@ -4675,12 +4689,12 @@ saxes@^3.1.9:
dependencies:
xmlchars "^2.1.1"

semantic-ui-riot@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/semantic-ui-riot/-/semantic-ui-riot-2.2.4.tgz#ffbbb6edbe1daa9ce038c73fc750a865dc840dec"
integrity sha512-2QSqAH38VyHbWZmdJD1pgN2IPtb8bzBHPJn6bIG3xEfIYZXwgl1Tzj82y0Vmse8bLhyS+ta6F2SZKbua1JyhcA==
semantic-ui-riot@2.5.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/semantic-ui-riot/-/semantic-ui-riot-2.5.3.tgz#75eab6eb8e5226de2a3c81cd9bbba9bbd7326dce"
integrity sha512-ixJTuf4Ybx9pb7Tfkdv5x4Ft19YrsoZfjUi1NKGWbr9KNGSGIL4Yy3KWQ+gEaQUxZKCis8VI0FzgL7gc+aTV3g==
dependencies:
date-fns "^1.29.0"
date-fns "^2.30.0"
q "^1.5.1"

[email protected]:
Expand Down

0 comments on commit 1f677c8

Please sign in to comment.