Skip to content

Commit f9eb628

Browse files
Bump @babel/traverse from 7.20.10 to 7.23.2 (#109)
* Bump @babel/traverse from 7.20.10 to 7.23.2 Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.10 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @vercel/ncc from 0.38.0 to 0.38.1 * Add [email protected] * Rollback bumping @actions/github * Update dist --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fabasoad <[email protected]>
1 parent e47b6bb commit f9eb628

File tree

8 files changed

+869
-275
lines changed

8 files changed

+869
-275
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
stages: ["push"]
6363
# Other
6464
- repo: https://github.com/pre-commit/pre-commit-hooks
65-
rev: v4.4.0
65+
rev: v4.5.0
6666
hooks:
6767
- id: check-merge-conflict
6868
- id: check-json

.yarn/releases/yarn-3.6.3.cjs renamed to .yarn/releases/yarn-3.6.4.cjs

Lines changed: 131 additions & 131 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ plugins:
66
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
77
spec: "@yarnpkg/plugin-version"
88

9-
yarnPath: .yarn/releases/yarn-3.6.3.cjs
9+
yarnPath: .yarn/releases/yarn-3.6.4.cjs

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ inputs:
2727
description: 'Action will be failed in case NSFW detection value will be greater or equal to this parameter.'
2828
required: true
2929
runs:
30-
using: 'node16'
30+
using: 'node20'
3131
main: 'dist/index.js'

0 commit comments

Comments
 (0)