Skip to content

Commit

Permalink
Bump ts-node from 10.2.1 to 10.3.1 (#335)
Browse files Browse the repository at this point in the history
* Bump ts-node from 10.2.1 to 10.3.1

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.2.1 to 10.3.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](TypeStrong/ts-node@v10.2.1...v10.3.1)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* update codeql trigger analysis

* run sonarqube analysis if not dependabot

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damien Trouillet <[email protected]>
  • Loading branch information
dependabot[bot] and dtrouillet authored Oct 22, 2021
1 parent 4c3871b commit 6a89014
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "Code scanning - action"

on:
push:
pull_request:
schedule:
- cron: '0 20 * * 5'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: cypress-videos
path: cypress/videos
- name: SonarCloud Scan
if: always()
if: ${{ github.actor != 'dependabot[bot]' }}
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"nyc": "^15.1.0",
"source-map-support": "^0.5.20",
"ts-loader": "^9.2.6",
"ts-node": "^10.2.1",
"ts-node": "^10.3.1",
"tslint": "~6.1.0",
"typescript": "4.3.5"
},
Expand Down

0 comments on commit 6a89014

Please sign in to comment.