diff --git a/package-lock.json b/package-lock.json index cb75cb7..4803949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1183,7 +1183,7 @@ "dependencies": { "semver": { "version": "4.3.2", - "resolved": "http://registry.npmjs.org/semver/-/semver-4.3.2.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.2.tgz", "integrity": "sha1-x6BxWKgL7dBSNVt3DYLWZA+AO+c=" } } @@ -1514,9 +1514,9 @@ "dev": true }, "sweetalert2": { - "version": "7.33.1", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-7.33.1.tgz", - "integrity": "sha512-69KYtyhtxejFG0HDb8aVhAwbpAWPSTZwaL5vxDHgojErD2KeFxTmRgmkbiLtMC8UdTFXRmvTPtZTF4459MUb7w==" + "version": "11.0.20", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.0.20.tgz", + "integrity": "sha512-htNVn/7IDNfqSLo8m50s0Y7FkgAjng7NnQbvi5p1e4ydxByjiiNgpWhSThgiCRFYMzIaSEuOam2d4Sq9FbVyfA==" }, "through": { "version": "2.3.8", diff --git a/package.json b/package.json index 53b3e45..e743617 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "passport-github": "^1.1.0", "passport-google-oauth20": "^1.0.0", "pg": "^7.6.1", - "sweetalert2": "^7.33.1" + "sweetalert2": "^11.0.20" }, "devDependencies": { "node-dev": "^3.1.3",