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

Update dependency @hmcts/properties-volume to ^0.0.14 #3640

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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@hmcts/nodejs-healthcheck": "^1.8.0",
"@hmcts/nodejs-logging": "^4.0.4",
"@hmcts/os-places-client": "^1.1.7",
"@hmcts/properties-volume": "^0.0.13",
"@hmcts/properties-volume": "^0.0.14",
"@hmcts/requestretry": "^1.1.2",
"@taoqf/javascript-state-machine": "^3.1.6",
"@types/config": "^0.0.38",
Expand Down
25 changes: 7 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -714,17 +714,6 @@ __metadata:
languageName: node
linkType: hard

"@hmcts/nodejs-logging@npm:^3.0.0":
version: 3.0.4
resolution: "@hmcts/nodejs-logging@npm:3.0.4"
dependencies:
moment: ^2.19.3
on-finished: ^2.3.0
winston: ^2.4.5
checksum: d690f06f3cc99c8c2d03c1da1d305dcbc7ddd2f2e374d347659e869aa0795d75de9e75b2a336a0b94e34e20ad3da5b27f8d89405acc474316ef3fb6ca545dcf2
languageName: node
linkType: hard

"@hmcts/nodejs-logging@npm:^4.0.4":
version: 4.0.4
resolution: "@hmcts/nodejs-logging@npm:4.0.4"
Expand All @@ -746,14 +735,14 @@ __metadata:
languageName: node
linkType: hard

"@hmcts/properties-volume@npm:^0.0.13":
version: 0.0.13
resolution: "@hmcts/properties-volume@npm:0.0.13"
"@hmcts/properties-volume@npm:^0.0.14":
version: 0.0.14
resolution: "@hmcts/properties-volume@npm:0.0.14"
dependencies:
"@hmcts/nodejs-logging": ^3.0.0
"@hmcts/nodejs-logging": ^4.0.4
lodash: ^4.17.11
path: ^0.12.7
checksum: 7046728d3b3f3ba2290d933bc8c7cf3eec84cd03f8bf8b66d380caf328f436e32ea8774331c9910110e9318c3129c22ec8dc9c785169430462fd20cccfe742cd
checksum: 3859effd7c1579f151a050e85514ca73a341ae9a6be9246e8f3995cf86eafceecac8f64fba38281b3c20f518f1dae744428dbf5c3d6a33782d493dcb3995aeec
languageName: node
linkType: hard

Expand Down Expand Up @@ -3515,7 +3504,7 @@ __metadata:
"@hmcts/nodejs-healthcheck": ^1.8.0
"@hmcts/nodejs-logging": ^4.0.4
"@hmcts/os-places-client": ^1.1.7
"@hmcts/properties-volume": ^0.0.13
"@hmcts/properties-volume": ^0.0.14
"@hmcts/requestretry": ^1.1.2
"@taoqf/javascript-state-machine": ^3.1.6
"@types/chai": ^4.2.18
Expand Down Expand Up @@ -9769,7 +9758,7 @@ __metadata:
languageName: node
linkType: hard

"moment@npm:^2.18.1, moment@npm:^2.19.1, moment@npm:^2.19.3, moment@npm:^2.29.4":
"moment@npm:^2.18.1, moment@npm:^2.19.1, moment@npm:^2.29.4":
version: 2.29.4
resolution: "moment@npm:2.29.4"
checksum: 0ec3f9c2bcba38dc2451b1daed5daded747f17610b92427bebe1d08d48d8b7bdd8d9197500b072d14e326dd0ccf3e326b9e3d07c5895d3d49e39b6803b76e80e
Expand Down
Loading