diff --git a/src/technologies.json b/src/technologies.json index ab4b43b3b..64764140d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13748,10 +13748,10 @@ ], "html": "]+?href=\"[^\"]+sweet-alert(?:\\.min)?\\.css", "icon": "SweetAlert.png", - "js": { - "swal": "" - }, - "scripts": "sweet-alert(?:\\.min)?\\.js", + "scripts": [ + "sweet-alert(?:\\.min)?\\.js", + "sweetalert/([\\d.]+)/sweetalert(?:\\.min)\\.js" + ], "website": "https://t4t5.github.io/sweetalert/" }, "SweetAlert2": { @@ -13764,7 +13764,12 @@ "js": { "Sweetalert2": "" }, - "scripts": "sweetalert2(?:\\.all)?(?:\\.min)?\\.js", + "scripts": [ + "sweetalert2(?:\\.all)?(?:\\.min)?\\.js", + "/npm/sweetalert2@([\\d.]+)\\;version:\\1", + "sweetalert2@([\\d.]+)/dist/sweetalert2(?:\\.all)(?:\\.min)\\.js", + "limonte-sweetalert2/([\\d.]+)/sweetalert2(?:\\.all)(?:\\.min)\\.js" + ], "website": "https://sweetalert2.github.io/" }, "Swell": {