Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza committed Sep 14, 2021
1 parent d8b54ba commit 1e775ae
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 33 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dist:zip": "zip -r dist.zip . --exclude @.funcignore --exclude .funcignore",
"predeploy": "npm-run-all generate build dist:modules",
"generate:definitions": "rimraf ./generated/definitions && shx mkdir -p ./generated/definitions && gen-api-models --api-spec ./openapi/index.yaml --out-dir ./generated/definitions",
"generate:session-api": "rimraf ./generated/session-api && gen-api-models --api-spec https://raw.githubusercontent.com/pagopa/io-backend/v7.15.3/api_session.yaml --out-dir ./generated/session-api --request-types --response-decoders",
"generate:session-api": "rimraf ./generated/session-api && gen-api-models --api-spec https://raw.githubusercontent.com/pagopa/io-backend/v7.19.3/api_session.yaml --out-dir ./generated/session-api --request-types --response-decoders",
"generate": "npm-run-all generate:*",
"preversion": "auto-changelog --config .auto-changelog.json --unreleased --commit-limit false --stdout --template preview.hbs",
"version": "auto-changelog -p --config .auto-changelog.json --unreleased && git add CHANGELOG.md"
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@azure/functions": "^1.0.3",
"@pagopa/eslint-config": "^1.3.1",
"@pagopa/openapi-codegen-ts": "^9.2.0",
"@pagopa/openapi-codegen-ts": "^10.0.0",
"@types/documentdb": "^1.10.8",
"@types/express": "^4.17.12",
"@types/jest": "^24.9.1",
Expand All @@ -44,6 +44,7 @@
"dotenv-cli": "^3.2.0",
"eslint-plugin-prettier": "^3.4.0",
"fast-check": "^1.26.0",
"italia-ts-commons": "^8.6.0",
"jest": "^24.9.0",
"jest-mock-express": "^0.1.1",
"lolex": "^5.1.2",
Expand All @@ -64,8 +65,8 @@
"@azure/ms-rest-js": "^2.5.1",
"@azure/ms-rest-nodeauth": "^2.0.6",
"@pagopa/express-azure-functions": "^2.0.0",
"@pagopa/io-functions-commons": "^20.6.6",
"@pagopa/ts-commons": "^9.5.1",
"@pagopa/io-functions-commons": "^21.5.3",
"@pagopa/ts-commons": "^10.0.1",
"@types/archiver": "^3.1.1",
"@types/randomstring": "^1.1.6",
"applicationinsights": "^1.8.10",
Expand All @@ -77,10 +78,9 @@
"dotenv": "^8.6.0",
"durable-functions": "^1.4.6",
"express": "^4.17.1",
"fp-ts": "1.17.4",
"fp-ts": "^2.11.1",
"html-to-text": "^5.1.1",
"io-ts": "1.8.5",
"italia-ts-commons": "^8.5.0",
"io-ts": "^2.2.16",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.1",
"nodemailer-sendgrid": "^1.0.3",
Expand All @@ -93,7 +93,6 @@
"yaml": "^1.10.2"
},
"resolutions": {
"handlebars": "~4.5.3",
"fp-ts": "1.17.4"
"handlebars": "~4.5.3"
}
}
}
66 changes: 43 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -945,20 +945,20 @@
resolved "https://registry.yarnpkg.com/@pagopa/express-azure-functions/-/express-azure-functions-2.0.0.tgz#eb52a0b997d931c1509372e2a9bea22a8ca85c17"
integrity sha512-IFZqtk0e2sfkMZIxYqPORzxcKRkbIrVJesR6eMLNwzh1rA4bl2uh9ZHk1m55LNq4ZmaxREDu+1JcGlIaZQgKNQ==

"@pagopa/io-functions-commons@^20.6.6":
version "20.6.6"
resolved "https://registry.yarnpkg.com/@pagopa/io-functions-commons/-/io-functions-commons-20.6.6.tgz#973027c4a51fd2f1f4a7218094f144faba40c875"
integrity sha512-SWxJpEW1KfHAE7WMfPUXnX0JOMJrupWNXItKyjx3tNmZw7EzfvRBfi7y4c2ysX0CpkcWq0hewhl8XT8ZEWH//w==
"@pagopa/io-functions-commons@^21.5.3":
version "21.5.3"
resolved "https://registry.yarnpkg.com/@pagopa/io-functions-commons/-/io-functions-commons-21.5.3.tgz#655b953efc482848a871a4a6c6d6302f35fd5b4c"
integrity sha512-Xiu+vDR9qD1UTXMDk92/BvkCuJKxunwNfTgBY7n2VeHFg4hMBwfk6EaVfdYAaNhj2RUJO3qP9IgIENubcMpkiA==
dependencies:
"@azure/cosmos" "^3.11.5"
"@pagopa/ts-commons" "^9.5.1"
"@pagopa/ts-commons" "^10.0.1"
applicationinsights "^1.8.10"
azure-storage "^2.10.4"
cidr-matcher "^2.1.1"
fp-ts "1.17.4"
fp-ts "^2.10.5"
helmet "^4.6.0"
helmet-csp "^2.5.1"
io-ts "1.8.5"
io-ts "^2.2.16"
node-fetch "^2.6.1"
nodemailer "^6.6.1"
nodemailer-sendgrid "^1.0.3"
Expand All @@ -969,15 +969,15 @@
remark-rehype "^3.0.0"
request-ip "^2.1.3"
ulid "^2.3.0"
unified "^9.2.1"
unified "^9.2.2"
winston "^3.1.0"

"@pagopa/openapi-codegen-ts@^9.2.0":
version "9.2.0"
resolved "https://registry.yarnpkg.com/@pagopa/openapi-codegen-ts/-/openapi-codegen-ts-9.2.0.tgz#032936e3d0b5673bbd2013e120e3a7b029facefd"
integrity sha512-B7w8/lSap5cEs7TBpBhlHCSMzqEFkr5oU6KLj6pXwSvO38F/l3Ts7ArphtpmjUEj6LOS6Zj+hRhB3CAumR7MNQ==
"@pagopa/openapi-codegen-ts@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@pagopa/openapi-codegen-ts/-/openapi-codegen-ts-10.0.0.tgz#8668513fadf42b6dbb4ce61c42fe53aaf8e1cb7e"
integrity sha512-AnY/myxrwTjRHRDYqYHFUdta5xwiatYpTtxFVDx0JNaWmg1ggwf+g8OTiI+hupsOr3NLQ2Xzrqf/5Yuxm3GzFg==
dependencies:
"@pagopa/ts-commons" "^9.2.0"
"@pagopa/ts-commons" "^10.0.0"
fs-extra "^6.0.0"
nunjucks "^3.2.2"
prettier "^1.12.1"
Expand All @@ -986,16 +986,16 @@
write-yaml-file "^4.1.3"
yargs "^11.1.0"

"@pagopa/ts-commons@^9.2.0", "@pagopa/ts-commons@^9.5.1":
version "9.6.0"
resolved "https://registry.yarnpkg.com/@pagopa/ts-commons/-/ts-commons-9.6.0.tgz#dbc837e8afa0aa66ab174d49757321a9fe18e416"
integrity sha512-GrXz6qFtBeRPS7reVxLEze6OvHUNMlCp4Ksbqwijl8xdkXD9ETCgU+9nKjGSPS6fOz2pUIOuIcts72HX7wlGmA==
"@pagopa/ts-commons@^10.0.0", "@pagopa/ts-commons@^10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@pagopa/ts-commons/-/ts-commons-10.0.1.tgz#086ae8067405f7d95802e6727a93167698ee3525"
integrity sha512-Hl4dEpXjqSniXxpGxPaYhzgV2MeDxYa1PeHt4Wsg9vctjzkb2KHkSlegQtdyPMnV3wKHx01HqepOxEXt0uGoKA==
dependencies:
abort-controller "^3.0.0"
agentkeepalive "^4.1.4"
applicationinsights "^1.8.10"
fp-ts "1.17.4"
io-ts "1.8.5"
fp-ts "^2.10.5"
io-ts "^2.2.16"
json-set-map "^1.1.2"
node-fetch "^2.6.0"
validator "^10.1.0"
Expand Down Expand Up @@ -2891,11 +2891,16 @@ core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.7, core-js@^2.6.5:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==

core-util-is@1.0.2, core-util-is@~1.0.0:
core-util-is@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=

core-util-is@~1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==

crc-32@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.0.tgz#cb2db6e29b88508e32d9dd0ec1693e7b41a18208"
Expand Down Expand Up @@ -4289,11 +4294,21 @@ forwarded@0.2.0:
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==

fp-ts@1.17.4, fp-ts@^1.0.0:
fp-ts@1.17.4:
version "1.17.4"
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-1.17.4.tgz#f41eeeb2a8924b51b11521f93f5f59d28d0503be"
integrity sha512-OaIM5w0FceJm6zO0OjMY05Rdg02nlFCpilTrMitzGnHORh/8neP0NH9OcRvnGQdOEh2T5xjtcutzzctvWOQtCQ==

fp-ts@^1.0.0:
version "1.19.5"
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-1.19.5.tgz#3da865e585dfa1fdfd51785417357ac50afc520a"
integrity sha512-wDNqTimnzs8QqpldiId9OavWK2NptormjXnRJTQecNjzwfyp6P/8s/zG8e4h3ja3oqkKaY72UlTjQYt/1yXf9A==

fp-ts@^2.10.5, fp-ts@^2.11.1:
version "2.11.1"
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.11.1.tgz#b1eeb2540728b6328542664888442f8f805d2443"
integrity sha512-CJOfs+Heq/erkE5mqH2mhpsxCKABGmcLyeEwPxtbTlkLkItGUs6bmk2WqjB2SgoVwNwzTE5iKjPQJiq06CPs5g==

fragment-cache@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
Expand Down Expand Up @@ -4958,6 +4973,11 @@ io-ts@1.8.5:
dependencies:
fp-ts "^1.0.0"

io-ts@^2.2.16:
version "2.2.16"
resolved "https://registry.yarnpkg.com/io-ts/-/io-ts-2.2.16.tgz#597dffa03db1913fc318c9c6df6931cb4ed808b2"
integrity sha512-y5TTSa6VP6le0hhmIyN0dqEXkrZeJLeC5KApJq6VLci3UEKF80lZ+KuoUs02RhBxNWlrqSNxzfI7otLX1Euv8Q==

ip-regex@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
Expand Down Expand Up @@ -5482,7 +5502,7 @@ istanbul-reports@^2.2.6:
dependencies:
html-escaper "^2.0.0"

italia-ts-commons@^8.5.0:
italia-ts-commons@^8.6.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/italia-ts-commons/-/italia-ts-commons-8.6.0.tgz#d0e944ae7fb52d63ec016e172e6950529924f2fb"
integrity sha512-fMBhaqcGa5GD7/PmXWbjnCVUGcUWuRnZ5wF0hswkh0UMCGSozg3t3neSAqZGTF3eZaUEUk9WLkYSpTNxfeH1jw==
Expand Down Expand Up @@ -9889,7 +9909,7 @@ unherit@^1.0.4:
inherits "^2.0.0"
xtend "^4.0.0"

unified@^9.2.1:
unified@^9.2.2:
version "9.2.2"
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.2.tgz#67649a1abfc3ab85d2969502902775eb03146975"
integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
Expand Down

0 comments on commit 1e775ae

Please sign in to comment.