Update hashes for sri on leaflet assets to make tests pass
This commit is contained in:
parent
30bf4ca5b2
commit
8591eaed03
@ -36,12 +36,14 @@ export class MapWithPins extends Component<typeof component_arguments> {
|
||||
type: "script" as const,
|
||||
url: "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,
|
||||
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",
|
||||
},
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user