Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies (patch) #3553

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
925 changes: 0 additions & 925 deletions .anonymizer/.yarn/releases/yarn-4.5.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .anonymizer/.yarn/releases/yarn-4.5.2.cjs

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.2.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].2",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
Expand Down
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.5.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.2.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.2.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].2"
}
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 @@ -17501,10 +17501,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
Loading