Skip to content

Commit

Permalink
Merge pull request #2596 from bcgov/dependabot/npm_and_yarn/bciers/na…
Browse files Browse the repository at this point in the history
…noid-3.3.8

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /bciers
  • Loading branch information
Sepehr-Sobhani authored Dec 27, 2024
2 parents 8a110b6 + feb298a commit 7deb1a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit 7deb1a8

Please sign in to comment.