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 17, 2024
1 parent 884f386 commit 3743c41
Show file tree
Hide file tree
Showing 8 changed files with 744 additions and 726 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
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3991,7 +3991,7 @@ __metadata:
eslint-plugin-prettier: "npm:^5.2.1"
file-saver: "npm:^2.0.5"
google-libphonenumber: "npm:^3.2.33"
intl-tel-input: "npm:17.0.13"
intl-tel-input: "npm:17.0.21"
jest: "npm:^29.7.0"
jest-preset-angular: "npm:^14.1.1"
jwt-decode: "npm:^3.1.2"
Expand Down Expand Up @@ -17381,10 +17381,10 @@ __metadata:
languageName: node
linkType: hard

"intl-tel-input@npm:17.0.13":
version: 17.0.13
resolution: "intl-tel-input@npm:17.0.13"
checksum: 10/71f32d4c7d36a183faf0d71c3caefa4f14859ccd8f84f8513981740a53eddf39c471ac0d8a35d692d5836358945e05ae35747f4e8e3945872cb5fc8a620f89da
"intl-tel-input@npm:17.0.21":
version: 17.0.21
resolution: "intl-tel-input@npm:17.0.21"
checksum: 10/728ae62ebf17252857323447208ead3f4694e5b2c0b37ffb7bf806d580b3c25e61321859327903f322ae7a141d3c3089f84c622381f1ff3ba9eda53b6537b935
languageName: node
linkType: hard

Expand Down

0 comments on commit 3743c41

Please sign in to comment.