Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent 2b73b7b commit 5a4793a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-outdated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install npm
run: npm install
- name: Check outdated
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"homepage": "https://github.com/compodoc/compodoc#readme",
"dependencies": {
"@angular-devkit/schematics": "17.3.7",
"@angular-devkit/schematics": "18.0.0",
"@babel/core": "^7.24.5",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@babel/preset-env": "^7.24.5",
Expand All @@ -112,7 +112,7 @@
"loglevel": "^1.9.1",
"loglevel-plugin-prefix": "^0.8.4",
"lunr": "^2.3.9",
"marked": "7.0.3",
"marked": "12.0.2",
"minimist": "^1.2.8",
"opencollective-postinstall": "^2.0.3",
"os-name": "4.0.1",
Expand All @@ -132,28 +132,28 @@
"@rollup/plugin-typescript": "11.1.6",
"@types/chai": "4.3.16",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.17.1",
"@types/marked": "5.0.2",
"@types/lodash": "4.17.4",
"@types/marked": "6.0.0",
"@types/mocha": "10.0.6",
"@types/node": "20.12.11",
"@types/node": "20.12.12",
"@types/semver": "7.5.8",
"@types/traverse": "0.6.36",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@wdio/cli": "8.36.1",
"@wdio/local-runner": "8.36.1",
"@wdio/mocha-framework": "8.36.1",
"@wdio/sauce-service": "8.36.1",
"@wdio/spec-reporter": "8.36.1",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@wdio/cli": "8.37.0",
"@wdio/local-runner": "8.37.0",
"@wdio/mocha-framework": "8.37.0",
"@wdio/sauce-service": "8.37.0",
"@wdio/spec-reporter": "8.37.0",
"auto-changelog": "2.4.0",
"chai": "4.4.1",
"chromedriver": "124.0.3",
"chai": "5.1.1",
"chromedriver": "125.0.1",
"codecov": "3.8.3",
"cpx": "^1.5.0",
"cpx2": "^2.0.0",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint": "9.3.0",
"husky": "9.0.11",
"lcov-result-merger": "5.0.0",
"lcov-result-merger": "5.0.1",
"madge": "7.0.0",
"mocha": "10.4.0",
"nodemon": "3.1.0",
Expand All @@ -162,10 +162,10 @@
"pdfjs-dist": "4.0.379",
"prettier": "3.2.5",
"pretty-quick": "4.0.0",
"rimraf": "5.0.6",
"rollup": "4.17.2",
"rimraf": "5.0.7",
"rollup": "4.18.0",
"rollup-plugin-typescript2": "0.36.0",
"sinon": "17.0.2",
"sinon": "18.0.0",
"sonar-scanner": "3.1.0",
"source-map-support": "0.5.21",
"supertest": "7.0.0",
Expand Down

0 comments on commit 5a4793a

Please sign in to comment.