Skip to content

Commit 89bd33d

Browse files
PNPM Security audit
1 parent 1270a8d commit 89bd33d

4 files changed

Lines changed: 300 additions & 298 deletions

File tree

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,3 @@ pnpm add -DE <MA_LIBRAIRIE>@latest
201201
```bash
202202
pnpm add <MA_LIBRAIRIE>@latest
203203
```
204-
205-
Supprimer le `node_modules`, le `pnpm-lock.yaml` et clean le cache de **PNPM** =>
206-
207-
````bash
208-
pnpm store prune
209-
```
210-
211-
Push 🤜🤜🤜

docs/FAQ-&-ERREURS.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,19 @@ Ajouter sa version patchée dans `package.json` =>
138138
}
139139
```
140140

141-
Supprimer le dossier `node_modules` et `pnpm-lock.yaml` puis relancer une install :
141+
Supprimer le `node_modules`, le `pnpm-lock.yaml` et clean le cache de **PNPM** =>
142+
143+
```bash
144+
pnpm store prune
145+
```
146+
147+
Puis relancer une install :
142148

143149
```Bash
144-
pnpm install
150+
pnpm install --no-frozen-lockfile
145151
```
146152

147-
Push again 😜
153+
Push 🤜🤜🤜
148154

149155
</details>
150156

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
"hono": ">=4.12.4",
8181
"immutable": ">=5.1.5",
8282
"minimatch": ">=10.2.3",
83+
"picomatch@<2.3.2": "^2.3.2",
84+
"picomatch@>=4.0.0 <4.0.4": "^4.0.4",
8385
"qs": ">=6.14.1",
8486
"rollup": ">=4.59.0",
8587
"tar": ">=7.5.11",

0 commit comments

Comments
 (0)