From dbbd954bbc6daff771cf30bd3f009a1ccfcd46e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 16:45:52 +0100 Subject: [PATCH] chore(deps): update dependency @babel/core to v7.26.9 (#4794) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- flavors/cupcake/Dockerfile | 2 +- flavors/dotnetweb/Dockerfile | 2 +- flavors/javascript/Dockerfile | 2 +- linters/javascript_es/Dockerfile | 2 +- megalinter/descriptors/javascript.megalinter-descriptor.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index bfa238b6555..82a02dd4b1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -206,7 +206,7 @@ ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 # renovate: datasource=npm depName=@babel/core -ARG NPM_BABEL_CORE_VERSION=7.26.8 +ARG NPM_BABEL_CORE_VERSION=7.26.9 # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.26.8 # renovate: datasource=npm depName=@microsoft/eslint-formatter-sarif diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index b774adcbd47..ce86514a8ea 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -164,7 +164,7 @@ ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 # renovate: datasource=npm depName=@babel/core -ARG NPM_BABEL_CORE_VERSION=7.26.8 +ARG NPM_BABEL_CORE_VERSION=7.26.9 # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.26.8 # renovate: datasource=npm depName=@microsoft/eslint-formatter-sarif diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 8af6d51a957..240cb3697f3 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -157,7 +157,7 @@ ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 # renovate: datasource=npm depName=@babel/core -ARG NPM_BABEL_CORE_VERSION=7.26.8 +ARG NPM_BABEL_CORE_VERSION=7.26.9 # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.26.8 # renovate: datasource=npm depName=@microsoft/eslint-formatter-sarif diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index d32acbe0ae0..376bae46b3e 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -138,7 +138,7 @@ ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 # renovate: datasource=npm depName=@babel/core -ARG NPM_BABEL_CORE_VERSION=7.26.8 +ARG NPM_BABEL_CORE_VERSION=7.26.9 # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.26.8 # renovate: datasource=npm depName=@microsoft/eslint-formatter-sarif diff --git a/linters/javascript_es/Dockerfile b/linters/javascript_es/Dockerfile index 3d31b42aaf0..3dfaf66d438 100644 --- a/linters/javascript_es/Dockerfile +++ b/linters/javascript_es/Dockerfile @@ -69,7 +69,7 @@ ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 # renovate: datasource=npm depName=@babel/core -ARG NPM_BABEL_CORE_VERSION=7.26.8 +ARG NPM_BABEL_CORE_VERSION=7.26.9 # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.26.8 # renovate: datasource=npm depName=@microsoft/eslint-formatter-sarif diff --git a/megalinter/descriptors/javascript.megalinter-descriptor.yml b/megalinter/descriptors/javascript.megalinter-descriptor.yml index 1e6a39cee24..8be6f9804dd 100644 --- a/megalinter/descriptors/javascript.megalinter-descriptor.yml +++ b/megalinter/descriptors/javascript.megalinter-descriptor.yml @@ -89,7 +89,7 @@ linters: ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 - |- # renovate: datasource=npm depName=@babel/core - ARG NPM_BABEL_CORE_VERSION=7.26.8 + ARG NPM_BABEL_CORE_VERSION=7.26.9 - |- # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.26.8