Skip to content

Commit defc465

Browse files
dependabot[bot]benoitf
authored andcommitted
chore(deps): bump yaml from 2.3.4 to 2.4.0
Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 585cff9 commit defc465

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

extensions/kind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"@octokit/rest": "^20.0.2",
106106
"@podman-desktop/api": "^0.0.1",
107107
"mustache": "^4.2.0",
108-
"yaml": "^2.3.4"
108+
"yaml": "^2.4.0"
109109
},
110110
"devDependencies": {
111111
"adm-zip": "^0.5.10",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"tar-fs": "^3.0.5",
184184
"undici": "^6.6.2",
185185
"win-ca": "^3.5.1",
186-
"yaml": "^2.3.4"
186+
"yaml": "^2.4.0"
187187
},
188188
"resolutions": {
189189
"trim": "0.0.3",

packages/renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"vitest": "^1.3.1",
4848
"xterm": "^5.3.0",
4949
"xterm-addon-fit": "^0.8.0",
50-
"yaml": "^2.3.4"
50+
"yaml": "^2.4.0"
5151
},
5252
"dependencies": {
5353
"@zerodevx/svelte-toast": "^0.9.5",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -16694,7 +16694,7 @@ yallist@^4.0.0:
1669416694
resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
1669516695
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1669616696

16697-
[email protected], yaml@^2.3.4:
16697+
1669816698
version "2.3.4"
1669916699
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4.tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2"
1670016700
integrity sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==
@@ -16704,6 +16704,11 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
1670416704
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz"
1670516705
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1670616706

16707+
yaml@^2.3.4, yaml@^2.4.0:
16708+
version "2.4.0"
16709+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.0.tgz#2376db1083d157f4b3a452995803dbcf43b08140"
16710+
integrity sha512-j9iR8g+/t0lArF4V6NE/QCfT+CO7iLqrXAHZbJdo+LfjqP1vR8Fg5bSiaq6Q2lOD1AUEVrEVIgABvBFYojJVYQ==
16711+
1670716712
yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.7:
1670816713
version "20.2.9"
1670916714
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"

0 commit comments

Comments
 (0)