deps: bump yaml from 2.3.3 to 2.3.4
Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.3.3...v2.3.4) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Nov 3, 2023 at 05:48 UTC
2760e856e0da036b55dec858ea49532a551c2516
1 file changed
+3
-3
package-lock.json
+3
-3
@@ -39003,9 +39003,9 @@
39003
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
39004
},
39005
"node_modules/yaml": {
39006
- "version": "2.3.3",
39007
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.3.tgz",
39008
- "integrity": "sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==",
39006
+ "version": "2.3.4",
39007
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
39008
+ "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
39009
"engines": {
39010
"node": ">= 14"
39011
}