diff --git a/.github/workflows/aws-hosting-pull-request-newm-marketplace.yml b/.github/workflows/aws-hosting-pull-request-newm-marketplace.yml index 099427f0..e368da11 100644 --- a/.github/workflows/aws-hosting-pull-request-newm-marketplace.yml +++ b/.github/workflows/aws-hosting-pull-request-newm-marketplace.yml @@ -5,6 +5,7 @@ on: - .github/workflows/aws-hosting-pull-request-newm-marketplace.yml - apps/marketplace/** - packages/** + - package-lock.json jobs: build_and_preview: if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}" diff --git a/.github/workflows/aws-hosting-pull-request-newm-mobile-wallet-connector.yml b/.github/workflows/aws-hosting-pull-request-newm-mobile-wallet-connector.yml index 33c17f7e..b241be27 100644 --- a/.github/workflows/aws-hosting-pull-request-newm-mobile-wallet-connector.yml +++ b/.github/workflows/aws-hosting-pull-request-newm-mobile-wallet-connector.yml @@ -5,6 +5,7 @@ on: - .github/workflows/aws-hosting-pull-request-newm-mobile-wallet-connector.yml - apps/mobile-wallet-connector/** - packages/** + - package-lock.json jobs: build_and_preview: if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}" diff --git a/.github/workflows/aws-hosting-pull-request-newm-studio.yml b/.github/workflows/aws-hosting-pull-request-newm-studio.yml index f8630e27..208383ad 100644 --- a/.github/workflows/aws-hosting-pull-request-newm-studio.yml +++ b/.github/workflows/aws-hosting-pull-request-newm-studio.yml @@ -5,6 +5,7 @@ on: - .github/workflows/aws-hosting-pull-request-newm-studio.yml - apps/studio/** - packages/** + - package-lock.json jobs: build_and_preview: if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}" diff --git a/.github/workflows/aws-hosting-pull-request-newm-tools.yml b/.github/workflows/aws-hosting-pull-request-newm-tools.yml index d3cc156b..4d0bea3f 100644 --- a/.github/workflows/aws-hosting-pull-request-newm-tools.yml +++ b/.github/workflows/aws-hosting-pull-request-newm-tools.yml @@ -5,6 +5,7 @@ on: - .github/workflows/aws-hosting-pull-request-newm-tools.yml - apps/tools/** - packages/** + - package-lock.json jobs: build_and_preview: if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}" diff --git a/package-lock.json b/package-lock.json index 802e52fb..4bd6e949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4446,9 +4446,9 @@ } }, "node_modules/@newm.io/cardano-dapp-wallet-connector": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@newm.io/cardano-dapp-wallet-connector/-/cardano-dapp-wallet-connector-1.0.14.tgz", - "integrity": "sha512-+f105RrA0PSp25+n8JI3l4WefsebqjOzzZpyTbNTIneUe8pAy0q59R4AnVF/3BwdxNv5atF3P9/pGYBgGa5i7g==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@newm.io/cardano-dapp-wallet-connector/-/cardano-dapp-wallet-connector-1.0.15.tgz", + "integrity": "sha512-e0DHuZvWfG67Gpc+p9ffK65eDiVib6YzoYcLFtlCDlvGCR7KfaajulMgBEZ1J2KQOGnVsaGSqRF4ujO4SAW20A==", "dependencies": { "bech32": "^2.0.0", "buffer": "^6.0.3",