Skip to content

Commit cb92622

Browse files
o-v-tAVVS
andauthored
fix: email to contacts migration (#609)
--------- Co-authored-by: AVVS <v@makeomatic.ca> Co-authored-by: Vitaly Aminev <AVVS@users.noreply.github.com>
1 parent 2e13cfd commit cb92622

5 files changed

Lines changed: 1268 additions & 1102 deletions

File tree

.mdeprc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (os.platform() !== 'darwin') {
1414
} catch (e) { }
1515
}
1616

17-
exports.node = "20";
17+
exports.node = "20.15.1";
1818
exports.in_one = true;
1919
exports.auto_compose = true;
2020
exports.with_local_compose = true;

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN \
1212
add ca-certificates --virtual .buildDeps git ca-certificates openssl g++ make python3 linux-headers \
1313
&& update-ca-certificates \
1414
&& chown node:node /src \
15-
&& su -l node -c "cd /src && pnpm fetch --prod" \
16-
&& su -l node -c "rm -rf ~/.cache && pnpm store prune" \
15+
&& su node sh -c "cd /src && pnpm fetch --prod" \
16+
&& su node sh -c "rm -rf ~/.cache && pnpm store prune" \
1717
&& apk del .buildDeps \
1818
&& rm -rf \
1919
/tmp/* \

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -30,35 +30,35 @@
3030
},
3131
"dependencies": {
3232
"@faker-js/faker": "^8.4.1",
33-
"@fastify/deepmerge": "^1.3.0",
33+
"@fastify/deepmerge": "^2.0.0",
3434
"@hapi/bell": "^13.0.2",
3535
"@hapi/boom": "^10.0.1",
36-
"@hapi/hapi": "^21.3.7",
36+
"@hapi/hapi": "^21.3.10",
3737
"@hapi/hoek": "^11.0.4",
3838
"@hapi/vision": "^7.0.3",
39-
"@microfleet/core": "^20.1.3",
40-
"@microfleet/core-types": "^3.1.3",
41-
"@microfleet/plugin-amqp": "^3.1.3",
42-
"@microfleet/plugin-consul": "^5.1.3",
43-
"@microfleet/plugin-dlock": "^3.1.3",
44-
"@microfleet/plugin-hapi": "^3.1.3",
45-
"@microfleet/plugin-logger": "3.1.3",
46-
"@microfleet/plugin-opentracing": "^3.1.3",
47-
"@microfleet/plugin-prometheus": "^3.1.3",
48-
"@microfleet/plugin-redis-cluster": "^3.1.3",
49-
"@microfleet/plugin-redis-core": "^3.1.3",
50-
"@microfleet/plugin-redis-sentinel": "^3.1.3",
51-
"@microfleet/plugin-router": "^3.1.3",
52-
"@microfleet/plugin-router-amqp": "^3.1.3",
53-
"@microfleet/plugin-router-hapi": "^3.1.3",
54-
"@microfleet/plugin-signed-request": "^3.1.3",
55-
"@microfleet/plugin-validator": "^3.1.3",
39+
"@microfleet/core": "^20.1.4",
40+
"@microfleet/core-types": "^3.1.4",
41+
"@microfleet/plugin-amqp": "^3.1.4",
42+
"@microfleet/plugin-consul": "^5.1.4",
43+
"@microfleet/plugin-dlock": "^3.1.4",
44+
"@microfleet/plugin-hapi": "^3.1.4",
45+
"@microfleet/plugin-logger": "3.1.4",
46+
"@microfleet/plugin-opentracing": "^3.1.4",
47+
"@microfleet/plugin-prometheus": "^3.1.4",
48+
"@microfleet/plugin-redis-cluster": "^3.1.4",
49+
"@microfleet/plugin-redis-core": "^3.1.4",
50+
"@microfleet/plugin-redis-sentinel": "^3.1.4",
51+
"@microfleet/plugin-router": "^3.1.4",
52+
"@microfleet/plugin-router-amqp": "^3.1.4",
53+
"@microfleet/plugin-router-hapi": "^3.1.4",
54+
"@microfleet/plugin-signed-request": "^3.1.4",
55+
"@microfleet/plugin-validator": "^3.1.4",
5656
"@microfleet/transport-amqp": "^17.8.2",
57-
"@microfleet/utils": "^3.1.3",
57+
"@microfleet/utils": "^3.1.4",
5858
"@microfleet/validation": "^12.0.0",
5959
"@otplib/core": "^12.0.1",
6060
"@otplib/plugin-crypto": "^12.0.1",
61-
"ajv": "^8.12.0",
61+
"ajv": "^8.17.1",
6262
"ajv-formats": "^3.0.1",
6363
"bluebird": "^3.7.2",
6464
"bytes": "^3.1.2",
@@ -70,12 +70,12 @@
7070
"flake-idgen": "^1.4.0",
7171
"get-stdin": "^8.0.0",
7272
"get-value": "^3.0.1",
73-
"glob": "^10.3.12",
73+
"glob": "^11.0.0",
7474
"got": "^11.8.6",
7575
"handlebars": "^4.7.8",
7676
"ioredis": "^4.28.5",
7777
"is": "^3.3.0",
78-
"jose": "^5.2.3",
78+
"jose": "^5.6.3",
7979
"jsonwebtoken": "^9.0.2",
8080
"jwa": "^2.0.0",
8181
"jwks-rsa": "^3.1.0",
@@ -90,17 +90,17 @@
9090
"otplib": "^12.0.1",
9191
"p-retry": "^4.6.2",
9292
"password-generator": "^2.3.2",
93-
"prom-client": "^15.1.1",
94-
"qs": "^6.12.0",
93+
"prom-client": "^15.1.3",
94+
"qs": "^6.12.3",
9595
"redis-filtered-sort": "^2.5.0",
9696
"scrypt-kdf": "^2.0.1",
9797
"secure-json-parse": "^2.7.0",
9898
"serialize-error": "^8.1.0",
9999
"serialize-javascript": "^6.0.2",
100-
"sonic-boom": "^3.8.0",
101-
"tough-cookie": "^4.1.3",
102-
"undici": "^6.11.1",
103-
"uuid": "^9.0.1",
100+
"sonic-boom": "^4.0.1",
101+
"tough-cookie": "^4.1.4",
102+
"undici": "^6.19.4",
103+
"uuid": "^10.0.0",
104104
"yargs": "^17.7.2",
105105
"z32": "^1.1.0",
106106
"zxcvbn": "^4.4.2"
@@ -112,29 +112,29 @@
112112
"@semantic-release/git": "^10.0.1",
113113
"apidoc": "^1.2.0",
114114
"apidoc-plugin-schema": "^0.1.8",
115-
"c8": "^9.1.0",
115+
"c8": "^10.1.2",
116116
"cheerio": "1.0.0-rc.12",
117117
"cross-env": "^7.0.3",
118118
"eslint": "^8.57.0",
119119
"eslint-config-makeomatic": "^6.0.0",
120120
"eslint-plugin-import": "^2.29.1",
121-
"eslint-plugin-mocha": "^10.4.1",
122-
"eslint-plugin-promise": "^6.1.1",
123-
"eslint-plugin-unicorn": "^51.0.1",
121+
"eslint-plugin-mocha": "^10.4.3",
122+
"eslint-plugin-promise": "^6.6.0",
123+
"eslint-plugin-unicorn": "^54.0.0",
124124
"http-signature": "^1.4.0",
125125
"hyperid": "^3.2.0",
126126
"json": "^11.0.0",
127127
"md5": "^2.3.0",
128-
"mocha": "^10.4.0",
128+
"mocha": "^10.7.0",
129129
"nock": "^13.5.4",
130130
"request": "^2.88.2",
131131
"request-promise": "^4.2.6",
132-
"rfdc": "^1.3.1",
133-
"rimraf": "^5.0.5",
132+
"rfdc": "^1.4.1",
133+
"rimraf": "^6.0.1",
134134
"semantic-release": "23.0.6",
135-
"sinon": "^17.0.1",
136-
"typescript": "^5.4.3",
137-
"why-is-node-running": "^2.2.2"
135+
"sinon": "^18.0.0",
136+
"typescript": "^5.5.4",
137+
"why-is-node-running": "^3.2.0"
138138
},
139139
"engines": {
140140
"node": ">= 14.18.0",

0 commit comments

Comments
 (0)