Skip to content

Commit 70f1605

Browse files
fix(deps): Update non-major dependencies (#672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 029ad0b commit 70f1605

7 files changed

Lines changed: 286 additions & 281 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"devDependencies": {
4343
"@cloudcommerce/eslint": "workspace:*",
44-
"@commitlint/cli": "^20.2.0",
45-
"@commitlint/config-conventional": "^20.2.0",
46-
"@commitlint/rules": "^20.2.0",
44+
"@commitlint/cli": "^20.3.0",
45+
"@commitlint/config-conventional": "^20.3.0",
46+
"@commitlint/rules": "^20.3.0",
4747
"@types/node": "^20.19.27",
4848
"commit-and-tag-version": "^12.6.1",
4949
"dotenv": "^17.2.3",

packages/apps/braspag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"axios": "^1.13.2",
3636
"firebase-admin": "^13.6.0",
3737
"firebase-functions": "^6.6.0",
38-
"qs": "^6.14.0"
38+
"qs": "^6.14.1"
3939
},
4040
"devDependencies": {
4141
"@cloudcommerce/types": "workspace:*",

packages/apps/pagarme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"firebase-admin": "^13.6.0",
3737
"firebase-functions": "^6.6.0",
3838
"pagarme": "4.35.2",
39-
"qs": "^6.14.0"
39+
"qs": "^6.14.1"
4040
},
4141
"devDependencies": {
4242
"@cloudcommerce/types": "workspace:*",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dotenv": "^17.2.3",
4040
"fast-xml-parser": "^5.3.3",
4141
"image-size": "^2.0.2",
42-
"libsodium-wrappers": "^0.7.15",
42+
"libsodium-wrappers": "^0.7.16",
4343
"md5": "^2.3.0",
4444
"typescript": "~5.9.3",
4545
"zx": "^8.8.5"

packages/eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"build": "echo '@ecomplus/eslint'"
2323
},
2424
"dependencies": {
25-
"@typescript-eslint/eslint-plugin": "^8.50.1",
26-
"@typescript-eslint/parser": "^8.50.1",
25+
"@typescript-eslint/eslint-plugin": "^8.51.0",
26+
"@typescript-eslint/parser": "^8.51.0",
2727
"eslint": "^8.57.1",
2828
"eslint-config-airbnb-base": "^15.0.0",
2929
"eslint-plugin-astro": "^1.5.0",

packages/storefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"mrmime": "^2.0.1",
6464
"semver": "^7.7.3",
6565
"sharp": "^0.33.3",
66-
"unocss": "^66.5.11",
66+
"unocss": "^66.5.12",
6767
"unplugin-auto-import": "^19.3.0",
6868
"vue": "^3.5.26",
6969
"wade": "0.3.3",

pnpm-lock.yaml

Lines changed: 277 additions & 272 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)