Skip to content

Commit 21eeec7

Browse files
Bump tmp from 0.2.3 to 0.2.4 (#17)
* Bump tmp from 0.2.3 to 0.2.4 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Update test-mozilla-grcov.yml * Update test-mozilla-grcov.yml * Update test-mozilla-grcov.yml * Update test-mozilla-grcov.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <[email protected]>
1 parent b004f36 commit 21eeec7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/test-mozilla-grcov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
cache: 'npm'
3636
- run: yarn install --frozen-lockfile
3737
- run: yarn build
38+
- if: ${{ matrix.runs-on == 'ubuntu-latest' }}
39+
run: |-
40+
sudo apt-get install libgoogle-perftools-dev --yes
3841
- uses: ./
3942
with:
4043
config: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@
9494
"prettier": "^3.3.3",
9595
"prettier-eslint": "^16.3.0",
9696
"ts-jest": "^29.2.4",
97-
"tmp": "^0.2.3"
97+
"tmp": "^0.2.4"
9898
}
9999
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4687,10 +4687,10 @@ text-table@^0.2.0:
46874687
resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
46884688
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
46894689

4690-
tmp@^0.2.3:
4691-
version "0.2.3"
4692-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
4693-
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
4690+
tmp@^0.2.4:
4691+
version "0.2.4"
4692+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.4.tgz#c6db987a2ccc97f812f17137b36af2b6521b0d13"
4693+
integrity sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==
46944694

46954695
46964696
version "1.0.5"

0 commit comments

Comments
 (0)