Skip to content

Commit dad0748

Browse files
renovate[bot]marionebl
authored andcommitted
chore: update dependency resolve-global to v1 (#621)
1 parent 88c018f commit dad0748

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

@commitlint/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
"lodash": "4.17.11",
8383
"meow": "5.0.0",
8484
"resolve-from": "5.0.0",
85-
"resolve-global": "0.1.0"
85+
"resolve-global": "1.0.0"
8686
}
8787
}

@commitlint/resolve-extends/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
"import-fresh": "^3.0.0",
7676
"lodash": "4.17.11",
7777
"resolve-from": "^5.0.0",
78-
"resolve-global": "^0.1.0"
78+
"resolve-global": "^1.0.0"
7979
}
8080
}

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6904,7 +6904,7 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
69046904
once "^1.3.0"
69056905
path-is-absolute "^1.0.0"
69066906

6907-
global-dirs@^0.1.0:
6907+
global-dirs@^0.1.0, global-dirs@^0.1.1:
69086908
version "0.1.1"
69096909
resolved "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
69106910
dependencies:
@@ -12645,11 +12645,12 @@ resolve-from@^4.0.0:
1264512645
version "4.0.0"
1264612646
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
1264712647

12648-
[email protected], resolve-global@^0.1.0:
12649-
version "0.1.0"
12650-
resolved "https://registry.npmjs.org/resolve-global/-/resolve-global-0.1.0.tgz#8fb02cfd5b7db20118e886311f15af95bd15fbd9"
12648+
[email protected], resolve-global@^1.0.0:
12649+
version "1.0.0"
12650+
resolved "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255"
12651+
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
1265112652
dependencies:
12652-
global-dirs "^0.1.0"
12653+
global-dirs "^0.1.1"
1265312654

1265412655
resolve-pathname@^2.1.0, resolve-pathname@^2.2.0:
1265512656
version "2.2.0"

0 commit comments

Comments
 (0)