From e4e1b47c10b4179dd2101ae490b758c6be5e5909 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 07:43:36 +0000 Subject: [PATCH] build(deps): update dependency node-html-parser to v6.1.12 (#26465) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese --- lib/modules/datasource/artifactory/index.ts | 2 +- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/modules/datasource/artifactory/index.ts b/lib/modules/datasource/artifactory/index.ts index 2668182e800fa6..86fe6918b04b44 100644 --- a/lib/modules/datasource/artifactory/index.ts +++ b/lib/modules/datasource/artifactory/index.ts @@ -69,7 +69,7 @@ export class ArtifactoryDatasource extends Datasource { : node.innerHTML; const published = ArtifactoryDatasource.parseReleaseTimestamp( - node.nextSibling?.text, + node.nextSibling!.text, // TODO: can be null (#22198) ); const thisRelease: Release = { diff --git a/package.json b/package.json index 1980f1026c5c17..1515a6ae723e99 100644 --- a/package.json +++ b/package.json @@ -223,7 +223,7 @@ "moo": "0.5.2", "ms": "2.1.3", "nanoid": "3.3.7", - "node-html-parser": "6.1.11", + "node-html-parser": "6.1.12", "openpgp": "5.11.0", "p-all": "3.0.0", "p-map": "4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 50b8d58548d51e..891eb8d110fb1d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -243,8 +243,8 @@ importers: specifier: 3.3.7 version: 3.3.7 node-html-parser: - specifier: 6.1.11 - version: 6.1.11 + specifier: 6.1.12 + version: 6.1.12 openpgp: specifier: 5.11.0 version: 5.11.0 @@ -8399,8 +8399,8 @@ packages: dev: false optional: true - /node-html-parser@6.1.11: - resolution: {integrity: sha512-FAgwwZ6h0DSDWxfD0Iq1tsDcBCxdJB1nXpLPPxX8YyVWzbfCjKWEzaynF4gZZ/8hziUmp7ZSaKylcn0iKhufUQ==} + /node-html-parser@6.1.12: + resolution: {integrity: sha512-/bT/Ncmv+fbMGX96XG9g05vFt43m/+SYKIs9oAemQVYyVcZmDAI2Xq/SbNcpOA35eF0Zk2av3Ksf+Xk8Vt8abA==} dependencies: css-select: 5.1.0 he: 1.2.0