Skip to content

Commit 65b1c20

Browse files
authored
Mises à jour sécurité (#5581)
1 parent 0d2d1c1 commit 65b1c20

4 files changed

Lines changed: 152 additions & 151 deletions

File tree

apps/transport/client/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"xml-formatter": "^3.7.0"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.22.10",
41+
"@babel/core": "^7.29.6",
4242
"@babel/preset-env": "^7.29.3",
4343
"@eslint/js": "^10.0.1",
4444
"babel-loader": "^10.1.1",
@@ -62,8 +62,14 @@
6262
"webpack-merge": "^6.0.1"
6363
},
6464
"resolutions": {
65-
"kind-of": "^6.0.3",
66-
"fast-uri": "^3.1.2",
67-
"@babel/plugin-transform-modules-systemjs": "^7.29.4"
65+
"@babel/core": "^7.29.6",
66+
"kind-of": ">=6.0.3",
67+
"fast-uri": ">=3.1.4",
68+
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
69+
"brace-expansion": ">=5.0.8",
70+
"js-yaml": ">=4.3.0",
71+
"immutable": ">=5.1.8",
72+
"postcss": ">=8.5.18",
73+
"svgo": ">=4.0.2"
6874
}
6975
}

0 commit comments

Comments
 (0)