Skip to content

Commit 20a0430

Browse files
committed
Merge branch 'master' of github.com:Abady321x123/zkrapp
2 parents f3cb3d9 + 1976ca0 commit 20a0430

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.github/dependabot.yml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: typescript
10+
versions:
11+
- 4.1.3
12+
- 4.1.4
13+
- 4.1.5
14+
- 4.2.2
15+
- 4.2.3
16+
- dependency-name: eslint-config-marine
17+
versions:
18+
- 8.1.0
19+
- 8.2.0
20+
- dependency-name: typeorm
21+
versions:
22+
- 0.2.30
23+
- 0.2.31
24+
- dependency-name: eslint-plugin-prettier
25+
versions:
26+
- 3.3.1
27+
- dependency-name: moment-timezone
28+
versions:
29+
- 0.5.32
30+
- dependency-name: pg
31+
versions:
32+
- 8.5.1
33+
- dependency-name: ejs
34+
versions:
35+
- 3.1.5
36+
- dependency-name: lodash
37+
versions:
38+
- 4.17.20

yarn.lock

+13
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,19 @@
322322
"@typescript-eslint/types" "5.30.0"
323323
eslint-visitor-keys "^3.3.0"
324324

325+
"@typescript-eslint/[email protected]":
326+
version "2.34.0"
327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
328+
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
329+
dependencies:
330+
debug "^4.1.1"
331+
eslint-visitor-keys "^1.1.0"
332+
glob "^7.1.6"
333+
is-glob "^4.0.1"
334+
lodash "^4.17.15"
335+
semver "^7.3.2"
336+
tsutils "^3.17.1"
337+
325338
abbrev@1:
326339
version "1.1.1"
327340
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"

0 commit comments

Comments
 (0)