Skip to content

Commit

Permalink
[DEPENDENCY] Bump cheerio from 1.0.0-rc.12 to 1.0.0 (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent fc8fb54 commit d80c79d
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lib/processors/bootstrapHtmlTransformer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {getLogger} from "@ui5/logger";
const log = getLogger("builder:processors:bootstrapHtmlTransformer");
import cheerio from "cheerio";
import * as cheerio from "cheerio";

/**
* @module @ui5/builder/processors/bootstrapHtmlTransformer
Expand Down
88 changes: 69 additions & 19 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@jridgewell/sourcemap-codec": "^1.5.0",
"@ui5/fs": "^4.0.0",
"@ui5/logger": "^4.0.1",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"escape-unicode": "^0.2.0",
"escope": "^4.0.0",
"espree": "^10.1.0",
Expand Down

0 comments on commit d80c79d

Please sign in to comment.