Skip to content

Commit 28a8dbb

Browse files
authored
Merge pull request #201 from commercelayer/update-dependencies
chore: update dependencies and fix vulnerabilities
2 parents 9fdbb03 + f05baf9 commit 28a8dbb

2 files changed

Lines changed: 336 additions & 343 deletions

File tree

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"release": "pnpm upgrade && pnpm lint && pnpm prepack && pnpm postpack"
9595
},
9696
"devDependencies": {
97-
"@biomejs/biome": "^2.4.9",
97+
"@biomejs/biome": "^2.4.10",
9898
"@commercelayer/cli-dev": "^3.1.1",
9999
"@fig/complete-oclif": "^2.0.1",
100100
"@oclif/test": "^3.2.15",
@@ -124,9 +124,9 @@
124124
"@commercelayer/provisioning-sdk": "^2.10.1",
125125
"@commercelayer/sdk": "^6.55.0",
126126
"@oclif/core": "^3.27.0",
127-
"@oclif/plugin-autocomplete": "^3.2.42",
128-
"@oclif/plugin-help": "^6.2.40",
129-
"@oclif/plugin-not-found": "^3.2.77",
127+
"@oclif/plugin-autocomplete": "^3.2.43",
128+
"@oclif/plugin-help": "^6.2.41",
129+
"@oclif/plugin-not-found": "^3.2.78",
130130
"@oclif/plugin-plugins": "^5.4.59",
131131
"configstore": "^5.0.1",
132132
"inquirer": "^8.2.7",
@@ -136,5 +136,12 @@
136136
},
137137
"publishConfig": {
138138
"access": "public"
139+
},
140+
"pnpm": {
141+
"overrides": {
142+
"brace-expansion@>=2.0.0 <2.0.3": "2.0.3",
143+
"handlebars@>=4.0.0 <4.7.9": "4.7.9",
144+
"serialize-javascript@<7.0.5": "7.0.5"
145+
}
139146
}
140147
}

0 commit comments

Comments
 (0)