Skip to content

Commit ba9ec48

Browse files
fix(deps): update all non-major dependencies
1 parent 27fd9eb commit ba9ec48

File tree

5 files changed

+44
-43
lines changed

5 files changed

+44
-43
lines changed

.github/workflows/publish-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '12.x'
19+
node-version: '12.22.12'
2020
registry-url: 'https://registry.npmjs.org/'
2121

2222
- name: Edit package.json to remove custom registry config

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: '12.x'
17+
node-version: '12.22.12'
1818
registry-url: 'https://registry.npmjs.org/'
1919

2020
- name: Edit package.json to remove custom registry config

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
16.20.2

package-lock.json

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
"homepage": "https://github.com/ecomplus/transactional-mails#readme",
2727
"dependencies": {
2828
"@ecomplus/utils": "^1.4.1",
29-
"ejs": "^3.1.9",
29+
"ejs": "^3.1.10",
3030
"intl": "^1.2.5",
31-
"intl-locales-supported": "1.8.11 || ^1.8.13",
32-
"sass": "^1.66.1"
31+
"intl-locales-supported": "1.8.11 || ^1.8.13 || ^1.8.11",
32+
"sass": "^1.94.2"
3333
},
3434
"devDependencies": {
35-
"@commitlint/cli": "^17.7.1",
36-
"@commitlint/config-conventional": "^17.7.0",
35+
"@commitlint/cli": "^17.8.1",
36+
"@commitlint/config-conventional": "^17.8.1",
3737
"browser-sync": "^2.29.3",
38-
"docdash": "^2.0.1",
38+
"docdash": "^2.0.2",
3939
"husky": "^8.0.3",
40-
"jsdoc": "^4.0.2",
41-
"standard": "^17.1.0",
40+
"jsdoc": "^4.0.5",
41+
"standard": "^17.1.2",
4242
"standard-version": "^9.5.0"
4343
},
4444
"publishConfig": {

0 commit comments

Comments
 (0)