mirror of https://github.com/astral-sh/ruff
Update dependency smol-toml to v1.3.4 (#17669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b45598389d
commit
03065c245c
|
|
@ -44,7 +44,7 @@
|
||||||
"react-resizable-panels": "^2.1.7",
|
"react-resizable-panels": "^2.1.7",
|
||||||
"red_knot_wasm": "file:red_knot_wasm",
|
"red_knot_wasm": "file:red_knot_wasm",
|
||||||
"shared": "0.0.0",
|
"shared": "0.0.0",
|
||||||
"smol-toml": "^1.3.1"
|
"smol-toml": "^1.3.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vite-plugin-static-copy": "^2.3.0"
|
"vite-plugin-static-copy": "^2.3.0"
|
||||||
|
|
@ -5393,9 +5393,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/smol-toml": {
|
"node_modules/smol-toml": {
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.3.4.tgz",
|
||||||
"integrity": "sha512-KMVLNWu490KlNfD0lbfDBUktJIEaZRBj1eeK0SMfdpO/rfyARIzlnPVI1Ge4l0vtSJmQUAiGKxMyLGrCT38iyA==",
|
"integrity": "sha512-UOPtVuYkzYGee0Bd2Szz8d2G3RfMfJ2t3qVdZUAozZyAk+a0Sxa+QKix0YCwjL/A1RR0ar44nCxaoN9FxdJGwA==",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">= 18"
|
||||||
|
|
@ -6090,7 +6090,7 @@
|
||||||
"react-resizable-panels": "^2.0.0",
|
"react-resizable-panels": "^2.0.0",
|
||||||
"ruff_wasm": "file:ruff_wasm",
|
"ruff_wasm": "file:ruff_wasm",
|
||||||
"shared": "0.0.0",
|
"shared": "0.0.0",
|
||||||
"smol-toml": "^1.3.0"
|
"smol-toml": "^1.3.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ruff/ruff_wasm": {
|
"ruff/ruff_wasm": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue