Skip to content

Commit

Permalink
fix(dila-api-client): upgrade to latest version (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed May 31, 2023
1 parent f996015 commit d19fe83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion shared/dila-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"private": "true",
"dependencies": {
"@socialgouv/dila-api-client": "^1.2.1"
"@socialgouv/dila-api-client": "^1.2.4"
},
"devDependencies": {
"@babel/core": "^7.15.5",
Expand Down
2 changes: 1 addition & 1 deletion targets/alert-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@shared/graphql-client": "^2.7.0",
"@socialgouv/cdtn-slugify": "4.52.1",
"@socialgouv/cdtn-sources": "4.52.1",
"@socialgouv/dila-api-client": "1.2.1",
"@socialgouv/dila-api-client": "1.2.4",
"memoizee": "0.4.15",
"node-fetch": "2.6.7",
"nodegit": "0.27.0",
Expand Down
20 changes: 5 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3870,20 +3870,10 @@
resolved "https://registry.yarnpkg.com/@socialgouv/contributions-data-types/-/contributions-data-types-3.89.0.tgz#8c1f583cab5bb6631676e5d0cb3146c322f2e2a4"
integrity sha512-nmrtXhjNE7GXxjKc83prOUBx13kAYdM24bUwQuVeaLVko4iztpuTISU35SYNp47NoYI+pN6anu5r8rfNJ6RXwA==

"@socialgouv/dila-api-client@1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@socialgouv/dila-api-client/-/dila-api-client-1.2.1.tgz#ea00c2142a144c34374fe08c222efbef50b3618f"
integrity sha512-PWqzyCuPeIwOzjW0xyrm7fnTZSvHlsBw6MC4ZJoMlXtVfba/EbcNh+pnBN3vhcf7SX8ztKkJ01uRR+k1px/Bnw==
dependencies:
debug "^4.3.2"
node-fetch "^2.6.2"
p-all "^4.0.0"
simple-oauth2 "^4.2.0"

"@socialgouv/dila-api-client@^1.2.1":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@socialgouv/dila-api-client/-/dila-api-client-1.2.3.tgz#a2fcffc29ebc430ff8bfe7fb992e32bcc19d5290"
integrity sha512-KR2+0tVjq/BnuspZMchvtfKViRe0HsHfUysPAxr60QDqRUviRdpLzqYQW3z0a3tCiCuQVVpJrkL3xRX0Z4siRw==
"@socialgouv/dila-api-client@1.2.4", "@socialgouv/dila-api-client@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@socialgouv/dila-api-client/-/dila-api-client-1.2.4.tgz#56a00f2507fbf0ea8128fdffaa48aa6e8f5e4c42"
integrity sha512-mG7uXvwAHjPNme2X/3uYBCEffNQlOJiFT7/oscoHv5qWZ/QRyiBKjFeAQsHiEJfAnyyt8PFuruZWqWIvmMCIMQ==
dependencies:
debug "^4.3.3"
node-fetch "^2.6.6"
Expand Down Expand Up @@ -13587,7 +13577,7 @@ node-fetch@2.6.7:
dependencies:
whatwg-url "^5.0.0"

node-fetch@^2.6.1, node-fetch@^2.6.2, node-fetch@^2.6.5, node-fetch@^2.6.6, node-fetch@^2.6.7:
node-fetch@^2.6.1, node-fetch@^2.6.5, node-fetch@^2.6.6, node-fetch@^2.6.7:
version "2.6.11"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25"
integrity sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==
Expand Down

0 comments on commit d19fe83

Please sign in to comment.