diff --git a/package-lock.json b/package-lock.json index 75d08cd..61e8f98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.6.0", - "release-please": "^13.10.0" + "release-please": "^13.13.0" }, "devDependencies": { "@vercel/ncc": "^0.27.0", @@ -561,6 +561,14 @@ "ncc": "dist/ncc/cli.js" } }, + "node_modules/@xmldom/xmldom": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz", + "integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==", + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/acorn": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", @@ -4444,9 +4452,9 @@ } }, "node_modules/release-please": { - "version": "13.10.0", - "resolved": "https://registry.npmjs.org/release-please/-/release-please-13.10.0.tgz", - "integrity": "sha512-cH1oGvgS/Kryq2YmuEYnRLalT9VMQdCVix9nf++G+lPARWJiMVTowAfr5+m6+w7ApJn09oW9zWZ9Wv+N2M6hyg==", + "version": "13.13.0", + "resolved": "https://registry.npmjs.org/release-please/-/release-please-13.13.0.tgz", + "integrity": "sha512-EMdX9+HHYKRkuD1mTbdQy0RkljVtmQeg41W2glrMvPUytTUYCj+NifT8zrWz5EsRnwidfV6wNq6RwL0IkRLCAA==", "dependencies": { "@conventional-commits/parser": "^0.4.1", "@iarna/toml": "^2.2.5", @@ -4459,12 +4467,14 @@ "@octokit/request-error": "^2.1.0", "@octokit/rest": "^18.12.0", "@types/npm-package-arg": "^6.1.0", + "@xmldom/xmldom": "^0.8.2", "chalk": "^4.0.0", "code-suggester": "^2.0.0", "conventional-changelog-conventionalcommits": "^4.6.0", "conventional-changelog-writer": "^5.0.0", "conventional-commits-filter": "^2.0.2", "detect-indent": "^6.1.0", + "diff": "^5.0.0", "figures": "^3.0.0", "js-yaml": "^4.0.0", "jsonpath": "^1.1.1", @@ -4475,7 +4485,6 @@ "typescript": "^3.8.3", "unist-util-visit": "^2.0.3", "unist-util-visit-parents": "^3.1.1", - "xmldom": "^0.6.0", "xpath": "^0.0.32", "yargs": "^17.0.0" }, @@ -5622,14 +5631,6 @@ "node": ">=8" } }, - "node_modules/xmldom": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", - "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==", - "engines": { - "node": ">=10.0.0" - } - }, "node_modules/xpath": { "version": "0.0.32", "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz", @@ -6243,6 +6244,11 @@ "integrity": "sha512-DllIJQapnU2YwewIhh/4dYesmMQw3h2cFtabECc/zSJHqUbNa0eJuEkRa6DXbZvh1YPWBtYQoPV17NlDpBw1Vw==", "dev": true }, + "@xmldom/xmldom": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz", + "integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==" + }, "acorn": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", @@ -9102,9 +9108,9 @@ "dev": true }, "release-please": { - "version": "13.10.0", - "resolved": "https://registry.npmjs.org/release-please/-/release-please-13.10.0.tgz", - "integrity": "sha512-cH1oGvgS/Kryq2YmuEYnRLalT9VMQdCVix9nf++G+lPARWJiMVTowAfr5+m6+w7ApJn09oW9zWZ9Wv+N2M6hyg==", + "version": "13.13.0", + "resolved": "https://registry.npmjs.org/release-please/-/release-please-13.13.0.tgz", + "integrity": "sha512-EMdX9+HHYKRkuD1mTbdQy0RkljVtmQeg41W2glrMvPUytTUYCj+NifT8zrWz5EsRnwidfV6wNq6RwL0IkRLCAA==", "requires": { "@conventional-commits/parser": "^0.4.1", "@iarna/toml": "^2.2.5", @@ -9117,12 +9123,14 @@ "@octokit/request-error": "^2.1.0", "@octokit/rest": "^18.12.0", "@types/npm-package-arg": "^6.1.0", + "@xmldom/xmldom": "^0.8.2", "chalk": "^4.0.0", "code-suggester": "^2.0.0", "conventional-changelog-conventionalcommits": "^4.6.0", "conventional-changelog-writer": "^5.0.0", "conventional-commits-filter": "^2.0.2", "detect-indent": "^6.1.0", + "diff": "^5.0.0", "figures": "^3.0.0", "js-yaml": "^4.0.0", "jsonpath": "^1.1.1", @@ -9133,7 +9141,6 @@ "typescript": "^3.8.3", "unist-util-visit": "^2.0.3", "unist-util-visit-parents": "^3.1.1", - "xmldom": "^0.6.0", "xpath": "^0.0.32", "yargs": "^17.0.0" }, @@ -9990,11 +9997,6 @@ "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", "dev": true }, - "xmldom": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", - "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==" - }, "xpath": { "version": "0.0.32", "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz", diff --git a/package.json b/package.json index 3a3fd91..64679e7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/bcoe/release-please-action#readme", "dependencies": { "@actions/core": "^1.6.0", - "release-please": "^13.10.0" + "release-please": "^13.13.0" }, "devDependencies": { "@vercel/ncc": "^0.27.0",