Skip to content

Commit ce3149b

Browse files
Bump htmlparser2 from 10.0.0 to 10.1.0 (#42200)
1 parent d9b29c2 commit ce3149b

3 files changed

Lines changed: 20 additions & 8 deletions

File tree

package-lock.json

Lines changed: 19 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"globby": "^16.0.0",
155155
"hammer-simulator": "0.0.1",
156156
"html-validate": "^10.5.0",
157-
"htmlparser2": "^10.0.0",
157+
"htmlparser2": "^10.1.0",
158158
"image-size": "^2.0.2",
159159
"ip": "^2.0.1",
160160
"jasmine": "^5.13.0",

site/src/libs/placeholder.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { HTMLAttributes } from 'astro/types'
22
import * as htmlparser2 from 'htmlparser2'
3-
import { getData } from './data'
43

54
const placeholderRegex = /<Placeholder\s+([^>]+)\/>/g
65
const closeButtonRegex = /<CloseButton\s*([^>]*?)\/>/g

0 commit comments

Comments
 (0)