Skip to content

Commit

Permalink
fix(deps): update dependency apollo-angular to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent b007765 commit d41924e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@ngx-loading-bar/http-client": "5.1.2",
"@ngx-loading-bar/router": "5.1.2",
"@nrwl/angular": "13.4.5",
"apollo-angular": "2.6.0",
"apollo-angular": "5.0.1",
"color": "^4.0.1",
"core-js": "3.18.1",
"crypto-hash": "^2.0.1",
Expand Down
25 changes: 11 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==

"@graphql-typed-document-node/core@^3.0.0", "@graphql-typed-document-node/core@^3.1.0":
"@graphql-typed-document-node/core@^3.0.0":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
Expand Down Expand Up @@ -3593,15 +3593,12 @@ anymatch@^3.0.1, anymatch@^3.0.3, anymatch@~3.1.2:
normalize-path "^3.0.0"
picomatch "^2.0.4"

apollo-angular@2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/apollo-angular/-/apollo-angular-2.6.0.tgz#3c8d5732c91aeabe6566fda8db0155a6a1ddca17"
integrity sha512-PxlOlYbJB39mKAIMX24twrrM+1qm+o7OIdvtiJJB4MSlDFdlKR6yCrZdxpvoHFRoK1vWl23g4GiLrf8bNyJuyQ==
apollo-angular@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/apollo-angular/-/apollo-angular-5.0.1.tgz#50bf1ceb14a4b3d128927f2ef52f0b9c2ab52d3f"
integrity sha512-Dc6w4cpXBMmYfqZ4WsaFTTI6WiubEI34tIHbkYvpS07+qDh6d6JnRwZ+2f7Y7SL3GOQUtsbapKmWibVdLVyNZw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.0"
extract-files "^9.0.0"
semver "^7.0.0"
tslib "^2.0.0"
tslib "^2.6.2"

"aproba@^1.0.3 || ^2.0.0":
version "2.0.0"
Expand Down Expand Up @@ -6142,11 +6139,6 @@ external-editor@^3.0.3:
iconv-lite "^0.4.24"
tmp "^0.0.33"

extract-files@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/extract-files/-/extract-files-9.0.0.tgz#8a7744f2437f81f5ed3250ed9f1550de902fe54a"
integrity sha512-CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ==

[email protected]:
version "1.0.5"
resolved "https://registry.yarnpkg.com/extract-math/-/extract-math-1.0.5.tgz#228c4fa9ca5700de536c175c6ab10da1a093ba96"
Expand Down Expand Up @@ -12012,6 +12004,11 @@ tslib@^2.0.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tslib@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
Expand Down

0 comments on commit d41924e

Please sign in to comment.