Skip to content

Commit

Permalink
fix: bump sweetalert2
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jan 1, 2025
1 parent acfdc94 commit dd2f017
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@sweetalert2/stylelint-config": "^3.0.0",
"replace-in-file": "^8.0.0",
"sass": "^1.56.1",
"sass": "~1.79.0",
"stylelint": "^16.0.0",
"sweetalert2": "^11.5.2",
"vite": "^6.0.0",
Expand Down
27 changes: 13 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -814,10 +814,10 @@ ignore@^6.0.2:
resolved "https://registry.yarnpkg.com/ignore/-/ignore-6.0.2.tgz#77cccb72a55796af1b6d2f9eb14fa326d24f4283"
integrity sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==

immutable@^5.0.2:
version "5.0.3"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.0.3.tgz#aa037e2313ea7b5d400cd9298fa14e404c933db1"
integrity sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==
immutable@^4.0.0:
version "4.3.7"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.7.tgz#c70145fc90d89fb02021e65c84eb0226e4e5a381"
integrity sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==

import-fresh@^3.3.0:
version "3.3.0"
Expand Down Expand Up @@ -1183,16 +1183,15 @@ run-parallel@^1.1.9:
dependencies:
queue-microtask "^1.2.2"

sass@^1.56.1:
version "1.83.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.83.0.tgz#e36842c0b88a94ed336fd16249b878a0541d536f"
integrity sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==
sass@~1.79.0:
version "1.79.6"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.79.6.tgz#35a53c3dbaf66a25f132979f47346521e4ef77cb"
integrity sha512-PVVjeeiUGx6Nj4PtEE/ecwu8ltwfPKzHxbbVmmLj4l1FYHhOyfA0scuVF8sVaa+b+VY4z7BVKjKq0cPUQdUU3g==
dependencies:
"@parcel/watcher" "^2.4.1"
chokidar "^4.0.0"
immutable "^5.0.2"
immutable "^4.0.0"
source-map-js ">=0.6.2 <2.0.0"
optionalDependencies:
"@parcel/watcher" "^2.4.1"

shebang-command@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -1385,9 +1384,9 @@ svg-tags@^1.0.0:
integrity sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==

sweetalert2@^11.5.2:
version "11.15.4"
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.15.4.tgz#6bfaaf0b3dc76645cab003190e0b2a9c74335482"
integrity sha512-MfZkELRdp4u7VcMb6UAQMVCqolASqTbvchFIRSKU4SH0xDhaCVi/CuHKU+HZYybTVn/9YiNKreF4+qIFNGIKUw==
version "11.15.5"
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.15.5.tgz#608fa28491b2b874923200732f553c4f69dd4e0f"
integrity sha512-bVfmz1M1EZdbSagMSjfrLMzsWD0RKkHBRn73xZBCLzk8lXAJ6gfh63SmRGOzKfUynvg33cjxk5dTnFZozqsEvg==

table@^6.9.0:
version "6.9.0"
Expand Down

0 comments on commit dd2f017

Please sign in to comment.