diff --git a/src/back/jdd-components/map-with-pins/map-with-pins.jdd.tsx b/src/back/jdd-components/map-with-pins/map-with-pins.jdd.tsx index 5ae3507..c28d968 100644 --- a/src/back/jdd-components/map-with-pins/map-with-pins.jdd.tsx +++ b/src/back/jdd-components/map-with-pins/map-with-pins.jdd.tsx @@ -36,12 +36,14 @@ export class MapWithPins extends Component { 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", }, ];