Skip to content

Commit 6d9d210

Browse files
author
SPRINX0\prochazka
committed
update node
1 parent 4e42117 commit 6d9d210

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
run-tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Use Node.js 21.x
13+
- name: Use Node.js 22.x
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 21.x
16+
node-version: 22.x
1717
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 1

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
},
1919
"dependencies": {
2020
"rimraf": "5"
21-
},
22-
"resolutions": {
23-
"string-width": "4.2.0"
2421
}
2522
}

yarn.lock

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,11 @@ diff@^4.0.1:
10181018
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
10191019
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
10201020

1021+
eastasianwidth@^0.2.0:
1022+
version "0.2.0"
1023+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
1024+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
1025+
10211026
electron-to-chromium@^1.5.73:
10221027
version "1.5.102"
10231028
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.102.tgz#81a452ace8e2c3fa7fba904ea4fed25052c53d3f"
@@ -1033,6 +1038,11 @@ emoji-regex@^8.0.0:
10331038
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
10341039
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
10351040

1041+
emoji-regex@^9.2.2:
1042+
version "9.2.2"
1043+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
1044+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
1045+
10361046
error-ex@^1.3.1:
10371047
version "1.3.2"
10381048
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -2108,7 +2118,7 @@ string-length@^4.0.1:
21082118
char-regex "^1.0.2"
21092119
strip-ansi "^6.0.0"
21102120

2111-
"string-width-cjs@npm:string-width@^4.2.0":
2121+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
21122122
version "4.2.3"
21132123
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
21142124
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2117,14 +2127,14 @@ string-length@^4.0.1:
21172127
is-fullwidth-code-point "^3.0.0"
21182128
strip-ansi "^6.0.1"
21192129

2120-
string-width@4.2.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.0.1, string-width@^5.1.2:
2121-
version "4.2.0"
2122-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
2123-
integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
2130+
string-width@^5.0.1, string-width@^5.1.2:
2131+
version "5.1.2"
2132+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
2133+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
21242134
dependencies:
2125-
emoji-regex "^8.0.0"
2126-
is-fullwidth-code-point "^3.0.0"
2127-
strip-ansi "^6.0.0"
2135+
eastasianwidth "^0.2.0"
2136+
emoji-regex "^9.2.2"
2137+
strip-ansi "^7.0.1"
21282138

21292139
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
21302140
version "6.0.1"

0 commit comments

Comments
 (0)