Skip to content

Commit

Permalink
build(deps): update dependency node-html-parser to v6.1.12 (#26465)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
renovate[bot] and viceice authored Jan 4, 2024
1 parent 597167a commit e4e1b47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/modules/datasource/artifactory/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4e1b47

Please sign in to comment.