Skip to content

Commit b6adf6e

Browse files
committed
Update dependencies
1 parent 8eb6011 commit b6adf6e

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: 18
1818
- run: npm i -g vsce ovsx
1919
- run: yarn install
2020
- run: yarn run gh:release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 16
22+
node-version: 18
2323

2424
# The vue I18next framework fixture tests rely on the documents getting recognized as `vue` documents by VSCode.
2525
# We set the `file.association` in the tests' .vscode/settings.json. However, `vue` is not a language identifier

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,31 @@
4242
},
4343
"dependencies": {
4444
"@amplitude/analytics-node": "^1.3.3",
45-
"@babel/parser": "^7.15.3",
46-
"@babel/traverse": "^7.23.2",
47-
"bcp-47-normalize": "^2.0.1",
45+
"@babel/parser": "^7.26.2",
46+
"@babel/traverse": "^7.25.9",
47+
"bcp-47-normalize": "^2.3.0",
4848
"change-case": "^4.1.2",
4949
"consolidate": "^0.16.0",
5050
"esm": "^3.2.25",
51-
"fast-glob": "^3.2.7",
51+
"fast-glob": "^3.3.2",
5252
"fluent-vue-cli": "^3.0.4",
53-
"glob-gitignore": "^1.0.14",
53+
"glob-gitignore": "^1.0.15",
5454
"htmlparser2": "^6.1.0",
5555
"iconv-lite": "^0.6.3",
5656
"ini": "^2.0.0",
5757
"js-yaml": "^4.1.0",
5858
"json-source-map": "^0.6.1",
59-
"json-stable-stringify": "^1.0.1",
60-
"json5": "^2.2.0",
59+
"json-stable-stringify": "^1.1.1",
60+
"json5": "^2.2.3",
6161
"limax": "^2.1.0",
6262
"lodash": "^4.17.21",
63-
"micromatch": "^4.0.4",
64-
"nanoid": "^3.1.25",
63+
"micromatch": "^4.0.8",
64+
"nanoid": "^3.3.7",
6565
"parse-gitignore": "^1.0.1",
66-
"pofile": "^1.1.1",
66+
"pofile": "^1.1.4",
6767
"properties": "^1.2.1",
68-
"qs": "^6.10.3",
69-
"semver": "^7.5.2",
68+
"qs": "^6.13.0",
69+
"semver": "^7.6.3",
7070
"string-similarity": "^4.0.4",
7171
"ts-node": "^9.1.1",
7272
"typescript": "^4.3.5",

0 commit comments

Comments
 (0)