diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml new file mode 100644 index 00000000..3c4595b8 --- /dev/null +++ b/.github/workflows/autofix.yml @@ -0,0 +1,22 @@ +name: autofix.ci + +on: + push: + pull_request: + workflow_dispatch: + +permissions: + contents: read + +jobs: + autofix: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Install bun + uses: oven-sh/setup-bun@v1 + - name: Install Dependencies + run: bun i + - name: Commit + uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc diff --git a/bun.lockb b/bun.lockb index 4641aae8..2dfbd251 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 3f206437..f0c49b1b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@biomejs/biome": "nightly", "@types/bun": "^1.0.0", - "@types/node": "^20.10.5", + "@types/node": "^20.10.6", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.16", diff --git a/yarn.lock b/yarn.lock index 6cb8ed2a..9a1887d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1,6 +1,6 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 -# bun ./bun.lockb --hash: 8DA9B4A5427FD379-5b6df58740b86ea1-E592974E5386B5F3-57f71de8500e5cbd +# bun ./bun.lockb --hash: 3339711A2185D6C2-df9a5873b2a54dce-784408BDD30255D2-3ee3660b225f83ec "@alloc/quick-lru@^5.2.0": @@ -196,10 +196,10 @@ dependencies: bun-types "1.0.18" -"@types/node@^20.10.5": - version "20.10.5" - resolved "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz" - integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw== +"@types/node@^20.10.6": + version "20.10.6" + resolved "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz" + integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw== dependencies: undici-types "~5.26.4"