From b6adf6e53de32fa96875448646e1dc9945d9ccca Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Fri, 1 Nov 2024 16:48:22 +0200 Subject: [PATCH] Update dependencies --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- package.json | 24 ++++++++++++------------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5616a9c1..93ea505d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: npm i -g vsce ovsx - run: yarn install - run: yarn run gh:release diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43c171af..e3cd621f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 # The vue I18next framework fixture tests rely on the documents getting recognized as `vue` documents by VSCode. # We set the `file.association` in the tests' .vscode/settings.json. However, `vue` is not a language identifier diff --git a/package.json b/package.json index 709cc04e..0639c7a5 100644 --- a/package.json +++ b/package.json @@ -42,31 +42,31 @@ }, "dependencies": { "@amplitude/analytics-node": "^1.3.3", - "@babel/parser": "^7.15.3", - "@babel/traverse": "^7.23.2", - "bcp-47-normalize": "^2.0.1", + "@babel/parser": "^7.26.2", + "@babel/traverse": "^7.25.9", + "bcp-47-normalize": "^2.3.0", "change-case": "^4.1.2", "consolidate": "^0.16.0", "esm": "^3.2.25", - "fast-glob": "^3.2.7", + "fast-glob": "^3.3.2", "fluent-vue-cli": "^3.0.4", - "glob-gitignore": "^1.0.14", + "glob-gitignore": "^1.0.15", "htmlparser2": "^6.1.0", "iconv-lite": "^0.6.3", "ini": "^2.0.0", "js-yaml": "^4.1.0", "json-source-map": "^0.6.1", - "json-stable-stringify": "^1.0.1", - "json5": "^2.2.0", + "json-stable-stringify": "^1.1.1", + "json5": "^2.2.3", "limax": "^2.1.0", "lodash": "^4.17.21", - "micromatch": "^4.0.4", - "nanoid": "^3.1.25", + "micromatch": "^4.0.8", + "nanoid": "^3.3.7", "parse-gitignore": "^1.0.1", - "pofile": "^1.1.1", + "pofile": "^1.1.4", "properties": "^1.2.1", - "qs": "^6.10.3", - "semver": "^7.5.2", + "qs": "^6.13.0", + "semver": "^7.6.3", "string-similarity": "^4.0.4", "ts-node": "^9.1.1", "typescript": "^4.3.5",