@salesforce/retail-react-app 4.0.0 → 4.1.0-nightly-20240809080151

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## v4.1.0-dev (Aug 8, 2024)
2
+
3
+ ### Bug Fixes
4
+ - The unused `njwt` npm package had a security vulnerability, since it was unused, the package has been dropped
5
+
1
6
  ## v4.0.0 (Aug 7, 2024)
2
7
 
3
8
  ### New Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/retail-react-app",
3
- "version": "4.0.0",
3
+ "version": "4.1.0-nightly-20240809080151",
4
4
  "license": "See license in LICENSE",
5
5
  "author": "cc-pwa-kit@salesforce.com",
6
6
  "ccExtensibility": {
@@ -45,10 +45,10 @@
45
45
  "@lhci/cli": "^0.11.0",
46
46
  "@loadable/component": "^5.15.3",
47
47
  "@peculiar/webcrypto": "^1.4.2",
48
- "@salesforce/commerce-sdk-react": "3.0.0",
49
- "@salesforce/pwa-kit-dev": "3.7.0",
50
- "@salesforce/pwa-kit-react-sdk": "3.7.0",
51
- "@salesforce/pwa-kit-runtime": "3.7.0",
48
+ "@salesforce/commerce-sdk-react": "3.1.0-nightly-20240809080151",
49
+ "@salesforce/pwa-kit-dev": "3.8.0-nightly-20240809080151",
50
+ "@salesforce/pwa-kit-react-sdk": "3.8.0-nightly-20240809080151",
51
+ "@salesforce/pwa-kit-runtime": "3.8.0-nightly-20240809080151",
52
52
  "@tanstack/react-query": "^4.28.0",
53
53
  "@tanstack/react-query-devtools": "^4.29.1",
54
54
  "@testing-library/dom": "^9.0.1",
@@ -71,7 +71,6 @@
71
71
  "lodash": "^4.17.21",
72
72
  "msw": "^1.2.1",
73
73
  "nanoid": "^3.3.4",
74
- "njwt": "^1.2.0",
75
74
  "prop-types": "^15.8.1",
76
75
  "query-string": "^7.1.3",
77
76
  "raf": "^3.4.1",
@@ -100,5 +99,5 @@
100
99
  "maxSize": "320 kB"
101
100
  }
102
101
  ],
103
- "gitHead": "7a47e6b91a5a0edc69c999115345b9bd5154935f"
102
+ "gitHead": "db578a1eb331a9ea14262941d9fa4a5866d70095"
104
103
  }