mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 22:30:41 -07:00
node_modules: upgrade
This commit is contained in:
1
node_modules/yaml/browser/dist/doc/applyReviver.js
generated
vendored
1
node_modules/yaml/browser/dist/doc/applyReviver.js
generated
vendored
@@ -11,6 +11,7 @@ function applyReviver(reviver, obj, key, val) {
|
||||
for (let i = 0, len = val.length; i < len; ++i) {
|
||||
const v0 = val[i];
|
||||
const v1 = applyReviver(reviver, val, String(i), v0);
|
||||
// eslint-disable-next-line @typescript-eslint/no-array-delete
|
||||
if (v1 === undefined)
|
||||
delete val[i];
|
||||
else if (v1 !== v0)
|
||||
|
||||
Reference in New Issue
Block a user