Skip to content

Commit

Permalink
fix(Audit): Package-lock.json (#5985)
Browse files Browse the repository at this point in the history
* fix(Audit): Package-lock.json

* more

* survey-link leading to link-check-fail

* another link

* wrong wiki link

* another
  • Loading branch information
vktrrdk authored Dec 19, 2023
1 parent 9c2e9e9 commit d06c9e7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.4",
"@angular-devkit/build-angular": "^16.2.10",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
Expand Down
10 changes: 5 additions & 5 deletions src/links/check_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ WIKI_VOLUME_OVERVIEW=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/volumes/
WIKI_RESENV_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/customization/#research-environments
WIKI_RSTUDIO_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/customization/#rstudio
WIKI_GUACAMOLE_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/customization/#apache-guacamole
WIKI_NEW_INSTANCE_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/new_instance/
WIKI_NEW_INSTANCE_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/create_instance/
WIKI_INSTANCE_OVERVIEW_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/instance_overview/
WIKI_INSTANCE_DETAIL_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/instance_detail/
WIKI_LINK_ACCOUNTS=https://simplevm-dev.bi.denbi.de/wiki/portal/user_information/#link-accounts-to-elixir
WIKI_LINK_ACCOUNTS=https://portal-dev.denbi.de/wiki/portal/user_information/#link-accounts-to-lifescience-formerly-elixir
SCALE_SCRIPT_LINK=https://raw.githubusercontent.com/deNBI/user_scripts/master/bibigrid/scaling.py
SCALING_UP_WIKI=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/Cluster/cluster_overview/#3-scale-up
WIKI_PUBLICATIONS=https://portal-dev.denbi.de/wiki/citation_and_publication/#publications
Expand All @@ -23,8 +23,8 @@ WIKI_CREATE_SNAPSHOT_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/snapsh
WIKI_VOLUMES_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/volumes/
WIKI_MOSH_LINK=https://portal-dev.denbi.de/wiki/Tutorials/Mosh/
WIKI_PERSONAL_DATA=https://portal-dev.denbi.de/wiki/portal/personal_data/
WIKI_EPHEMERAL_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/new_instance/#information-for-ephemeral-flavors
SURVEY_LINK=https://www.surveymonkey.de/r/HQW9V7C
WIKI_EPHEMERAL_LINK=https://simplevm-dev.bi.denbi.de/wiki/simple_vm/create_instance/#about-ephemeral-flavors
# SURVEY_LINK=https://www.surveymonkey.de/r/HQW9V7C


# WAGTAIL LINKS
Expand All @@ -43,7 +43,7 @@ ZAMMAD_HELPDESK_LINK=https://helpdesk.cloud.denbi.de
GDPR_LINK=https://gdpr.eu/article-9-processing-special-categories-of-personal-data-prohibited/


LINKS=("$ZAMMAD_HELPDESK_LINK" "$WIKI_SNAPSHOTS" "$SURVEY_LINK" "$WIKI_RSTUDIO_LINK" "$SCALING_UP_WIKI" "$SCALE_SCRIPT_LINK" "$WIKI" "$WIKI_GENERATE_KEYS" "$WIKI_NEWS_MANAGEMENT" "$WIKI_SIMPLEVM_CUSTOMISATION" "$WIKI_EXTEND_VOLUME" "$WIKI_VOLUME_OVERVIEW" "$WIKI_RESENV_LINK" "$WIKI_GUACAMOLE_LINK" "$WIKI_NEW_INSTANCE_LINK" "$WIKI_INSTANCE_OVERVIEW_LINK" "$WIKI_INSTANCE_DETAIL_LINK" "$WIKI_LINK_ACCOUNTS" "$WIKI_PUBLICATIONS" "$WIKI_MEMBER_MANAGEMENT" "$WIKI_FAQ" "$WIKI_MOTD" "$FACILITY_NEWS" "$POLICIES" "$PROJECT_TYPES" "$SIMPLE_VM" "$OPENSTACK" "$PUBLICATIONS" "$STATUS_LINK" "$SUPPORT_LINK" "$WIKI_CREATE_SNAPSHOT_LINK" "$WIKI_VOLUMES_LINK" "$WIKI_MOSH_LINK" "$WIKI_EPHEMERAL_LINK" "$WIKI_PERSONAL_DATA" "$GDPR_LINK")
LINKS=("$ZAMMAD_HELPDESK_LINK" "$WIKI_SNAPSHOTS" "$WIKI_RSTUDIO_LINK" "$SCALING_UP_WIKI" "$SCALE_SCRIPT_LINK" "$WIKI" "$WIKI_GENERATE_KEYS" "$WIKI_NEWS_MANAGEMENT" "$WIKI_SIMPLEVM_CUSTOMISATION" "$WIKI_EXTEND_VOLUME" "$WIKI_VOLUME_OVERVIEW" "$WIKI_RESENV_LINK" "$WIKI_GUACAMOLE_LINK" "$WIKI_NEW_INSTANCE_LINK" "$WIKI_INSTANCE_OVERVIEW_LINK" "$WIKI_INSTANCE_DETAIL_LINK" "$WIKI_LINK_ACCOUNTS" "$WIKI_PUBLICATIONS" "$WIKI_MEMBER_MANAGEMENT" "$WIKI_FAQ" "$WIKI_MOTD" "$FACILITY_NEWS" "$POLICIES" "$PROJECT_TYPES" "$SIMPLE_VM" "$OPENSTACK" "$PUBLICATIONS" "$STATUS_LINK" "$SUPPORT_LINK" "$WIKI_CREATE_SNAPSHOT_LINK" "$WIKI_VOLUMES_LINK" "$WIKI_MOSH_LINK" "$WIKI_EPHEMERAL_LINK" "$WIKI_PERSONAL_DATA" "$GDPR_LINK")

for i in "${LINKS[@]}"; do
echo "$i"
Expand Down

0 comments on commit d06c9e7

Please sign in to comment.