unleash-server 4.18.6 → 4.18.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.
@@ -22,7 +22,7 @@
22
22
  "fmt:check": "prettier src --check",
23
23
  "ts:check": "tsc",
24
24
  "e2e": "yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all",
25
- "e2e:heroku": "yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=example@example.com",
25
+ "e2e:heroku": "yarn run cypress open --config baseUrl='https://unleash.herokuapp.com' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all",
26
26
  "prepare": "yarn run build"
27
27
  },
28
28
  "devDependencies": {
@@ -39,8 +39,8 @@
39
39
  "@testing-library/react-hooks": "7.0.2",
40
40
  "@testing-library/user-event": "14.4.3",
41
41
  "@types/debounce": "1.2.1",
42
- "@types/deep-diff": "1.0.1",
43
- "@types/jest": "29.2.3",
42
+ "@types/deep-diff": "1.0.2",
43
+ "@types/jest": "29.2.4",
44
44
  "@types/lodash.clonedeep": "4.5.7",
45
45
  "@types/lodash.omit": "4.5.7",
46
46
  "@types/node": "17.0.18",
@@ -82,20 +82,20 @@
82
82
  "react-dom": "17.0.2",
83
83
  "react-error-boundary": "3.1.4",
84
84
  "react-hooks-global-state": "2.0.0",
85
- "react-router-dom": "6.4.3",
85
+ "react-router-dom": "6.4.5",
86
86
  "react-table": "7.8.0",
87
87
  "react-test-renderer": "17.0.2",
88
88
  "react-timeago": "7.1.0",
89
- "sass": "1.56.1",
89
+ "sass": "1.56.2",
90
90
  "semver": "7.3.8",
91
91
  "swr": "1.3.0",
92
92
  "tss-react": "4.0.0",
93
93
  "typescript": "4.8.4",
94
- "vite": "3.2.4",
94
+ "vite": "3.2.5",
95
95
  "vite-plugin-env-compatible": "1.1.1",
96
96
  "vite-plugin-svgr": "2.2.2",
97
97
  "vite-tsconfig-paths": "3.6.0",
98
- "vitest": "0.25.3",
98
+ "vitest": "0.25.6",
99
99
  "whatwg-fetch": "3.6.2"
100
100
  },
101
101
  "resolutions": {
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.18.6",
4
+ "version": "4.18.7",
5
5
  "keywords": [
6
6
  "unleash",
7
7
  "feature toggle",
@@ -143,16 +143,16 @@
143
143
  "@swc/core": "1.3.21",
144
144
  "@swc/jest": "0.2.23",
145
145
  "@types/bcryptjs": "2.4.2",
146
- "@types/cors": "2.8.12",
146
+ "@types/cors": "2.8.13",
147
147
  "@types/express": "4.17.14",
148
148
  "@types/express-session": "1.17.5",
149
149
  "@types/faker": "5.5.9",
150
- "@types/jest": "29.2.3",
150
+ "@types/jest": "29.2.4",
151
151
  "@types/js-yaml": "4.0.5",
152
152
  "@types/make-fetch-happen": "10.0.1",
153
153
  "@types/memoizee": "0.4.8",
154
154
  "@types/mime": "3.0.1",
155
- "@types/node": "16.18.4",
155
+ "@types/node": "16.18.7",
156
156
  "@types/nodemailer": "6.4.6",
157
157
  "@types/owasp-password-strength-test": "1.3.0",
158
158
  "@types/semver": "7.3.13",
@@ -179,12 +179,12 @@
179
179
  "jest": "29.3.1",
180
180
  "lint-staged": "13.0.4",
181
181
  "nock": "13.2.9",
182
- "openapi-enforcer": "1.22.1",
182
+ "openapi-enforcer": "1.22.2",
183
183
  "prettier": "2.7.1",
184
184
  "proxyquire": "2.1.3",
185
185
  "source-map-support": "0.5.21",
186
- "superagent": "8.0.4",
187
- "supertest": "6.3.1",
186
+ "superagent": "8.0.6",
187
+ "supertest": "6.3.3",
188
188
  "ts-node": "10.9.1",
189
189
  "tsc-watch": "5.0.3",
190
190
  "typescript": "4.8.4"