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

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /bciers #2596

Merged
merged 5 commits into from
Dec 27, 2024
Merged
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
4 changes: 2 additions & 2 deletions bc_obps/common/management/commands/load_fixtures_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ def handle(self, *args, **options):
],
"admin-industry_user": [
(
fixture.replace('user_operator.json', 'admin/user_operator.json')
fixture.replace('v1/user_operator.json', 'admin/user_operator.json')
if 'user_operator.json' in fixture
else fixture
)
for fixture in fixtures_base
],
"admin-industry_user_operator": [
(
fixture.replace('user_operator.json', 'admin/user_operator_approved.json')
fixture.replace('v1/user_operator.json', 'admin/user_operator_approved.json')
if 'user_operator.json' in fixture
else fixture
)
Expand Down
Binary file removed bc_obps/registration/fixtures/mock/mock_file.pdf
Binary file not shown.
Binary file removed bc_obps/registration/fixtures/mock/v1/mock_file.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions bciers/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12617,11 +12617,11 @@ __metadata:
linkType: hard

"nanoid@npm:^3.3.6, nanoid@npm:^3.3.7":
version: 3.3.7
resolution: "nanoid@npm:3.3.7"
version: 3.3.8
resolution: "nanoid@npm:3.3.8"
bin:
nanoid: bin/nanoid.cjs
checksum: 10c0/e3fb661aa083454f40500473bb69eedb85dc160e763150b9a2c567c7e9ff560ce028a9f833123b618a6ea742e311138b591910e795614a629029e86e180660f3
checksum: 10c0/4b1bb29f6cfebf3be3bc4ad1f1296fb0a10a3043a79f34fbffe75d1621b4318319211cd420549459018ea3592f0d2f159247a6f874911d6d26eaaadda2478120
languageName: node
linkType: hard

Expand Down
Loading