Skip to content

Commit

Permalink
chore(deps): update dependencies (#185, #186, #187, #188, #195, #197, #…
Browse files Browse the repository at this point in the history
…199, #200, #201)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and 69pmb committed Feb 24, 2024
1 parent c637e0c commit 080f48b
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 240 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
"@fortawesome/free-brands-svg-icons": "~6.5",
"@fortawesome/free-regular-svg-icons": "~6.5",
"@fortawesome/free-solid-svg-icons": "~6.5",
"core-js": "3.31.0",
"core-js": "3.36.0",
"crypto-browserify": "^3.12.0",
"dexie": "2.0.4",
"dropbox": "10.34.0",
"jszip": "3.10.1",
"luxon": "~3.3.0",
"luxon": "~3.4.0",
"rxjs": "7.8.1",
"stream": "0.0.2",
"timers": "0.1.1",
"tslib": "2.5.3",
"tslib": "2.6.2",
"util": "^0.12.5",
"xml2js": "0.6.2",
"xmlbuilder": "15.1.1",
Expand All @@ -66,19 +66,19 @@
"@angular/cli": "~16.2.12",
"@angular/compiler-cli": "~16.2.12",
"@angular/language-service": "~16.2.12",
"@types/luxon": "~3.3",
"@types/node": "16.18.72",
"@types/luxon": "~3.4",
"@types/node": "~16.18",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "~5.62.0",
"@typescript-eslint/parser": "~5.62.0",
"eslint": "~8.56.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"gts": "~4.0.1",
"gts": "~5.2.0",
"husky": "~8.0.3",
"lint-staged": "~13.3.0",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.2",
"postcss": "~8.4.33",
"postcss-sass": "0.5.0",
"stylelint": "~15.11.0",
Expand Down

0 comments on commit 080f48b

Please sign in to comment.