Skip to content

Commit

Permalink
Bump hast-util-sanitize from 3.0.2 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [hast-util-sanitize](https://github.com/syntax-tree/hast-util-sanitize) from 3.0.2 to 5.0.1.
- [Release notes](https://github.com/syntax-tree/hast-util-sanitize/releases)
- [Commits](syntax-tree/hast-util-sanitize@3.0.2...5.0.1)

---
updated-dependencies:
- dependency-name: hast-util-sanitize
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 0e0402c commit 5cd574c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/picasso-rich-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"classnames": "^2.3.1",
"hast-to-hyperscript": "^9.0.1",
"hast-util-from-dom": "^3.0.0",
"hast-util-sanitize": "^3.0.2",
"hast-util-sanitize": "^5.0.1",
"hast-util-to-html": "^7.1.3",
"hast-util-to-dom": "^3.1.1",
"lexical": "0.11.2",
Expand Down
18 changes: 10 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6521,7 +6521,7 @@
"@typescript-eslint/types" "6.11.0"
eslint-visitor-keys "^3.4.1"

"@ungap/structured-clone@^1.0.0":
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
Expand Down Expand Up @@ -13157,12 +13157,14 @@ [email protected]:
xtend "^4.0.0"
zwitch "^1.0.0"

hast-util-sanitize@^3.0.2:
version "3.0.2"
resolved "https://registry.npmjs.org/hast-util-sanitize/-/hast-util-sanitize-3.0.2.tgz"
integrity sha512-+2I0x2ZCAyiZOO/sb4yNLFmdwPBnyJ4PBkVTUMKMqBwYNA+lXSgOmoRXlJFazoyid9QPogRRKgKhVEodv181sA==
hast-util-sanitize@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/hast-util-sanitize/-/hast-util-sanitize-5.0.1.tgz#8e90068cd68e651c569960b77a1b25076579b4cf"
integrity sha512-IGrgWLuip4O2nq5CugXy4GI2V8kx4sFVy5Hd4vF7AR2gxS0N9s7nEAVUyeMtZKZvzrxVsHt73XdTsno1tClIkQ==
dependencies:
xtend "^4.0.0"
"@types/hast" "^3.0.0"
"@ungap/structured-clone" "^1.2.0"
unist-util-position "^5.0.0"

hast-util-to-dom@^3.1.1:
version "3.1.1"
Expand Down Expand Up @@ -15431,14 +15433,14 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==

json5@1, json5@^1.0.1:
json5@1, json5@^1.0.1, json5@^2.1.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
dependencies:
minimist "^1.2.0"

[email protected], json5@^2.1.0, json5@^2.1.1, json5@^2.1.2, json5@^2.2.0, json5@^2.2.2, json5@^2.2.3, json5@^2.x:
[email protected], json5@^2.1.0, json5@^2.1.2, json5@^2.2.0, json5@^2.2.2, json5@^2.2.3, json5@^2.x:
version "2.2.3"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
Expand Down

0 comments on commit 5cd574c

Please sign in to comment.