@akinon/projectzero 2.0.16-rc.0 → 2.0.16-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/app-template/CHANGELOG.md +37 -0
- package/app-template/package.json +29 -29
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 2.0.16-rc.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 378607d1: ZERO-4430: Harden CSRF handling for the BFF proxy
|
|
8
|
+
|
|
9
|
+
When `settings.csrf.httpOnly` is enabled, the Django `csrftoken` cookie is set `HttpOnly` + `Secure` + `SameSite=Lax` and the token is never exposed to the browser. The Next.js proxy validates the request `Origin` and injects the `x-csrftoken` header server-side from the cookie before forwarding state-changing requests, instead of round-tripping the token through client JavaScript.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [378607d1]
|
|
12
|
+
- @akinon/next@2.0.16-rc.1
|
|
13
|
+
- @akinon/pz-theme@2.0.16-rc.1
|
|
14
|
+
- @akinon/pz-virtual-try-on@2.0.16-rc.1
|
|
15
|
+
- @akinon/pz-akifast@2.0.16-rc.1
|
|
16
|
+
- @akinon/pz-apple-pay@2.0.16-rc.1
|
|
17
|
+
- @akinon/pz-b2b@2.0.16-rc.1
|
|
18
|
+
- @akinon/pz-basket-gift-pack@2.0.16-rc.1
|
|
19
|
+
- @akinon/pz-bkm@2.0.16-rc.1
|
|
20
|
+
- @akinon/pz-checkout-gift-pack@2.0.16-rc.1
|
|
21
|
+
- @akinon/pz-click-collect@2.0.16-rc.1
|
|
22
|
+
- @akinon/pz-credit-payment@2.0.16-rc.1
|
|
23
|
+
- @akinon/pz-cybersource-uc@2.0.16-rc.1
|
|
24
|
+
- @akinon/pz-flow-payment@2.0.16-rc.1
|
|
25
|
+
- @akinon/pz-google-pay@2.0.16-rc.1
|
|
26
|
+
- @akinon/pz-gpay@2.0.16-rc.1
|
|
27
|
+
- @akinon/pz-haso@2.0.16-rc.1
|
|
28
|
+
- @akinon/pz-hepsipay@2.0.16-rc.1
|
|
29
|
+
- @akinon/pz-masterpass@2.0.16-rc.1
|
|
30
|
+
- @akinon/pz-masterpass-rest@2.0.16-rc.1
|
|
31
|
+
- @akinon/pz-multi-basket@2.0.16-rc.1
|
|
32
|
+
- @akinon/pz-one-click-checkout@2.0.16-rc.1
|
|
33
|
+
- @akinon/pz-otp@2.0.16-rc.1
|
|
34
|
+
- @akinon/pz-pay-on-delivery@2.0.16-rc.1
|
|
35
|
+
- @akinon/pz-saved-card@2.0.16-rc.1
|
|
36
|
+
- @akinon/pz-similar-products@2.0.16-rc.1
|
|
37
|
+
- @akinon/pz-tabby-extension@2.0.16-rc.1
|
|
38
|
+
- @akinon/pz-tamara-extension@2.0.16-rc.1
|
|
39
|
+
|
|
3
40
|
## 2.0.16-rc.0
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "2.0.16-rc.
|
|
3
|
+
"version": "2.0.16-rc.1",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -24,33 +24,33 @@
|
|
|
24
24
|
"test:middleware": "jest middleware-matcher.test.ts --bail"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@akinon/next": "2.0.16-rc.
|
|
28
|
-
"@akinon/pz-akifast": "2.0.16-rc.
|
|
29
|
-
"@akinon/pz-apple-pay": "2.0.16-rc.
|
|
30
|
-
"@akinon/pz-b2b": "2.0.16-rc.
|
|
31
|
-
"@akinon/pz-basket-gift-pack": "2.0.16-rc.
|
|
32
|
-
"@akinon/pz-bkm": "2.0.16-rc.
|
|
33
|
-
"@akinon/pz-checkout-gift-pack": "2.0.16-rc.
|
|
34
|
-
"@akinon/pz-click-collect": "2.0.16-rc.
|
|
35
|
-
"@akinon/pz-credit-payment": "2.0.16-rc.
|
|
36
|
-
"@akinon/pz-cybersource-uc": "2.0.16-rc.
|
|
37
|
-
"@akinon/pz-flow-payment": "2.0.16-rc.
|
|
38
|
-
"@akinon/pz-google-pay": "2.0.16-rc.
|
|
39
|
-
"@akinon/pz-gpay": "2.0.16-rc.
|
|
40
|
-
"@akinon/pz-haso": "2.0.16-rc.
|
|
41
|
-
"@akinon/pz-hepsipay": "2.0.16-rc.
|
|
42
|
-
"@akinon/pz-masterpass": "2.0.16-rc.
|
|
43
|
-
"@akinon/pz-masterpass-rest": "2.0.16-rc.
|
|
44
|
-
"@akinon/pz-multi-basket": "2.0.16-rc.
|
|
45
|
-
"@akinon/pz-one-click-checkout": "2.0.16-rc.
|
|
46
|
-
"@akinon/pz-otp": "2.0.16-rc.
|
|
47
|
-
"@akinon/pz-pay-on-delivery": "2.0.16-rc.
|
|
48
|
-
"@akinon/pz-saved-card": "2.0.16-rc.
|
|
49
|
-
"@akinon/pz-similar-products": "2.0.16-rc.
|
|
50
|
-
"@akinon/pz-tabby-extension": "2.0.16-rc.
|
|
51
|
-
"@akinon/pz-tamara-extension": "2.0.16-rc.
|
|
52
|
-
"@akinon/pz-theme": "2.0.16-rc.
|
|
53
|
-
"@akinon/pz-virtual-try-on": "2.0.16-rc.
|
|
27
|
+
"@akinon/next": "2.0.16-rc.1",
|
|
28
|
+
"@akinon/pz-akifast": "2.0.16-rc.1",
|
|
29
|
+
"@akinon/pz-apple-pay": "2.0.16-rc.1",
|
|
30
|
+
"@akinon/pz-b2b": "2.0.16-rc.1",
|
|
31
|
+
"@akinon/pz-basket-gift-pack": "2.0.16-rc.1",
|
|
32
|
+
"@akinon/pz-bkm": "2.0.16-rc.1",
|
|
33
|
+
"@akinon/pz-checkout-gift-pack": "2.0.16-rc.1",
|
|
34
|
+
"@akinon/pz-click-collect": "2.0.16-rc.1",
|
|
35
|
+
"@akinon/pz-credit-payment": "2.0.16-rc.1",
|
|
36
|
+
"@akinon/pz-cybersource-uc": "2.0.16-rc.1",
|
|
37
|
+
"@akinon/pz-flow-payment": "2.0.16-rc.1",
|
|
38
|
+
"@akinon/pz-google-pay": "2.0.16-rc.1",
|
|
39
|
+
"@akinon/pz-gpay": "2.0.16-rc.1",
|
|
40
|
+
"@akinon/pz-haso": "2.0.16-rc.1",
|
|
41
|
+
"@akinon/pz-hepsipay": "2.0.16-rc.1",
|
|
42
|
+
"@akinon/pz-masterpass": "2.0.16-rc.1",
|
|
43
|
+
"@akinon/pz-masterpass-rest": "2.0.16-rc.1",
|
|
44
|
+
"@akinon/pz-multi-basket": "2.0.16-rc.1",
|
|
45
|
+
"@akinon/pz-one-click-checkout": "2.0.16-rc.1",
|
|
46
|
+
"@akinon/pz-otp": "2.0.16-rc.1",
|
|
47
|
+
"@akinon/pz-pay-on-delivery": "2.0.16-rc.1",
|
|
48
|
+
"@akinon/pz-saved-card": "2.0.16-rc.1",
|
|
49
|
+
"@akinon/pz-similar-products": "2.0.16-rc.1",
|
|
50
|
+
"@akinon/pz-tabby-extension": "2.0.16-rc.1",
|
|
51
|
+
"@akinon/pz-tamara-extension": "2.0.16-rc.1",
|
|
52
|
+
"@akinon/pz-theme": "2.0.16-rc.1",
|
|
53
|
+
"@akinon/pz-virtual-try-on": "2.0.16-rc.1",
|
|
54
54
|
"@hookform/resolvers": "2.9.0",
|
|
55
55
|
"@next/third-parties": "16.2.6",
|
|
56
56
|
"@react-google-maps/api": "2.17.1",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"yup": "0.32.11"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@akinon/eslint-plugin-projectzero": "2.0.16-rc.
|
|
77
|
+
"@akinon/eslint-plugin-projectzero": "2.0.16-rc.1",
|
|
78
78
|
"@semantic-release/changelog": "6.0.2",
|
|
79
79
|
"@semantic-release/exec": "6.0.3",
|
|
80
80
|
"@semantic-release/git": "10.0.1",
|