Skip to content

Commit

Permalink
WIP temporary workarounds
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
  • Loading branch information
Rugvip committed Aug 19, 2022
1 parent d6d0974 commit 901a7c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -32,6 +32,11 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/ # Needed for auth

- name: node-canvas dependencies
run: |
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- name: yarn install
uses: backstage/actions/yarn-install@v0.5.3
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -46,6 +46,7 @@
},
"resolutions": {
"**/@graphql-codegen/cli/**/ws": "^8.0.0",
"openid-client": "npm:openid-client-any-engine@^5.1.3",
"@types/react": "^17",
"@types/react-dom": "^17"
},
Expand Down
12 changes: 1 addition & 11 deletions yarn.lock
Expand Up @@ -20076,7 +20076,7 @@ openapi-types@^12.0.0:
resolved "https://registry.npmjs.org/openapi-types/-/openapi-types-12.0.0.tgz#458a99d048f9eae1c067e15d56a8bfb3726041f1"
integrity sha512-6Wd9k8nmGQHgCbehZCP6wwWcfXcvinhybUTBatuhjRsCxUIujuYFZc9QnGeae75CyHASewBtxs0HX/qwREReUw==

openid-client-any-engine@^5.1.3:
openid-client-any-engine@^5.1.3, openid-client@^5.1.6, "openid-client@npm:openid-client-any-engine@^5.1.3":
version "5.1.8"
resolved "https://registry.npmjs.org/openid-client-any-engine/-/openid-client-any-engine-5.1.8.tgz#ff166b40012f05838f16390a45ccc6e3735f1f08"
integrity sha512-VsF59fhE5fpHyc9ZmfUgPCG+n76HSMz5O9lPVN6tNG/uej1H87WIHcJ6u9noGqrxBkAo/e/HuyjJNhxWFv4zGg==
Expand All @@ -20086,16 +20086,6 @@ openid-client-any-engine@^5.1.3:
object-hash "^2.0.1"
oidc-token-hash "^5.0.1"

openid-client@^5.1.6:
version "5.1.8"
resolved "https://registry.npmjs.org/openid-client/-/openid-client-5.1.8.tgz#3a24910288b32c32f548fb6e391f44178ce6370f"
integrity sha512-EPxJY6bT7YIYQEXSGxRC5flQ3GUhLy98ufdto6+BVBrFGPmwjUpy4xBcYuU/Wt9nPkO/3EgljBrr6Ezx4lp1RQ==
dependencies:
jose "^4.1.4"
lru-cache "^6.0.0"
object-hash "^2.0.1"
oidc-token-hash "^5.0.1"

optionator@^0.8.1:
version "0.8.3"
resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
Expand Down

0 comments on commit 901a7c7

Please sign in to comment.