@ecomplus/storefront-framework 5.20.49 → 5.20.50
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/.bundles.json +2 -2
- package/.ecom.json +1 -1
- package/CHANGELOG.md +6 -0
- package/functions/package-lock.json +130 -99
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.20.50](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.20.49...@ecomplus/storefront-framework@5.20.50) (2024-12-19)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **deps:** update all non-major dependencies ([#1115](https://github.com/ecomplus/storefront/issues/1115)) ([4ba509a](https://github.com/ecomplus/storefront/commit/4ba509a3add09bfdc0b5a22ccdb2ce67bcd1b6c4))
|
|
11
|
+
|
|
6
12
|
## [5.20.49](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.20.48...@ecomplus/storefront-framework@5.20.49) (2024-11-23)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"name": "functions",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@ecomplus/storefront-renderer": "^2.11.
|
|
9
|
+
"@ecomplus/storefront-renderer": "^2.11.7",
|
|
10
10
|
"firebase-admin": "^11.11.1",
|
|
11
|
-
"firebase-functions": "^5.1.
|
|
11
|
+
"firebase-functions": "^5.1.1"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"firebase-functions-test": "^2.4.0"
|
|
@@ -749,9 +749,9 @@
|
|
|
749
749
|
}
|
|
750
750
|
},
|
|
751
751
|
"node_modules/@ecomplus/client": {
|
|
752
|
-
"version": "2.
|
|
753
|
-
"resolved": "https://registry.npmjs.org/@ecomplus/client/-/client-2.
|
|
754
|
-
"integrity": "sha512-
|
|
752
|
+
"version": "2.4.0",
|
|
753
|
+
"resolved": "https://registry.npmjs.org/@ecomplus/client/-/client-2.4.0.tgz",
|
|
754
|
+
"integrity": "sha512-7Q9SaNPv46xezFKv8EnjJkyi0Gx8kAYKIcVqWpubL6mS1KHe3uiVa01djHPRpkFOnhGxKmIcbWqZqdc41olZJw==",
|
|
755
755
|
"dependencies": {
|
|
756
756
|
"axios": "^0.27.2 || ^1.1.2"
|
|
757
757
|
},
|
|
@@ -784,12 +784,12 @@
|
|
|
784
784
|
}
|
|
785
785
|
},
|
|
786
786
|
"node_modules/@ecomplus/storefront-renderer": {
|
|
787
|
-
"version": "2.11.
|
|
788
|
-
"resolved": "https://registry.npmjs.org/@ecomplus/storefront-renderer/-/storefront-renderer-2.11.
|
|
789
|
-
"integrity": "sha512-
|
|
787
|
+
"version": "2.11.7",
|
|
788
|
+
"resolved": "https://registry.npmjs.org/@ecomplus/storefront-renderer/-/storefront-renderer-2.11.7.tgz",
|
|
789
|
+
"integrity": "sha512-G7lcGU9vq0U3h/SIV+2y8z/+JrxDtRUawEfQGwUpsDHsSCEBXNTop/0rybVYneYSbvbccSKz1LfYOd0Y0J/ZpA==",
|
|
790
790
|
"dependencies": {
|
|
791
791
|
"@builder.io/partytown": "^0.7.6",
|
|
792
|
-
"@ecomplus/client": "^2.
|
|
792
|
+
"@ecomplus/client": "^2.4.0",
|
|
793
793
|
"@ecomplus/i18n": "^1.32.2",
|
|
794
794
|
"@ecomplus/search-engine": "^2.6.1",
|
|
795
795
|
"@ecomplus/storefront-router": "^2.2.1",
|
|
@@ -2094,9 +2094,9 @@
|
|
|
2094
2094
|
"optional": true
|
|
2095
2095
|
},
|
|
2096
2096
|
"node_modules/body-parser": {
|
|
2097
|
-
"version": "1.20.
|
|
2098
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.
|
|
2099
|
-
"integrity": "sha512-
|
|
2097
|
+
"version": "1.20.3",
|
|
2098
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
|
|
2099
|
+
"integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
|
|
2100
2100
|
"dependencies": {
|
|
2101
2101
|
"bytes": "3.1.2",
|
|
2102
2102
|
"content-type": "~1.0.5",
|
|
@@ -2106,7 +2106,7 @@
|
|
|
2106
2106
|
"http-errors": "2.0.0",
|
|
2107
2107
|
"iconv-lite": "0.4.24",
|
|
2108
2108
|
"on-finished": "2.4.1",
|
|
2109
|
-
"qs": "6.
|
|
2109
|
+
"qs": "6.13.0",
|
|
2110
2110
|
"raw-body": "2.5.2",
|
|
2111
2111
|
"type-is": "~1.6.18",
|
|
2112
2112
|
"unpipe": "1.0.0"
|
|
@@ -2214,15 +2214,14 @@
|
|
|
2214
2214
|
}
|
|
2215
2215
|
},
|
|
2216
2216
|
"node_modules/call-bind": {
|
|
2217
|
-
"version": "1.0.
|
|
2218
|
-
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.
|
|
2219
|
-
"integrity": "sha512-
|
|
2217
|
+
"version": "1.0.8",
|
|
2218
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
|
|
2219
|
+
"integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
|
2220
2220
|
"dependencies": {
|
|
2221
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
2221
2222
|
"es-define-property": "^1.0.0",
|
|
2222
|
-
"es-errors": "^1.3.0",
|
|
2223
|
-
"function-bind": "^1.1.2",
|
|
2224
2223
|
"get-intrinsic": "^1.2.4",
|
|
2225
|
-
"set-function-length": "^1.2.
|
|
2224
|
+
"set-function-length": "^1.2.2"
|
|
2226
2225
|
},
|
|
2227
2226
|
"engines": {
|
|
2228
2227
|
"node": ">= 0.4"
|
|
@@ -2231,6 +2230,18 @@
|
|
|
2231
2230
|
"url": "https://github.com/sponsors/ljharb"
|
|
2232
2231
|
}
|
|
2233
2232
|
},
|
|
2233
|
+
"node_modules/call-bind-apply-helpers": {
|
|
2234
|
+
"version": "1.0.1",
|
|
2235
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz",
|
|
2236
|
+
"integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==",
|
|
2237
|
+
"dependencies": {
|
|
2238
|
+
"es-errors": "^1.3.0",
|
|
2239
|
+
"function-bind": "^1.1.2"
|
|
2240
|
+
},
|
|
2241
|
+
"engines": {
|
|
2242
|
+
"node": ">= 0.4"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2234
2245
|
"node_modules/callsites": {
|
|
2235
2246
|
"version": "3.1.0",
|
|
2236
2247
|
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
|
@@ -2460,9 +2471,9 @@
|
|
|
2460
2471
|
"peer": true
|
|
2461
2472
|
},
|
|
2462
2473
|
"node_modules/cookie": {
|
|
2463
|
-
"version": "0.
|
|
2464
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.
|
|
2465
|
-
"integrity": "sha512-
|
|
2474
|
+
"version": "0.7.1",
|
|
2475
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
|
|
2476
|
+
"integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
|
|
2466
2477
|
"engines": {
|
|
2467
2478
|
"node": ">= 0.6"
|
|
2468
2479
|
}
|
|
@@ -2640,6 +2651,19 @@
|
|
|
2640
2651
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
2641
2652
|
}
|
|
2642
2653
|
},
|
|
2654
|
+
"node_modules/dunder-proto": {
|
|
2655
|
+
"version": "1.0.0",
|
|
2656
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.0.tgz",
|
|
2657
|
+
"integrity": "sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==",
|
|
2658
|
+
"dependencies": {
|
|
2659
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
2660
|
+
"es-errors": "^1.3.0",
|
|
2661
|
+
"gopd": "^1.2.0"
|
|
2662
|
+
},
|
|
2663
|
+
"engines": {
|
|
2664
|
+
"node": ">= 0.4"
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2643
2667
|
"node_modules/duplexify": {
|
|
2644
2668
|
"version": "4.1.2",
|
|
2645
2669
|
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz",
|
|
@@ -2706,9 +2730,9 @@
|
|
|
2706
2730
|
"devOptional": true
|
|
2707
2731
|
},
|
|
2708
2732
|
"node_modules/encodeurl": {
|
|
2709
|
-
"version": "
|
|
2710
|
-
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-
|
|
2711
|
-
"integrity": "sha512-
|
|
2733
|
+
"version": "2.0.0",
|
|
2734
|
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
2735
|
+
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
2712
2736
|
"engines": {
|
|
2713
2737
|
"node": ">= 0.8"
|
|
2714
2738
|
}
|
|
@@ -2750,12 +2774,9 @@
|
|
|
2750
2774
|
}
|
|
2751
2775
|
},
|
|
2752
2776
|
"node_modules/es-define-property": {
|
|
2753
|
-
"version": "1.0.
|
|
2754
|
-
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.
|
|
2755
|
-
"integrity": "sha512-
|
|
2756
|
-
"dependencies": {
|
|
2757
|
-
"get-intrinsic": "^1.2.4"
|
|
2758
|
-
},
|
|
2777
|
+
"version": "1.0.1",
|
|
2778
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
2779
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
2759
2780
|
"engines": {
|
|
2760
2781
|
"node": ">= 0.4"
|
|
2761
2782
|
}
|
|
@@ -2951,36 +2972,36 @@
|
|
|
2951
2972
|
}
|
|
2952
2973
|
},
|
|
2953
2974
|
"node_modules/express": {
|
|
2954
|
-
"version": "4.
|
|
2955
|
-
"resolved": "https://registry.npmjs.org/express/-/express-4.
|
|
2956
|
-
"integrity": "sha512-
|
|
2975
|
+
"version": "4.21.2",
|
|
2976
|
+
"resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
|
|
2977
|
+
"integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
|
|
2957
2978
|
"dependencies": {
|
|
2958
2979
|
"accepts": "~1.3.8",
|
|
2959
2980
|
"array-flatten": "1.1.1",
|
|
2960
|
-
"body-parser": "1.20.
|
|
2981
|
+
"body-parser": "1.20.3",
|
|
2961
2982
|
"content-disposition": "0.5.4",
|
|
2962
2983
|
"content-type": "~1.0.4",
|
|
2963
|
-
"cookie": "0.
|
|
2984
|
+
"cookie": "0.7.1",
|
|
2964
2985
|
"cookie-signature": "1.0.6",
|
|
2965
2986
|
"debug": "2.6.9",
|
|
2966
2987
|
"depd": "2.0.0",
|
|
2967
|
-
"encodeurl": "~
|
|
2988
|
+
"encodeurl": "~2.0.0",
|
|
2968
2989
|
"escape-html": "~1.0.3",
|
|
2969
2990
|
"etag": "~1.8.1",
|
|
2970
|
-
"finalhandler": "1.
|
|
2991
|
+
"finalhandler": "1.3.1",
|
|
2971
2992
|
"fresh": "0.5.2",
|
|
2972
2993
|
"http-errors": "2.0.0",
|
|
2973
|
-
"merge-descriptors": "1.0.
|
|
2994
|
+
"merge-descriptors": "1.0.3",
|
|
2974
2995
|
"methods": "~1.1.2",
|
|
2975
2996
|
"on-finished": "2.4.1",
|
|
2976
2997
|
"parseurl": "~1.3.3",
|
|
2977
|
-
"path-to-regexp": "0.1.
|
|
2998
|
+
"path-to-regexp": "0.1.12",
|
|
2978
2999
|
"proxy-addr": "~2.0.7",
|
|
2979
|
-
"qs": "6.
|
|
3000
|
+
"qs": "6.13.0",
|
|
2980
3001
|
"range-parser": "~1.2.1",
|
|
2981
3002
|
"safe-buffer": "5.2.1",
|
|
2982
|
-
"send": "0.
|
|
2983
|
-
"serve-static": "1.
|
|
3003
|
+
"send": "0.19.0",
|
|
3004
|
+
"serve-static": "1.16.2",
|
|
2984
3005
|
"setprototypeof": "1.2.0",
|
|
2985
3006
|
"statuses": "2.0.1",
|
|
2986
3007
|
"type-is": "~1.6.18",
|
|
@@ -2989,6 +3010,10 @@
|
|
|
2989
3010
|
},
|
|
2990
3011
|
"engines": {
|
|
2991
3012
|
"node": ">= 0.10.0"
|
|
3013
|
+
},
|
|
3014
|
+
"funding": {
|
|
3015
|
+
"type": "opencollective",
|
|
3016
|
+
"url": "https://opencollective.com/express"
|
|
2992
3017
|
}
|
|
2993
3018
|
},
|
|
2994
3019
|
"node_modules/express/node_modules/debug": {
|
|
@@ -3111,12 +3136,12 @@
|
|
|
3111
3136
|
}
|
|
3112
3137
|
},
|
|
3113
3138
|
"node_modules/finalhandler": {
|
|
3114
|
-
"version": "1.
|
|
3115
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.
|
|
3116
|
-
"integrity": "sha512-
|
|
3139
|
+
"version": "1.3.1",
|
|
3140
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
|
|
3141
|
+
"integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
|
|
3117
3142
|
"dependencies": {
|
|
3118
3143
|
"debug": "2.6.9",
|
|
3119
|
-
"encodeurl": "~
|
|
3144
|
+
"encodeurl": "~2.0.0",
|
|
3120
3145
|
"escape-html": "~1.0.3",
|
|
3121
3146
|
"on-finished": "2.4.1",
|
|
3122
3147
|
"parseurl": "~1.3.3",
|
|
@@ -3177,9 +3202,9 @@
|
|
|
3177
3202
|
}
|
|
3178
3203
|
},
|
|
3179
3204
|
"node_modules/firebase-functions": {
|
|
3180
|
-
"version": "5.1.
|
|
3181
|
-
"resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-5.1.
|
|
3182
|
-
"integrity": "sha512-
|
|
3205
|
+
"version": "5.1.1",
|
|
3206
|
+
"resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-5.1.1.tgz",
|
|
3207
|
+
"integrity": "sha512-KkyKZE98Leg/C73oRyuUYox04PQeeBThdygMfeX+7t1cmKWYKa/ZieYa89U8GHgED+0mF7m7wfNZOfbURYxIKg==",
|
|
3183
3208
|
"dependencies": {
|
|
3184
3209
|
"@types/cors": "^2.8.5",
|
|
3185
3210
|
"@types/express": "4.17.3",
|
|
@@ -3357,15 +3382,18 @@
|
|
|
3357
3382
|
}
|
|
3358
3383
|
},
|
|
3359
3384
|
"node_modules/get-intrinsic": {
|
|
3360
|
-
"version": "1.2.
|
|
3361
|
-
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.
|
|
3362
|
-
"integrity": "sha512-
|
|
3385
|
+
"version": "1.2.5",
|
|
3386
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.5.tgz",
|
|
3387
|
+
"integrity": "sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==",
|
|
3363
3388
|
"dependencies": {
|
|
3389
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
3390
|
+
"dunder-proto": "^1.0.0",
|
|
3391
|
+
"es-define-property": "^1.0.1",
|
|
3364
3392
|
"es-errors": "^1.3.0",
|
|
3365
3393
|
"function-bind": "^1.1.2",
|
|
3366
|
-
"
|
|
3367
|
-
"has-symbols": "^1.0
|
|
3368
|
-
"hasown": "^2.0.
|
|
3394
|
+
"gopd": "^1.2.0",
|
|
3395
|
+
"has-symbols": "^1.1.0",
|
|
3396
|
+
"hasown": "^2.0.2"
|
|
3369
3397
|
},
|
|
3370
3398
|
"engines": {
|
|
3371
3399
|
"node": ">= 0.4"
|
|
@@ -3493,11 +3521,11 @@
|
|
|
3493
3521
|
}
|
|
3494
3522
|
},
|
|
3495
3523
|
"node_modules/gopd": {
|
|
3496
|
-
"version": "1.0
|
|
3497
|
-
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.
|
|
3498
|
-
"integrity": "sha512-
|
|
3499
|
-
"
|
|
3500
|
-
"
|
|
3524
|
+
"version": "1.2.0",
|
|
3525
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
3526
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
3527
|
+
"engines": {
|
|
3528
|
+
"node": ">= 0.4"
|
|
3501
3529
|
},
|
|
3502
3530
|
"funding": {
|
|
3503
3531
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -3542,21 +3570,10 @@
|
|
|
3542
3570
|
"url": "https://github.com/sponsors/ljharb"
|
|
3543
3571
|
}
|
|
3544
3572
|
},
|
|
3545
|
-
"node_modules/has-proto": {
|
|
3546
|
-
"version": "1.0.3",
|
|
3547
|
-
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
|
|
3548
|
-
"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
|
|
3549
|
-
"engines": {
|
|
3550
|
-
"node": ">= 0.4"
|
|
3551
|
-
},
|
|
3552
|
-
"funding": {
|
|
3553
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3554
|
-
}
|
|
3555
|
-
},
|
|
3556
3573
|
"node_modules/has-symbols": {
|
|
3557
|
-
"version": "1.0
|
|
3558
|
-
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.
|
|
3559
|
-
"integrity": "sha512-
|
|
3574
|
+
"version": "1.1.0",
|
|
3575
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
3576
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
3560
3577
|
"engines": {
|
|
3561
3578
|
"node": ">= 0.4"
|
|
3562
3579
|
},
|
|
@@ -3565,9 +3582,9 @@
|
|
|
3565
3582
|
}
|
|
3566
3583
|
},
|
|
3567
3584
|
"node_modules/hasown": {
|
|
3568
|
-
"version": "2.0.
|
|
3569
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
3570
|
-
"integrity": "sha512-
|
|
3585
|
+
"version": "2.0.2",
|
|
3586
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
3587
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
3571
3588
|
"dependencies": {
|
|
3572
3589
|
"function-bind": "^1.1.2"
|
|
3573
3590
|
},
|
|
@@ -4949,9 +4966,12 @@
|
|
|
4949
4966
|
}
|
|
4950
4967
|
},
|
|
4951
4968
|
"node_modules/merge-descriptors": {
|
|
4952
|
-
"version": "1.0.
|
|
4953
|
-
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.
|
|
4954
|
-
"integrity": "sha512-
|
|
4969
|
+
"version": "1.0.3",
|
|
4970
|
+
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
|
|
4971
|
+
"integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
|
|
4972
|
+
"funding": {
|
|
4973
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4974
|
+
}
|
|
4955
4975
|
},
|
|
4956
4976
|
"node_modules/merge-stream": {
|
|
4957
4977
|
"version": "2.0.0",
|
|
@@ -5175,9 +5195,12 @@
|
|
|
5175
5195
|
}
|
|
5176
5196
|
},
|
|
5177
5197
|
"node_modules/object-inspect": {
|
|
5178
|
-
"version": "1.13.
|
|
5179
|
-
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.
|
|
5180
|
-
"integrity": "sha512-
|
|
5198
|
+
"version": "1.13.3",
|
|
5199
|
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz",
|
|
5200
|
+
"integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
|
|
5201
|
+
"engines": {
|
|
5202
|
+
"node": ">= 0.4"
|
|
5203
|
+
},
|
|
5181
5204
|
"funding": {
|
|
5182
5205
|
"url": "https://github.com/sponsors/ljharb"
|
|
5183
5206
|
}
|
|
@@ -5361,9 +5384,9 @@
|
|
|
5361
5384
|
"peer": true
|
|
5362
5385
|
},
|
|
5363
5386
|
"node_modules/path-to-regexp": {
|
|
5364
|
-
"version": "0.1.
|
|
5365
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.
|
|
5366
|
-
"integrity": "sha512-
|
|
5387
|
+
"version": "0.1.12",
|
|
5388
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
|
|
5389
|
+
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ=="
|
|
5367
5390
|
},
|
|
5368
5391
|
"node_modules/picocolors": {
|
|
5369
5392
|
"version": "1.0.0",
|
|
@@ -5601,11 +5624,11 @@
|
|
|
5601
5624
|
"peer": true
|
|
5602
5625
|
},
|
|
5603
5626
|
"node_modules/qs": {
|
|
5604
|
-
"version": "6.
|
|
5605
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.
|
|
5606
|
-
"integrity": "sha512
|
|
5627
|
+
"version": "6.13.0",
|
|
5628
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
|
|
5629
|
+
"integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
|
|
5607
5630
|
"dependencies": {
|
|
5608
|
-
"side-channel": "^1.0.
|
|
5631
|
+
"side-channel": "^1.0.6"
|
|
5609
5632
|
},
|
|
5610
5633
|
"engines": {
|
|
5611
5634
|
"node": ">=0.6"
|
|
@@ -5818,9 +5841,9 @@
|
|
|
5818
5841
|
}
|
|
5819
5842
|
},
|
|
5820
5843
|
"node_modules/send": {
|
|
5821
|
-
"version": "0.
|
|
5822
|
-
"resolved": "https://registry.npmjs.org/send/-/send-0.
|
|
5823
|
-
"integrity": "sha512-
|
|
5844
|
+
"version": "0.19.0",
|
|
5845
|
+
"resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
|
|
5846
|
+
"integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
|
5824
5847
|
"dependencies": {
|
|
5825
5848
|
"debug": "2.6.9",
|
|
5826
5849
|
"depd": "2.0.0",
|
|
@@ -5853,6 +5876,14 @@
|
|
|
5853
5876
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
5854
5877
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
|
|
5855
5878
|
},
|
|
5879
|
+
"node_modules/send/node_modules/encodeurl": {
|
|
5880
|
+
"version": "1.0.2",
|
|
5881
|
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
5882
|
+
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
5883
|
+
"engines": {
|
|
5884
|
+
"node": ">= 0.8"
|
|
5885
|
+
}
|
|
5886
|
+
},
|
|
5856
5887
|
"node_modules/send/node_modules/mime": {
|
|
5857
5888
|
"version": "1.6.0",
|
|
5858
5889
|
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
@@ -5870,14 +5901,14 @@
|
|
|
5870
5901
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
5871
5902
|
},
|
|
5872
5903
|
"node_modules/serve-static": {
|
|
5873
|
-
"version": "1.
|
|
5874
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.
|
|
5875
|
-
"integrity": "sha512-
|
|
5904
|
+
"version": "1.16.2",
|
|
5905
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
|
|
5906
|
+
"integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
|
|
5876
5907
|
"dependencies": {
|
|
5877
|
-
"encodeurl": "~
|
|
5908
|
+
"encodeurl": "~2.0.0",
|
|
5878
5909
|
"escape-html": "~1.0.3",
|
|
5879
5910
|
"parseurl": "~1.3.3",
|
|
5880
|
-
"send": "0.
|
|
5911
|
+
"send": "0.19.0"
|
|
5881
5912
|
},
|
|
5882
5913
|
"engines": {
|
|
5883
5914
|
"node": ">= 0.8.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecomplus/storefront-framework",
|
|
3
|
-
"version": "5.20.
|
|
3
|
+
"version": "5.20.50",
|
|
4
4
|
"description": "Framework for PWA and JAMstack e-commerce templates with E-Com Plus APIs",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"raw-loader": "^4.0.2",
|
|
60
60
|
"recursive-readdir": "^2.2.3",
|
|
61
61
|
"resolve-url-loader": "^5.0.0",
|
|
62
|
-
"sass": "^1.
|
|
62
|
+
"sass": "^1.83.0",
|
|
63
63
|
"sass-loader": "^10.5.2",
|
|
64
64
|
"terser-webpack-plugin": "^4.2.3",
|
|
65
65
|
"url-loader": "^4.1.1",
|