Skip to content

Commit 31a05f3

Browse files
Vonngclaude
andcommitted
build(deps): Go 1.27.0, and the dev dependencies catch up
axe-core/playwright 4.13.0, jsdom 30.0.1, npm-check-updates 23.1.0 — the only three of the tree that were behind; Playwright itself and the rest already sit on latest, and the audit stays at zero vulnerabilities. The fsevents install script is approved and pinned, which the newer npm now requires in so many words. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 34aa93b commit 31a05f3

3 files changed

Lines changed: 76 additions & 76 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/pgsty/oink.pgsty.com
22

3-
go 1.26.6
3+
go 1.27.0
44

55
require github.com/pgsty/oink v0.7.1

package-lock.json

Lines changed: 68 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,20 @@
5151
"update:packages": "npx npm-check-updates -u"
5252
},
5353
"devDependencies": {
54-
"@axe-core/playwright": "^4.12.1",
54+
"@axe-core/playwright": "^4.13.0",
5555
"@playwright/test": "^1.62.1",
5656
"afdocs": "^0.20.0",
5757
"cross-env": "^10.1.0",
58-
"jsdom": "^29.1.1",
59-
"npm-check-updates": "^19.6.3",
58+
"jsdom": "^30.0.1",
59+
"npm-check-updates": "^23.1.0",
6060
"rtlcss": "^4.3.0"
6161
},
6262
"engines": {
6363
"node": ">=24",
6464
"npm": ">=11.16.0"
6565
},
66-
"cSpell:ignore": "- favicons goldens -"
66+
"cSpell:ignore": "- favicons goldens -",
67+
"allowScripts": {
68+
"fsevents@2.3.2": true
69+
}
6770
}

0 commit comments

Comments
 (0)