diff --git a/.github/workflows/fe-build.yml b/.github/workflows/fe-build.yml index 9e4efd9a..1fec67d2 100644 --- a/.github/workflows/fe-build.yml +++ b/.github/workflows/fe-build.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-check-upmerge.yml b/.github/workflows/fe-check-upmerge.yml index 01107b12..94f69ce6 100644 --- a/.github/workflows/fe-check-upmerge.yml +++ b/.github/workflows/fe-check-upmerge.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache diff --git a/.github/workflows/fe-cleanup-snapshots.yml b/.github/workflows/fe-cleanup-snapshots.yml index a2bdff9c..c37db0fb 100644 --- a/.github/workflows/fe-cleanup-snapshots.yml +++ b/.github/workflows/fe-cleanup-snapshots.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache diff --git a/.github/workflows/fe-code-quality.yml b/.github/workflows/fe-code-quality.yml index 3b049fd3..555aad14 100644 --- a/.github/workflows/fe-code-quality.yml +++ b/.github/workflows/fe-code-quality.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-e2e.yml b/.github/workflows/fe-e2e.yml index f4b30108..fcbae8bc 100644 --- a/.github/workflows/fe-e2e.yml +++ b/.github/workflows/fe-e2e.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-install-deps.yml b/.github/workflows/fe-install-deps.yml index 28294161..75b02bc3 100644 --- a/.github/workflows/fe-install-deps.yml +++ b/.github/workflows/fe-install-deps.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-licenses.yml b/.github/workflows/fe-licenses.yml index 9df62335..8e723a15 100644 --- a/.github/workflows/fe-licenses.yml +++ b/.github/workflows/fe-licenses.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-pr-close.yml b/.github/workflows/fe-pr-close.yml index 670b4540..05f7c2ae 100644 --- a/.github/workflows/fe-pr-close.yml +++ b/.github/workflows/fe-pr-close.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-pr-snapshot.yml b/.github/workflows/fe-pr-snapshot.yml index 13e41b4f..6e864b90 100644 --- a/.github/workflows/fe-pr-snapshot.yml +++ b/.github/workflows/fe-pr-snapshot.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-release.yml b/.github/workflows/fe-release.yml index e8e8269c..324070bd 100644 --- a/.github/workflows/fe-release.yml +++ b/.github/workflows/fe-release.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache diff --git a/.github/workflows/fe-snapshot.yml b/.github/workflows/fe-snapshot.yml index a1108b6c..aaf8fd7f 100644 --- a/.github/workflows/fe-snapshot.yml +++ b/.github/workflows/fe-snapshot.yml @@ -30,7 +30,7 @@ jobs: token: ${{ secrets.GIT_USER_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-tag.yml b/.github/workflows/fe-tag.yml index 2d217092..1aa8fe4c 100644 --- a/.github/workflows/fe-tag.yml +++ b/.github/workflows/fe-tag.yml @@ -34,7 +34,7 @@ jobs: token: ${{ secrets.GIT_USER_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.nvmrc b/.nvmrc index 60495ee0..9158a6fb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.19.1 +v22.15.0 diff --git a/.tool-versions b/.tool-versions index 19ac4b99..36e55c3f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 18.19.1 +nodejs 22.15.0 diff --git a/package-lock.json b/package-lock.json index 7cd6ea3c..b963d2a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jest": "29.5.14", - "@types/node": "^18.19.1", + "@types/node": "^22.15.0", "jest": "29.7.0", "luxon": "^3.3.0", "prettier": "2.8.1", @@ -2596,11 +2596,11 @@ } }, "node_modules/@types/node": { - "version": "18.19.75", - "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/@types/node/-/node-18.19.75.tgz", - "integrity": "sha512-UIksWtThob6ZVSyxcOqCLOUNg/dyO1Qvx4McgeuhrEtHTLFTf7BBhEazaE4K806FGTPtzd/2sE90qn4fVr7cyw==", + "version": "22.15.0", + "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/@types/node/-/node-22.15.0.tgz", + "integrity": "sha512-99S8dWD2DkeE6PBaEDw+In3aar7hdoBvjyJMR6vaKBTzpvR0P00ClzJMOoVrj9D2+Sy/YCwACYHnBTpMhg1UCA==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.21.0" } }, "node_modules/@types/retry": { @@ -6349,9 +6349,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.21.0", + "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", diff --git a/package.json b/package.json index c43ae5e4..a1185037 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jest": "29.5.14", - "@types/node": "^18.19.1", + "@types/node": "^22.15.0", "jest": "29.7.0", "luxon": "^3.3.0", "prettier": "2.8.1",