mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-08 12:34:18 -07:00
Attempt to fix minimist CVE (#1470)
* Attempt to fix minimist CVE - udpate npm to 8.5.5 - update node to 14.17.5 - update all minor versions to latest - minimist to 1.2.6 (could still be CVE) - set docker frontend to use cdn by default - update all dependencies - update survey button launch svg color - update to zoom / territory buttons - search icon changed - update Feature type from maplibre-gl - use default search icon * Rollback maplibre to 1.15.2 * Revert maplibre to 1.14.0 * Rollback some changes - rollback uswds - search icon is back - update snapshots - rollback docker to be cdn by default
This commit is contained in:
parent
a986674ed9
commit
712e5bb4ed
7 changed files with 33149 additions and 10340 deletions
|
@ -7,7 +7,7 @@ import * as CONTACT_COPY from '../../data/copy/contact';
|
|||
import J40MainGridContainer from '../J40MainGridContainer';
|
||||
|
||||
// @ts-ignore
|
||||
import launchIcon from '/node_modules/uswds/dist/img/usa-icons-bg/launch--blue-70v.svg';
|
||||
import launchIcon from '/node_modules/uswds/dist/img/usa-icons/launch.svg';
|
||||
|
||||
export const onClickHandler = () => {
|
||||
Object.assign(document.createElement('a'), {target: '_blank', href: 'https://www.surveymonkey.com/r/cejst-survey'}).click();
|
||||
|
@ -15,6 +15,7 @@ export const onClickHandler = () => {
|
|||
|
||||
const SurveyButton = () => {
|
||||
const intl = useIntl();
|
||||
|
||||
return (
|
||||
<J40MainGridContainer className={styles.surveyButtonContainer}>
|
||||
<Button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue