Skip to content

Commit

Permalink
fix(pacman): add >=249.5 remove >=249.4 (pacman.depends.systemd)
Browse files Browse the repository at this point in the history
chore(deps): add ^6.12.61 remove ^6.12.59 (devDependencies.npm-pkgbuild)
  • Loading branch information
arlac77 committed Oct 18, 2021
1 parent 19c646a commit ea6abf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ava": "^3.15.0",
"c8": "^7.3.1",
"execa": "^5.1.1",
"npm-pkgbuild": "^6.12.59",
"npm-pkgbuild": "^6.12.61",
"semantic-release": "^18.0.0"
},
"optionalDependencies": {
Expand Down Expand Up @@ -93,7 +93,7 @@
"/etc/nginx/sites/common/${name}.conf": "pacman/nginx.conf"
},
"depends": {
"systemd": ">=249.4",
"systemd": ">=249.5",
"ffmpeg": ">=4.2.3",
"nginx-mainline": ">=1.21.1"
},
Expand Down

0 comments on commit ea6abf8

Please sign in to comment.