Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency smol-toml to v1.3.1 [security] #11733

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"prettier": "3.3.3",
"prompts": "2.4.2",
"semver": "7.6.3",
"smol-toml": "1.3.0",
"smol-toml": "1.3.1",
"terminal-link": "2.1.1",
"yargs-parser": "21.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"prompts": "2.4.2",
"rimraf": "6.0.1",
"semver": "7.6.3",
"smol-toml": "1.3.0",
"smol-toml": "1.3.1",
"string-env-interpolation": "1.0.1",
"systeminformation": "5.23.5",
"terminal-link": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"deepmerge": "4.3.1",
"fast-glob": "3.3.2",
"smol-toml": "1.3.0",
"smol-toml": "1.3.1",
"string-env-interpolation": "1.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lodash-decorators": "6.0.1",
"lru-cache": "11.0.1",
"proxyquire": "2.1.3",
"smol-toml": "1.3.0",
"smol-toml": "1.3.1",
"ts-morph": "23.0.0",
"vscode-languageserver": "6.1.1",
"vscode-languageserver-textdocument": "1.0.12",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8084,7 +8084,7 @@ __metadata:
prettier: "npm:3.3.3"
prompts: "npm:2.4.2"
semver: "npm:7.6.3"
smol-toml: "npm:1.3.0"
smol-toml: "npm:1.3.1"
terminal-link: "npm:2.1.1"
tsx: "npm:4.19.1"
typescript: "npm:5.6.2"
Expand Down Expand Up @@ -8169,7 +8169,7 @@ __metadata:
prompts: "npm:2.4.2"
rimraf: "npm:6.0.1"
semver: "npm:7.6.3"
smol-toml: "npm:1.3.0"
smol-toml: "npm:1.3.1"
string-env-interpolation: "npm:1.0.1"
systeminformation: "npm:5.23.5"
terminal-link: "npm:2.1.1"
Expand Down Expand Up @@ -8676,7 +8676,7 @@ __metadata:
fast-glob: "npm:3.3.2"
publint: "npm:0.2.11"
rimraf: "npm:6.0.1"
smol-toml: "npm:1.3.0"
smol-toml: "npm:1.3.1"
string-env-interpolation: "npm:1.0.1"
tsx: "npm:4.19.1"
typescript: "npm:5.6.2"
Expand Down Expand Up @@ -8827,7 +8827,7 @@ __metadata:
lodash-decorators: "npm:6.0.1"
lru-cache: "npm:11.0.1"
proxyquire: "npm:2.1.3"
smol-toml: "npm:1.3.0"
smol-toml: "npm:1.3.1"
ts-morph: "npm:23.0.0"
typescript: "npm:5.6.2"
vitest: "npm:2.0.5"
Expand Down Expand Up @@ -27493,10 +27493,10 @@ __metadata:
languageName: node
linkType: hard

"smol-toml@npm:1.3.0":
version: 1.3.0
resolution: "smol-toml@npm:1.3.0"
checksum: 10c0/442b4d033236ff6dd05bf91d57695fd9070a8221af080a5b2782cb2d9fad8bc31f698c61de5308a351907c1200202ba3ee51d52c5704f5349149e7c374f5fe90
"smol-toml@npm:1.3.1":
version: 1.3.1
resolution: "smol-toml@npm:1.3.1"
checksum: 10c0/bac5bf4f2655fd561fe41f9426d70ab68b486631beff97a7f127f5d2f811b5e247d50a06583be03d35a625dcb05b7984b94a61a81c68ea2810ac7a9bf4edc64d
languageName: node
linkType: hard

Expand Down
Loading