2 Commits

Author SHA1 Message Date
07a9d0ad21 0.3.1
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m7s
App Image CI / Build app image (push) Successful in -1m2s
2025-12-05 13:44:45 -05:00
6348d69ea3 bump validator for npm audit
All checks were successful
App Image CI / Build app image (push) Successful in -1m19s
NPM Audit Check / Check NPM audit (push) Successful in -2m7s
2025-12-05 13:42:38 -05:00
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "archery", "name": "archery",
"version": "0.3.0", "version": "0.3.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "archery", "name": "archery",
"version": "0.3.0", "version": "0.3.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"body-parser": "^2.2.1", "body-parser": "^2.2.1",
@@ -2274,9 +2274,9 @@
} }
}, },
"node_modules/validator": { "node_modules/validator": {
"version": "13.15.20", "version": "13.15.23",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.15.20.tgz", "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.23.tgz",
"integrity": "sha512-KxPOq3V2LmfQPP4eqf3Mq/zrT0Dqp2Vmx2Bn285LwVahLc+CsxOM0crBHczm8ijlcjZ0Q5Xd6LW3z3odTPnlrw==", "integrity": "sha512-4yoz1kEWqUjzi5zsPbAS/903QXSYp0UOtHsPpp7p9rHAw/W+dkInskAE386Fat3oKRROwO98d9ZB0G4cObgUyw==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">= 0.10" "node": ">= 0.10"

View File

@@ -1,6 +1,6 @@
{ {
"name": "archery", "name": "archery",
"version": "0.3.0", "version": "0.3.1",
"description": "Build Arch packages through a web interface", "description": "Build Arch packages through a web interface",
"keywords": [ "keywords": [
"docker", "docker",