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] committed Aug 6, 2023
1 parent 37e5690 commit 218c118
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.22.6"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438"
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
dependencies:
regenerator-runtime "^0.13.11"

"@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 @@ -2020,10 +2027,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 @@ -4454,6 +4463,11 @@ regenerator-runtime@^0.11.0:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==

regenerator-runtime@^0.13.11:
version "0.13.11"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

regenerator-runtime@^0.13.4:
version "0.13.9"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
Expand Down Expand Up @@ -4663,12 +4677,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"

semver@7.0.0:
Expand Down

0 comments on commit 218c118

Please sign in to comment.