entitlement-provider 2.9.78 → 2.9.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019-2021 by arlac77
1
+ Copyright (c) 2019-2022 by arlac77
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "entitlement-provider",
3
- "version": "2.9.78",
3
+ "version": "2.9.83",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -27,30 +27,30 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@kronos-integration/interceptor-decode-json": "^2.1.52",
30
- "@kronos-integration/service": "^10.4.8",
31
- "@kronos-integration/service-admin": "^3.4.40",
32
- "@kronos-integration/service-authenticator": "^1.6.0",
33
- "@kronos-integration/service-health": "^5.0.127",
34
- "@kronos-integration/service-http": "^10.6.70",
35
- "@kronos-integration/service-ldap": "^4.0.58",
36
- "@kronos-integration/service-smtp": "^1.0.53",
30
+ "@kronos-integration/service": "^10.4.11",
31
+ "@kronos-integration/service-admin": "^3.4.42",
32
+ "@kronos-integration/service-authenticator": "^1.6.2",
33
+ "@kronos-integration/service-health": "^5.0.129",
34
+ "@kronos-integration/service-http": "^10.6.83",
35
+ "@kronos-integration/service-ldap": "^4.0.67",
36
+ "@kronos-integration/service-smtp": "^1.0.55",
37
37
  "model-attributes": "^4.1.12"
38
38
  },
39
39
  "devDependencies": {
40
- "@semantic-release/commit-analyzer": "^9.0.0",
41
- "@semantic-release/exec": "^5.0.0",
42
- "@semantic-release/release-notes-generator": "^10.0.1",
40
+ "@semantic-release/commit-analyzer": "^9.0.2",
41
+ "@semantic-release/exec": "^6.0.3",
42
+ "@semantic-release/release-notes-generator": "^10.0.2",
43
43
  "ava": "^3.15.0",
44
44
  "c8": "^7.1.0",
45
- "got": "11.8.2",
46
- "npm-pkgbuild": "^6.12.52",
47
- "semantic-release": "^18.0.0"
45
+ "got": "12.0.0",
46
+ "npm-pkgbuild": "^6.12.83",
47
+ "semantic-release": "^18.0.1"
48
48
  },
49
49
  "optionalDependencies": {
50
- "@kronos-integration/service-systemd": "^2.5.1"
50
+ "@kronos-integration/service-systemd": "^2.5.3"
51
51
  },
52
52
  "engines": {
53
- "node": ">=14.17.6"
53
+ "node": ">=16.13.0"
54
54
  },
55
55
  "os": [
56
56
  "linux"
@@ -92,7 +92,7 @@
92
92
  "/usr/lib/sysusers.d/${name}.conf": "pacman/sysusers.conf"
93
93
  },
94
94
  "depends": {
95
- "systemd": ">=249.4",
95
+ "systemd": ">=250",
96
96
  "nginx-mainline": ">=1.21.1"
97
97
  },
98
98
  "groups": "user admin",
@@ -20,6 +20,7 @@ User={{name}}
20
20
  Group={{name}}
21
21
  SupplementaryGroups=http
22
22
  NoNewPrivileges=true
23
+ UMask=0077
23
24
  ProtectSystem=full
24
25
  ProtectHome=true
25
26
  RuntimeDirectory={{name}}/http
@@ -44,6 +45,7 @@ IOWeight=10
44
45
  MemoryAccounting=true
45
46
  MemoryHigh=30M
46
47
  MemoryMax=60M
48
+ ProtectProc=noaccess
47
49
  SystemCallErrorNumber=EPERM
48
50
 
49
51
  [Install]