solid-server 5.7.4 → 5.7.7

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.
Files changed (2) hide show
  1. package/lib/create-app.js +1 -1
  2. package/package.json +12 -13
package/lib/create-app.js CHANGED
@@ -302,7 +302,7 @@ function initAuthentication (app, argv) {
302
302
  function sessionSettings (secureCookies, host) {
303
303
  const sessionSettings = {
304
304
  name: 'nssidp.sid',
305
- secret: uuid.v1(),
305
+ secret: uuid.v4(),
306
306
  saveUninitialized: false,
307
307
  resave: false,
308
308
  rolling: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "solid-server",
3
3
  "description": "Solid server on top of the file-system",
4
- "version": "5.7.4",
4
+ "version": "5.7.7",
5
5
  "author": {
6
6
  "name": "Tim Berners-Lee",
7
7
  "email": "timbl@w3.org"
@@ -59,12 +59,12 @@
59
59
  "homepage": "https://github.com/solid/node-solid-server",
60
60
  "bugs": "https://github.com/solid/node-solid-server/issues",
61
61
  "dependencies": {
62
- "@fastify/busboy": "^1.1.0",
62
+ "@fastify/busboy": "^1.2.1",
63
63
  "@solid/acl-check": "^0.4.5",
64
64
  "@solid/oidc-auth-manager": "^0.24.3",
65
65
  "@solid/oidc-op": "^0.11.6",
66
66
  "async-lock": "^1.4.0",
67
- "body-parser": "^1.20.1",
67
+ "body-parser": "^1.20.2",
68
68
  "bootstrap": "^3.4.1",
69
69
  "cached-path-relative": "^1.1.0",
70
70
  "camelize": "^1.0.1",
@@ -89,16 +89,15 @@
89
89
  "ip-range-check": "0.2.0",
90
90
  "is-ip": "^3.1.0",
91
91
  "li": "^1.3.0",
92
- "mashlib": "^1.8.5",
92
+ "mashlib": "^1.8.8",
93
93
  "mime-types": "^2.1.35",
94
94
  "negotiator": "^0.6.3",
95
- "node-fetch": "^2.6.7",
95
+ "node-fetch": "^2.6.9",
96
96
  "node-forge": "^1.3.1",
97
97
  "node-mailer": "^0.1.1",
98
- "nodemailer": "^6.8.0",
98
+ "nodemailer": "^6.9.1",
99
99
  "oidc-op-express": "^0.0.3",
100
100
  "owasp-password-strength-test": "^1.3.0",
101
- "rdflib": "^2.2.21",
102
101
  "recursive-readdir": "^2.2.3",
103
102
  "request": "^2.88.2",
104
103
  "rimraf": "^3.0.2",
@@ -111,11 +110,11 @@
111
110
  "urijs": "^1.19.11",
112
111
  "uuid": "^8.3.2",
113
112
  "valid-url": "^1.0.9",
114
- "validator": "^13.7.0",
113
+ "validator": "^13.9.0",
115
114
  "vhost": "^3.0.2"
116
115
  },
117
116
  "devDependencies": {
118
- "@solid/solid-auth-oidc": "0.3.0",
117
+ "@solid/solid-auth-oidc": "^0.3.0",
119
118
  "chai": "^4.3.7",
120
119
  "chai-as-promised": "7.1.1",
121
120
  "cross-env": "7.0.3",
@@ -123,16 +122,16 @@
123
122
  "eslint": "^7.32.0",
124
123
  "localstorage-memory": "1.0.3",
125
124
  "mocha": "^9.2.2",
126
- "nock": "^13.2.9",
127
- "node-mocks-http": "1.12.1",
125
+ "nock": "^13.3.0",
126
+ "node-mocks-http": "^1.12.2",
128
127
  "nyc": "15.1.0",
129
128
  "pre-commit": "1.2.2",
130
129
  "randombytes": "2.1.0",
131
130
  "sinon": "12.0.1",
132
131
  "sinon-chai": "3.7.0",
133
- "snyk": "^1.1060.0",
132
+ "snyk": "^1.1119.0",
134
133
  "standard": "16.0.4",
135
- "supertest": "^6.3.1",
134
+ "supertest": "^6.3.3",
136
135
  "turtle-validator": "1.1.1",
137
136
  "whatwg-url": "11.0.0"
138
137
  },