Skip to content

Commit d7a0575

Browse files
chore(deps): update all non-major dependencies (#628)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8f8653 commit d7a0575

File tree

3 files changed

+292
-445
lines changed

3 files changed

+292
-445
lines changed

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Check provenance downgrades
20-
uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
20+
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
2121
with:
2222
fail-on-provenance-change: true

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magic-regexp",
33
"version": "0.10.0",
4-
"packageManager": "pnpm@10.16.1",
4+
"packageManager": "pnpm@10.17.0",
55
"description": "A compiled-away, type-safe, readable RegExp alternative",
66
"license": "MIT",
77
"homepage": "https://regexp.dev",
@@ -59,18 +59,18 @@
5959
"unplugin": "^2.0.0"
6060
},
6161
"devDependencies": {
62-
"@antfu/eslint-config": "5.3.0",
62+
"@antfu/eslint-config": "5.4.1",
6363
"@codspeed/vitest-plugin": "4.0.1",
6464
"@nuxt/kit": "4.1.2",
6565
"@types/estree": "1.0.8",
66-
"@types/node": "22.18.4",
66+
"@types/node": "22.18.6",
6767
"@vitest/coverage-v8": "3.2.4",
6868
"acorn": "8.15.0",
6969
"bumpp": "10.2.3",
7070
"eslint": "9.35.0",
7171
"expect-type": "1.2.2",
7272
"lint-staged": "latest",
73-
"rollup": "4.50.2",
73+
"rollup": "4.52.0",
7474
"simple-git-hooks": "2.13.1",
7575
"typescript": "5.9.2",
7676
"unbuild": "3.6.1",

0 commit comments

Comments
 (0)