diff --git a/package-lock.json b/package-lock.json index 4b9dfda..0cc6539 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1954,6 +1954,11 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + }, + "x-xss-protection": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/x-xss-protection/-/x-xss-protection-1.1.0.tgz", + "integrity": "sha512-rx3GzJlgEeZ08MIcDsU2vY2B1QEriUKJTSiNHHUIem6eg9pzVOr2TL3Y4Pd6TMAM5D5azGjcxqI62piITBDHVg==" } } }, @@ -4032,9 +4037,9 @@ "dev": true }, "x-xss-protection": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/x-xss-protection/-/x-xss-protection-1.1.0.tgz", - "integrity": "sha512-rx3GzJlgEeZ08MIcDsU2vY2B1QEriUKJTSiNHHUIem6eg9pzVOr2TL3Y4Pd6TMAM5D5azGjcxqI62piITBDHVg==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/x-xss-protection/-/x-xss-protection-2.0.0.tgz", + "integrity": "sha512-2meB9rRv0kIpwIqH37HjHUvxpUeoJPDQvKUH+Pt3tIjySxh+fMge2MQskM73lKW/2foaBck0fOuhUJTxjhK2EQ==" }, "y18n": { "version": "3.2.1", diff --git a/package.json b/package.json index 6b7135d..0c6d7fb 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "shortid": "^2.2.14", "shortid-36": "^0.1.2", "slugify": "^1.3.4", - "x-xss-protection": "^1.1.0" + "x-xss-protection": "^2.0.0" }, "devDependencies": { "shipit-cli": "^4.1.2",