Skip to content

Commit

Permalink
fix: up parse-manifests (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Mar 18, 2024
1 parent 7cd5449 commit 6d215b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/fabrique/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "~fabrique",
"dependencies": {
"@socialgouv/parse-manifests": "^1.14.9"
"@socialgouv/parse-manifests": "^1.16.4"
},
"license": "MIT",
"private": true,
Expand Down
10 changes: 5 additions & 5 deletions plugins/fabrique/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ __metadata:
version: 7
cacheKey: 9

"@socialgouv/parse-manifests@npm:^1.14.9":
version: 1.14.9
resolution: "@socialgouv/parse-manifests@npm:1.14.9"
"@socialgouv/parse-manifests@npm:^1.16.4":
version: 1.16.4
resolution: "@socialgouv/parse-manifests@npm:1.16.4"
dependencies:
get-stdin: "npm:^9.0.0"
yaml: "npm:^1.10.2"
bin:
parse-manifests: bin/index.js
checksum: b5d00993926f40b761a61566796494509b85b91c4511090512e26c0119e6781ec8e544c335f5ee831bd2c6ce0d91cb99827131ab4df4de74d90cdd56e6aa016d
checksum: 3a335f1d21623c4c14424d31937cf63b9de4484edda35c66f5a194766a5fda4218521942543c3f36dfa14f0f70313af801627ea8e0c5cd86e8f252a6492f40c9
languageName: node
linkType: hard

Expand All @@ -35,6 +35,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "~fabrique@workspace:."
dependencies:
"@socialgouv/parse-manifests": "npm:^1.14.9"
"@socialgouv/parse-manifests": "npm:^1.16.4"
languageName: unknown
linkType: soft

0 comments on commit 6d215b4

Please sign in to comment.