Skip to content

Commit

Permalink
chore(deps): update dependency @babel/core to v7.26.9 (#4794)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 16, 2025
1 parent 85999ef commit dbbd954
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion linters/javascript_es/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbbd954

Please sign in to comment.