Skip to content

Commit bdcf6f4

Browse files
authored
Merge pull request #5 from v-pos/sm-update-documentation
Secutiry Update
2 parents 320d8c1 + 3c385d7 commit bdcf6f4

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x]
19+
node-version: [14.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"homepage": "https://github.com/v-pos/vpos-js#readme",
2626
"dependencies": {
2727
"axios": "^0.21.1",
28-
"uuid": "^8.3.1"
28+
"uuid": "^8.3.1",
29+
"y18n": ">=4.0.1"
2930
},
3031
"devDependencies": {
3132
"mocha": "^8.2.1"

0 commit comments

Comments
 (0)