Skip to content

Commit 37eb0d2

Browse files
chore(deps): update dependency lightning-flow-scanner to v6
1 parent 518cc63 commit 37eb0d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linters/salesforce_lightning_flow_scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ARG NPM_SALESFORCE_PLUGIN_PACKAGING_VERSION=2.23.3
5555
# renovate: datasource=npm depName=sfdx-hardis
5656
ARG SFDX_HARDIS_VERSION=6.12.7
5757
# renovate: datasource=npm depName=lightning-flow-scanner
58-
ARG LIGHTNING_FLOW_SCANNER_VERSION=5.6.2
58+
ARG LIGHTNING_FLOW_SCANNER_VERSION=6.5.0
5959
#ARG__END
6060

6161
####################

megalinter/descriptors/salesforce.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ linters:
558558
dockerfile:
559559
- |-
560560
# renovate: datasource=npm depName=lightning-flow-scanner
561-
ARG LIGHTNING_FLOW_SCANNER_VERSION=5.6.2
561+
ARG LIGHTNING_FLOW_SCANNER_VERSION=6.5.0
562562
- |-
563563
RUN echo y|sf plugins install lightning-flow-scanner@${LIGHTNING_FLOW_SCANNER_VERSION} \
564564
&& (npm cache clean --force || true) \

0 commit comments

Comments
 (0)