unleash-server 4.7.0 → 4.8.0-beta.1

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unleash-server",
3
3
  "description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.",
4
- "version": "4.7.0",
4
+ "version": "4.8.0-beta.1",
5
5
  "keywords": [
6
6
  "unleash",
7
7
  "feature toggle",
@@ -94,7 +94,7 @@
94
94
  "helmet": "^5.0.0",
95
95
  "joi": "^17.3.0",
96
96
  "js-yaml": "^4.1.0",
97
- "knex": "1.0.2",
97
+ "knex": "1.0.3",
98
98
  "log4js": "^6.0.0",
99
99
  "memoizee": "^0.4.15",
100
100
  "mime": "^2.4.2",
@@ -112,11 +112,11 @@
112
112
  "serve-favicon": "^2.5.0",
113
113
  "stoppable": "^1.1.0",
114
114
  "type-is": "^1.6.18",
115
- "unleash-frontend": "4.7.0",
115
+ "unleash-frontend": "4.8.0-beta.1",
116
116
  "uuid": "^8.3.2"
117
117
  },
118
118
  "devDependencies": {
119
- "@babel/core": "7.17.0",
119
+ "@babel/core": "7.17.2",
120
120
  "@types/bcryptjs": "2.4.2",
121
121
  "@types/express": "4.17.13",
122
122
  "@types/express-session": "1.17.4",
@@ -133,8 +133,8 @@
133
133
  "@types/supertest": "2.0.11",
134
134
  "@types/type-is": "1.6.3",
135
135
  "@types/uuid": "8.3.4",
136
- "@typescript-eslint/eslint-plugin": "5.10.2",
137
- "@typescript-eslint/parser": "5.10.2",
136
+ "@typescript-eslint/eslint-plugin": "5.11.0",
137
+ "@typescript-eslint/parser": "5.11.0",
138
138
  "copyfiles": "2.4.1",
139
139
  "coveralls": "3.1.1",
140
140
  "del-cli": "4.0.1",
@@ -147,7 +147,7 @@
147
147
  "faker": "5.5.3",
148
148
  "fetch-mock": "9.11.0",
149
149
  "husky": "7.0.4",
150
- "jest": "27.4.7",
150
+ "jest": "27.5.1",
151
151
  "jest-fetch-mock": "3.0.3",
152
152
  "lint-staged": "12.3.3",
153
153
  "prettier": "2.5.1",
@@ -156,7 +156,7 @@
156
156
  "superagent": "7.1.1",
157
157
  "supertest": "6.2.2",
158
158
  "ts-jest": "27.1.3",
159
- "ts-node": "10.4.0",
159
+ "ts-node": "10.5.0",
160
160
  "tsc-watch": "4.6.0",
161
161
  "typescript": "4.5.5"
162
162
  },