Update csrf-sync

bfeb67d09b3369ade40c4134a0b37a8072128d98

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +5 -5Ignore whitespace
package-lock.json+4 -4
@@ -51,7 +51,7 @@
51 "cookie-session": "^2.1.0",51 "cookie-session": "^2.1.0",
52 "cors": "^2.8.5",52 "cors": "^2.8.5",
53 "crc": "^4.3.2",53 "crc": "^4.3.2",
54 "csrf-sync": "^4.0.3",54 "csrf-sync": "^4.2.1",
55 "diff-match-patch": "^1.0.5",55 "diff-match-patch": "^1.0.5",
56 "dompurify": "^3.2.6",56 "dompurify": "^3.2.6",
57 "droll": "^0.2.1",57 "droll": "^0.2.1",
@@ -3665,9 +3665,9 @@
3665 }3665 }
3666 },3666 },
3667 "node_modules/csrf-sync": {3667 "node_modules/csrf-sync": {
3668 "version": "4.0.3",3668 "version": "4.2.1",
3669 "resolved": "https://registry.npmjs.org/csrf-sync/-/csrf-sync-4.0.3.tgz",3669 "resolved": "https://registry.npmjs.org/csrf-sync/-/csrf-sync-4.2.1.tgz",
3670 "integrity": "sha512-wXzltBBzt/7imzDt6ZT7G/axQG7jo4Sm0uXDUzFY8hR59qhDHdjqpW2hojS4oAVIZDzwlMQloIVCTJoDDh0wwA==",3670 "integrity": "sha512-+q9tlUSCi/kbwr1NYwn5+MeuNhwxz3wSv1yl42BgIWfIuErZ3HajRwzvZTkfiyIqt1PZT8lQSlffhSYjCneN7g==",
3671 "license": "ISC",3671 "license": "ISC",
3672 "dependencies": {3672 "dependencies": {
3673 "http-errors": "^2.0.0"3673 "http-errors": "^2.0.0"
package.json+1 -1
@@ -41,7 +41,7 @@
41 "cookie-session": "^2.1.0",41 "cookie-session": "^2.1.0",
42 "cors": "^2.8.5",42 "cors": "^2.8.5",
43 "crc": "^4.3.2",43 "crc": "^4.3.2",
44 "csrf-sync": "^4.0.3",44 "csrf-sync": "^4.2.1",
45 "diff-match-patch": "^1.0.5",45 "diff-match-patch": "^1.0.5",
46 "dompurify": "^3.2.6",46 "dompurify": "^3.2.6",
47 "droll": "^0.2.1",47 "droll": "^0.2.1",