diff --git a/package-lock.json b/package-lock.json index cb93f694..ef85451e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^3.0.1", "@actions/github": "^9.1.1", - "js-yaml": "^5.2.1", + "js-yaml": "^5.2.2", "simple-git": "^3.18.0", "string-argv": "^0.3.2" }, @@ -5452,9 +5452,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", - "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", + "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 2eaccf33..791fa57e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@actions/core": "^3.0.1", "@actions/github": "^9.1.1", - "js-yaml": "^5.2.1", + "js-yaml": "^5.2.2", "simple-git": "^3.18.0", "string-argv": "^0.3.2" },