mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-09-03 15:25:46 -06:00
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.0.1. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v2.0.1) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
66 lines
2.4 KiB
JSON
66 lines
2.4 KiB
JSON
{
|
|
"name": "action-ansible-playbook",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.7",
|
|
"@actions/exec": "^1.0.4",
|
|
"yaml": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/@actions/core": {
|
|
"version": "1.2.7",
|
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.7.tgz",
|
|
"integrity": "sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig=="
|
|
},
|
|
"node_modules/@actions/exec": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.4.tgz",
|
|
"integrity": "sha512-4DPChWow9yc9W3WqEbUj8Nr86xkpyE29ZzWjXucHItclLbEW6jr80Zx4nqv18QL6KK65+cifiQZXvnqgTV6oHw==",
|
|
"dependencies": {
|
|
"@actions/io": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@actions/io": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz",
|
|
"integrity": "sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg=="
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.0.1.tgz",
|
|
"integrity": "sha512-1NpAYQ3wjzIlMs0mgdBmYzLkFgWBIWrzYVDYfrixhoFNNgJ444/jT2kUT2sicRbJES3oQYRZugjB6Ro8SjKeFg==",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": {
|
|
"version": "1.2.7",
|
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.7.tgz",
|
|
"integrity": "sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig=="
|
|
},
|
|
"@actions/exec": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.4.tgz",
|
|
"integrity": "sha512-4DPChWow9yc9W3WqEbUj8Nr86xkpyE29ZzWjXucHItclLbEW6jr80Zx4nqv18QL6KK65+cifiQZXvnqgTV6oHw==",
|
|
"requires": {
|
|
"@actions/io": "^1.0.1"
|
|
}
|
|
},
|
|
"@actions/io": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz",
|
|
"integrity": "sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg=="
|
|
},
|
|
"yaml": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.0.1.tgz",
|
|
"integrity": "sha512-1NpAYQ3wjzIlMs0mgdBmYzLkFgWBIWrzYVDYfrixhoFNNgJ444/jT2kUT2sicRbJES3oQYRZugjB6Ro8SjKeFg=="
|
|
}
|
|
}
|
|
}
|