upgrade rrweb-snapshot to 1.1.7

ignore prefetch and preload script links
close #52, #297, #597

Handle quoted strings in data url
This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 50998fae7f
commit d144f29f71
2 changed files with 5 additions and 5 deletions

View File

@@ -74,6 +74,6 @@
"@xstate/fsm": "^1.4.0",
"fflate": "^0.4.4",
"mitt": "^1.1.3",
"rrweb-snapshot": "^1.1.6"
"rrweb-snapshot": "^1.1.7"
}
}

View File

@@ -3515,10 +3515,10 @@ rollup@^2.3.3:
optionalDependencies:
fsevents "~2.1.2"
rrweb-snapshot@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/rrweb-snapshot/-/rrweb-snapshot-1.1.6.tgz#e598510e387b9b2c62ce0cfc586a37c89549b228"
integrity sha512-twvqV1WRuFwodO5UV0tzS4Q2w+ZYi5kwOx/uwbRkplfazcnbphDLFvy8x9IwMOZFhyRg1jDJjbnlC8wy4xq5bQ==
rrweb-snapshot@^1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/rrweb-snapshot/-/rrweb-snapshot-1.1.7.tgz#92a3b47b1112a1b566c2fae2edb02fa48a6f6653"
integrity sha512-+f2kCCvIQ1hbEeCWnV7mPVPDEdWEExqwcYqMd/r1nfK52QE7qU52jefUOyTe85Vy67rZGqWnfK/B25e/OTSgYg==
run-async@^2.2.0:
version "2.4.1"