Skip to content

Commit 7beff96

Browse files
Backport of fix immutable and underscore libraries versions into release/1.22.x (#23365)
backport of commit 2fb5462 Co-authored-by: Rishabh Gupta <rishabh.gupta@hashicorp.com>
1 parent 8066c55 commit 7beff96

2 files changed

Lines changed: 71 additions & 55 deletions

File tree

ui/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pnpm": {
2222
"overrides": {
2323
"clean-css@<4.1.11": ">=4.1.11",
24-
"markdown-it@<12.3.2": ">=12.3.2",
24+
"markdown-it@<14.1.1": ">=14.1.1",
2525
"json5@<1.0.2": ">=1.0.2",
2626
"braces@<3.0.3": ">=3.0.3",
2727
"micromatch@<4.0.8": ">=4.0.8",
@@ -38,7 +38,10 @@
3838
"prismjs@<1.30.0": ">=1.30.0",
3939
"on-headers@<1.1.0": ">=1.1.0",
4040
"tmp@<=0.2.3": ">=0.2.4",
41-
"qs": ">=6.14.1"
41+
"qs": ">=6.14.1",
42+
"underscore": ">=1.13.8",
43+
"immutable": ">=5.1.5",
44+
"serialize-javascript@<=7.0.2": ">=7.0.3"
4245
}
4346
}
4447
}

0 commit comments

Comments
 (0)