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] authored Nov 10, 2024
1 parent 808f8b2 commit 7cd3a82
Show file tree
Hide file tree
Showing 8 changed files with 831 additions and 2,700 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .anonymizer/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion .anonymizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": ".anonymizer",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
Expand Down
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-fetch.cjs
spec: "https://raw.githubusercontent.com/devthejo/yarn-plugin-fetch/master/bundles/@yarnpkg/plugin-fetch.js"

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"packages/*"
]
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"date-fns": "^2.30.0",
"file-saver": "^2.0.5",
"google-libphonenumber": "^3.2.33",
"intl-tel-input": "17.0.13",
"intl-tel-input": "17.0.21",
"jwt-decode": "^3.1.2",
"ngx-bootstrap": "^12.0.0",
"ngx-countup": "^13.2.0",
Expand Down
Loading

0 comments on commit 7cd3a82

Please sign in to comment.