@pnp/spfx-controls-react 3.24.0-beta.2252448 → 3.24.0-beta.2252454
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.json +2 -1
- package/CHANGELOG.md +1 -0
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"fixes":[
|
|
12
12
|
"`PeoplePicker`: Improving documentation page about external users search [#323](https://github.com/pnp/sp-dev-fx-controls-react/issues/323)",
|
|
13
13
|
"`FolderExplorer`: Updated Folder explorer control documentation to correct a typo. [#2072](https://github.com/pnp/sp-dev-fx-controls-react/pull/2072)",
|
|
14
|
-
"Fix ReDoS vulnerability by upgrading markdown-it: [#2089](https://github.com/pnp/sp-dev-fx-controls-react/pull/2089)"
|
|
14
|
+
"Fix ReDoS vulnerability by upgrading markdown-it: [#2089](https://github.com/pnp/sp-dev-fx-controls-react/pull/2089)",
|
|
15
|
+
"Upgrade lodash from 4.17.21 to 4.17.23 to address Prototype Pollution vulnerability: [#2090](https://github.com/pnp/sp-dev-fx-controls-react/pull/2090)"
|
|
15
16
|
]
|
|
16
17
|
},
|
|
17
18
|
"contributions": [
|
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
- `PeoplePicker`: Improving documentation page about external users search [#323](https://github.com/pnp/sp-dev-fx-controls-react/issues/323)
|
|
13
13
|
- `FolderExplorer`: Updated Folder explorer control documentation to correct a typo. [#2072](https://github.com/pnp/sp-dev-fx-controls-react/pull/2072)
|
|
14
14
|
- Fix ReDoS vulnerability by upgrading markdown-it: [#2089](https://github.com/pnp/sp-dev-fx-controls-react/pull/2089)
|
|
15
|
+
- Upgrade lodash from 4.17.21 to 4.17.23 to address Prototype Pollution vulnerability: [#2090](https://github.com/pnp/sp-dev-fx-controls-react/pull/2090)
|
|
15
16
|
|
|
16
17
|
### Contributors
|
|
17
18
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.24.0-beta.
|
|
1
|
+
export var version = "3.24.0-beta.2252454";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/spfx-controls-react",
|
|
3
3
|
"description": "Reusable React controls for SharePoint Framework solutions",
|
|
4
|
-
"version": "3.24.0-beta.
|
|
4
|
+
"version": "3.24.0-beta.2252454",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=22.14.0 < 23.0.0"
|
|
7
7
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"date-fns": "^2.22.1",
|
|
76
76
|
"he": "^1.2.0",
|
|
77
77
|
"jotai": "^2.4.2",
|
|
78
|
-
"lodash": "4.17.
|
|
78
|
+
"lodash": "4.17.23",
|
|
79
79
|
"maplibre-gl": "^5.6.1",
|
|
80
80
|
"markdown-it": "^14.1.1",
|
|
81
81
|
"monaco-editor": "^0.29.1",
|