Skip to content

Commit e36c07a

Browse files
authored
Merge pull request #549 from ReactiveDB/dependabot/npm_and_yarn/madge-4.0.2
[security] chore(deps-dev): bump madge from 4.0.0 to 4.0.2
2 parents 9b1362a + 5df2fa5 commit e36c07a

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"html-webpack-plugin": "^4.5.1",
7575
"husky": "^4.3.8",
7676
"lint-staged": "^10.5.4",
77-
"madge": "^4.0.0",
77+
"madge": "^4.0.2",
7878
"moment": "^2.29.1",
7979
"node-watch": "^0.7.1",
8080
"npm-run-all": "^4.1.5",

yarn.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,6 +1893,16 @@ detective-typescript@^6.0.0:
18931893
node-source-walk "^4.2.0"
18941894
typescript "^3.9.7"
18951895

1896+
detective-typescript@^7.0.0:
1897+
version "7.0.0"
1898+
resolved "https://registry.npmjs.org/detective-typescript/-/detective-typescript-7.0.0.tgz#8c8917f2e51d9e4ee49821abf759ff512dd897f2"
1899+
integrity sha512-y/Ev98AleGvl43YKTNcA2Q+lyFmsmCfTTNWy4cjEJxoLkbobcXtRS0Kvx06daCgr2GdtlwLfNzL553BkktfJoA==
1900+
dependencies:
1901+
"@typescript-eslint/typescript-estree" "^4.8.2"
1902+
ast-module-types "^2.7.1"
1903+
node-source-walk "^4.2.0"
1904+
typescript "^3.9.7"
1905+
18961906
diff@^4.0.1, diff@^4.0.2, diff@~4.0.2:
18971907
version "4.0.2"
18981908
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
@@ -3841,10 +3851,10 @@ lru-cache@^6.0.0:
38413851
dependencies:
38423852
yallist "^4.0.0"
38433853

3844-
madge@^4.0.0:
3845-
version "4.0.0"
3846-
resolved "https://registry.npmjs.org/madge/-/madge-4.0.0.tgz#8930e0e0310451b049a43b3a86253aea6cf7d03e"
3847-
integrity sha512-BQbYl2HTFnTqOTJQQwVGJPBuD7ScafYvWa2GGGIt+qBFQ2ZpYhSWQJp2rk3EdazthyAOhFvpeuIEOXTBVB50hw==
3854+
madge@^4.0.2:
3855+
version "4.0.2"
3856+
resolved "https://registry.npmjs.org/madge/-/madge-4.0.2.tgz#56a3aff8021a5844f8713e0789f6ee94095f2f41"
3857+
integrity sha512-l5bnA2dvyk0azLKDbOTCI+wDZ6nB007PhvPdmiYlPmqwVi49JPbhQrH/t4u8E6Akp3gwji1GZuA+v/F5q6yoWQ==
38483858
dependencies:
38493859
chalk "^4.1.0"
38503860
commander "^6.2.1"
@@ -3859,7 +3869,7 @@ madge@^4.0.0:
38593869
detective-sass "^3.0.1"
38603870
detective-scss "^2.0.1"
38613871
detective-stylus "^1.0.0"
3862-
detective-typescript "^6.0.0"
3872+
detective-typescript "^7.0.0"
38633873
graphviz "0.0.9"
38643874
ora "^5.1.0"
38653875
pluralize "^8.0.0"

0 commit comments

Comments
 (0)