Skip to content

Commit

Permalink
Update ts-commons and fn-commons in order to be based on Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Garma00 committed Mar 30, 2023
1 parent b188c98 commit 1a9ee85
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 22 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"dependencies": {
"@pagopa/express-azure-functions": "^2.0.0",
"@pagopa/io-functions-commons": "^21.5.3",
"@pagopa/ts-commons": "^10.0.0",
"@pagopa/io-functions-commons": "^28.0.0",
"@pagopa/ts-commons": "^11.0.0",
"applicationinsights": "^1.8.10",
"azure-sb": "^0.11.1",
"azure-storage": "^2.10.3",
Expand Down
49 changes: 29 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@azure/abort-controller" "^1.0.0"
tslib "^2.2.0"

"@azure/cosmos@^3.11.5":
"@azure/cosmos@^3.17.1":
version "3.17.3"
resolved "https://registry.yarnpkg.com/@azure/cosmos/-/cosmos-3.17.3.tgz#380398496af8ef3473ae0a9ad8cdbab32d91eb08"
integrity sha512-wBglkQ6Irjv5Vo2iw8fd6eYj60WYRSSg4/0DBkeOP6BwQ4RA91znsOHd6s3qG6UAbNgYuzC9Nnq07vlFFZkHEw==
Expand Down Expand Up @@ -948,13 +948,13 @@
resolved "https://registry.yarnpkg.com/@pagopa/express-azure-functions/-/express-azure-functions-2.1.1.tgz#ac6aa6d8c8d82b64e0db19ccadd2e89cc35ea725"
integrity sha512-x2kBGS6JKYqVp7PS9QiBc2AWIOPBObHwlaheJmxZJacnxmLdXHobomTzN2UJMxu55fxMd7xIxqM8VGMQxSzqiw==

"@pagopa/io-functions-commons@^21.5.3":
version "21.8.0"
resolved "https://registry.yarnpkg.com/@pagopa/io-functions-commons/-/io-functions-commons-21.8.0.tgz#d549cec2212834c1b688950e2fa0c398d13da8ab"
integrity sha512-K3j6zu/tX2GpmMT9PnoO3pLXcr8QdNiLQrYaohMJyCFiFuQs6hNFRSHKDjPgutoHKOVbal7HAJxTZvlGxgTw9w==
"@pagopa/io-functions-commons@^28.0.0":
version "28.0.0"
resolved "https://registry.yarnpkg.com/@pagopa/io-functions-commons/-/io-functions-commons-28.0.0.tgz#1a6bef09cf6238edb451305fbce31eb3447a604f"
integrity sha512-/t/3DBVJBAWjeQ72yR/yNu50jDd+6shh+zlIW6l6bfoF3kCjpgKkGdaXu9QB7NC6Rh2Tqeu34251jeJoBH7nuA==
dependencies:
"@azure/cosmos" "^3.11.5"
"@pagopa/ts-commons" "^10.0.1"
"@azure/cosmos" "^3.17.1"
"@pagopa/ts-commons" "^11.0.0"
applicationinsights "^1.8.10"
azure-storage "^2.10.5"
cidr-matcher "^2.1.1"
Expand All @@ -970,7 +970,7 @@
remark-frontmatter "^2.0.0"
remark-parse "^5.0.0"
remark-rehype "^3.0.0"
request-ip "^2.1.3"
request-ip "^3.3.0"
ulid "^2.3.0"
unified "^9.2.2"
winston "^3.1.0"
Expand All @@ -989,7 +989,7 @@
write-yaml-file "^4.1.3"
yargs "^15.0.1"

"@pagopa/ts-commons@^10.0.0", "@pagopa/ts-commons@^10.0.1", "@pagopa/ts-commons@^10.3.0":
"@pagopa/ts-commons@^10.3.0":
version "10.15.0"
resolved "https://registry.yarnpkg.com/@pagopa/ts-commons/-/ts-commons-10.15.0.tgz#8e3030a2ebc16c3edb5ef99962c6e8d534826957"
integrity sha512-MTmD0geIN9L9vnEYjPTE7v6Bu+IRTFMre+3K4LWYjy1AaRmYcpSrc9HTZgyCRW8uLCvw1BmDKcKtSiETM817kw==
Expand All @@ -1005,6 +1005,22 @@
semver "^7.3.7"
validator "^13.7.0"

"@pagopa/ts-commons@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@pagopa/ts-commons/-/ts-commons-11.0.0.tgz#e0384863e564e87815c43b2ab7999af682ee5fc1"
integrity sha512-KA+riHTKhNcv5UGP33+AIYBWx7bAwk3c5/eQAUFl16gDYeXrceQpJ/cq0fyOC0AnUmNuMPiHQOksgjjeioaLIQ==
dependencies:
abort-controller "^3.0.0"
agentkeepalive "^4.1.4"
applicationinsights "^1.8.10"
fp-ts "^2.11.0"
io-ts "^2.2.16"
jose "^4.11.2"
json-set-map "^1.1.2"
node-fetch "^2.6.0"
semver "^7.3.7"
validator "^13.7.0"

"@pnpm/config.env-replace@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@pnpm/config.env-replace/-/config.env-replace-1.0.0.tgz#c76fa65847c9554e88d910f264c2ba9a1575e833"
Expand Down Expand Up @@ -5636,11 +5652,6 @@ is-wsl@^2.1.1:
dependencies:
is-docker "^2.0.0"

is_js@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/is_js/-/is_js-0.9.0.tgz#0ab94540502ba7afa24c856aa985561669e9c52d"
integrity sha512-8Y5EHSH+TonfUHX2g3pMJljdbGavg55q4jmHzghJCdqYDbdNROC8uw/YFQwIRCRqRJT1EY3pJefz+kglw+o7sg==

isarray@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
Expand Down Expand Up @@ -9197,12 +9208,10 @@ req-all@^0.1.0:
resolved "https://registry.yarnpkg.com/req-all/-/req-all-0.1.0.tgz#130051e2ace58a02eacbfc9d448577a736a9273a"
integrity sha512-ZdvPr8uXy9ujX3KujwE2P1HWkMYgogIhqeAeyb47MqWjSfyxERSm0TNbN/IapCCmWDufXab04AYrRgObaJCJ6Q==

request-ip@^2.1.3:
version "2.2.0"
resolved "https://registry.yarnpkg.com/request-ip/-/request-ip-2.2.0.tgz#8dbf53de6c5eb9a7da63a4f9f8991c1ea968a099"
integrity sha512-Hn4zUAr+XHbUs2RrfHur62t7+UhvtevqK32ordFewguEfNHUkhSdYgbG7PDGmXZEzqEXll9bei0+VMe6gkmuUQ==
dependencies:
is_js "^0.9.0"
request-ip@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/request-ip/-/request-ip-3.3.0.tgz#863451e8fec03847d44f223e30a5d63e369fa611"
integrity sha512-cA6Xh6e0fDBBBwH77SLJaJPBmD3nWVAcF9/XAcsrIHdjhFzFiB5aNQFytdjCGPezU3ROwrR11IddKAM08vohxA==

request-promise-core@1.1.4:
version "1.1.4"
Expand Down

0 comments on commit 1a9ee85

Please sign in to comment.