diff --git a/package-lock.json b/package-lock.json index 814ea96..5008b31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "v1.1.0", "license": "MIT", "dependencies": { - "@actions/core": "^3.0.0", - "@xmldom/xmldom": "^0.8.13", + "@actions/core": "^3.0.1", + "@xmldom/xmldom": "^0.9.10", "jsonpath-plus": "^10.4.0", "xpath": "^0.0.34" }, @@ -32,9 +32,9 @@ } }, "node_modules/@actions/core": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.0.tgz", - "integrity": "sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.1.tgz", + "integrity": "sha512-a6d/Nwahm9fliVGRhdhofo40HjHQasUPusmc7vBfyky+7Z+P2A1J68zyFVaNcEclc/Se+eO595oAr5nwEIoIUA==", "license": "MIT", "dependencies": { "@actions/exec": "^3.0.0", @@ -2768,12 +2768,12 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.13", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz", - "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==", + "version": "0.9.10", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz", + "integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==", "license": "MIT", "engines": { - "node": ">=10.0.0" + "node": ">=14.6" } }, "node_modules/acorn": { diff --git a/package.json b/package.json index 63c40cf..d7332c6 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "author": "GitHub, Inc", "license": "MIT", "dependencies": { - "@actions/core": "^3.0.0", - "@xmldom/xmldom": "^0.8.13", + "@actions/core": "^3.0.1", + "@xmldom/xmldom": "^0.9.10", "jsonpath-plus": "^10.4.0", "xpath": "^0.0.34" },