mirror of
https://github.com/erlef/setup-beam.git
synced 2026-08-02 20:16:08 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1494aefd4b |
Generated
+8
-8
@@ -18,7 +18,7 @@
|
||||
"@eslint/js": "10.0.1",
|
||||
"@vercel/ncc": "0.44.1",
|
||||
"eslint": "10.6.0",
|
||||
"eslint-plugin-yml": "3.5.0",
|
||||
"eslint-plugin-yml": "3.6.0",
|
||||
"globals": "17.7.0",
|
||||
"markdownlint-cli": "0.49.0",
|
||||
"prettier": "3.9.4",
|
||||
@@ -650,16 +650,16 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/brace-expansion": {
|
||||
"version": "5.0.8",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz",
|
||||
"integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
||||
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"balanced-match": "^4.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
"node": "18 || 20 || >=22"
|
||||
}
|
||||
},
|
||||
"node_modules/buffer": {
|
||||
@@ -1330,9 +1330,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-yml": {
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.5.0.tgz",
|
||||
"integrity": "sha512-u2UkSIp/+th1wYCt0QWeCI6agf24dxX6PbFfCCN18gGQHmXh3Cn9D/U5OiP5RNYTEwjXCLusj1OJRK+zwdvFqQ==",
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.6.0.tgz",
|
||||
"integrity": "sha512-8lSqBIiOJO8ms1gktdlNaVGm3zXQJiYeKhQmtIG66XzU58kFDOjQae4sufQEMGHC4bP8VxiaH3tjU5PpDB6euw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@
|
||||
"@eslint/js": "10.0.1",
|
||||
"@vercel/ncc": "0.44.1",
|
||||
"eslint": "10.6.0",
|
||||
"eslint-plugin-yml": "3.5.0",
|
||||
"eslint-plugin-yml": "3.6.0",
|
||||
"globals": "17.7.0",
|
||||
"markdownlint-cli": "0.49.0",
|
||||
"prettier": "3.9.4",
|
||||
|
||||
Reference in New Issue
Block a user