Skip to content

Commit 8523011

Browse files
committed
more audit overrides
1 parent 69b28d7 commit 8523011

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/react-code-blocks/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,21 @@
8686
"react-syntax-highlighter": "^15.5.0",
8787
"styled-components": "^6.0.5",
8888
"tslib": "^2.6.0"
89+
},
90+
"pnpm": {
91+
"overrides": {
92+
"highlight.js@>=9.0.0 <10.4.1": ">=10.4.1",
93+
"prismjs@>=1.1.0 <1.21.0": ">=1.21.0",
94+
"prismjs@<1.25.0": ">=1.25.0",
95+
"prismjs@<1.24.0": ">=1.24.0",
96+
"prismjs@<1.23.0": ">=1.23.0",
97+
"highlight.js@<9.18.2": ">=9.18.2",
98+
"prismjs@>=1.14.0 <1.27.0": ">=1.27.0",
99+
"engine.io@>=5.1.0 <6.4.2": ">=6.4.2",
100+
"semver@<5.7.2": ">=5.7.2",
101+
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
102+
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
103+
"word-wrap@<1.2.4": ">=1.2.4"
104+
}
89105
}
90106
}

0 commit comments

Comments
 (0)