@pnp/spfx-controls-react 3.24.0-beta.2252440 → 3.24.0-beta.2252448

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 CHANGED
@@ -10,10 +10,12 @@
10
10
  "enhancements": [],
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
- "`FolderExplorer`: Updated Folder explorer control documentation to correct a typo. [#2072](https://github.com/pnp/sp-dev-fx-controls-react/pull/2072)"
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
15
  ]
15
16
  },
16
17
  "contributions": [
18
+ "[akshataggrwal](https://github.com/akshataggrwal)",
17
19
  "[Antanina Druzhkina](https://github.com/Ateina)",
18
20
  "[joaojmendes](https://github.com/joaojmendes)",
19
21
  "[Michaël Maillot](https://github.com/michaelmaillot)",
package/CHANGELOG.md CHANGED
@@ -11,10 +11,11 @@
11
11
 
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
15
 
15
16
  ### Contributors
16
17
 
17
- Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [joaojmendes](https://github.com/joaojmendes), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
18
+ Special thanks to our contributors (in alphabetical order): [akshataggrwal](https://github.com/akshataggrwal), [Antanina Druzhkina](https://github.com/Ateina), [joaojmendes](https://github.com/joaojmendes), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
18
19
 
19
20
  ## 3.23.0
20
21
 
@@ -1,2 +1,2 @@
1
- export var version = "3.24.0-beta.2252440";
1
+ export var version = "3.24.0-beta.2252448";
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.2252440",
4
+ "version": "3.24.0-beta.2252448",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },
@@ -77,7 +77,7 @@
77
77
  "jotai": "^2.4.2",
78
78
  "lodash": "4.17.21",
79
79
  "maplibre-gl": "^5.6.1",
80
- "markdown-it": "^14.1.0",
80
+ "markdown-it": "^14.1.1",
81
81
  "monaco-editor": "^0.29.1",
82
82
  "nano-css": "^5.3.4",
83
83
  "pmtiles": "^4.3.0",