diff --git a/src/technologies.json b/src/technologies.json
index 1ec41580d..e71b6f4ad 100644
--- a/src/technologies.json
+++ b/src/technologies.json
@@ -15305,18 +15305,18 @@
"cats": [
59
],
+ "description": "SweetAlert is a beautiful replacement for JavaScript's alert.",
"html": "]+?href=\"[^\"]+sweet-alert(?:\\.min)?\\.css",
"icon": "SweetAlert.png",
- "scripts": [
- "sweet-alert(?:\\.min)?\\.js",
- "sweetalert/([\\d.]+)/sweetalert(?:\\.min)\\.js"
- ],
- "website": "https://t4t5.github.io/sweetalert/"
+ "scripts": "sweet(?:-)?alert(?:\\.min)?\\.js",
+ "oss": true,
+ "website": "https://sweetalert.js.org"
},
"SweetAlert2": {
"cats": [
59
],
+ "description": "SweetAlert2 is a beautiful, responsive, customizable, accessible replacement for JavaScript's popup boxes.",
"excludes": "SweetAlert",
"html": "]+?href=\"[^\"]+sweetalert2(?:\\.min)?\\.css",
"icon": "SweetAlert2.png",
@@ -15329,6 +15329,7 @@
"sweetalert2@([\\d.]+)/dist/sweetalert2(?:\\.all)(?:\\.min)\\.js",
"limonte-sweetalert2/([\\d.]+)/sweetalert2(?:\\.all)(?:\\.min)\\.js"
],
+ "oss": true,
"website": "https://sweetalert2.github.io/"
},
"Swell": {