Update hashes for sri on leaflet assets to make tests pass

This commit is contained in:
Kuba Orlik 2024-04-25 15:21:52 +02:00
parent 30bf4ca5b2
commit 8591eaed03

View File

@ -36,12 +36,14 @@ export class MapWithPins extends Component<typeof component_arguments> {
type: "script" as const, type: "script" as const,
url: "https://unpkg.com/leaflet@1.9.4/dist/leaflet.js", url: "https://unpkg.com/leaflet@1.9.4/dist/leaflet.js",
identity: "https://unpkg.com/leaflet@1.9.4/dist/leaflet.js", identity: "https://unpkg.com/leaflet@1.9.4/dist/leaflet.js",
integrity: "sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=", integrity:
"sha512-BwHfrr4c9kmRkLw6iXFdzcdWV/PGkVgiIyIWLLlTSXzWQzxuSg4DiQUCpauz/EWjgk5TYQqX/kvn9pG1NpYfqg==",
}, },
{ {
type: "style" as const, type: "style" as const,
url: "https://unpkg.com/leaflet@1.9.4/dist/leaflet.css", url: "https://unpkg.com/leaflet@1.9.4/dist/leaflet.css",
integrity: "sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=", integrity:
"sha512-Zcn6bjR/8RZbLEpLIeOwNtzREBAJnUKESxces60Mpoj+2okopSAcSUIUOseddDm0cxnGQzxIR7vJgsLZbdLE3w==",
identity: "https://unpkg.com/leaflet@1.9.4/dist/leaflet.css", identity: "https://unpkg.com/leaflet@1.9.4/dist/leaflet.css",
}, },
]; ];