Skip to content

Commit 6f5d6f7

Browse files
authored
Merge pull request #141 from increments/dependabot/npm_and_yarn/types/node-20.12.8
Bump @types/node from 18.16.18 to 20.12.8
2 parents 91d913d + 0d344a4 commit 6f5d6f7

File tree

6 files changed

+22
-15
lines changed

6 files changed

+22
-15
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: "18.16.0"
22+
node-version: "20.12.2"
2323
registry-url: "https://registry.npmjs.org"
2424
- name: Set version number to environment variable
2525
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: "18.16.0"
34+
node-version: "20.12.2"
3535
- run: yarn install
3636
- run: yarn run lint
3737

@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v4
6464
- uses: actions/setup-node@v4
6565
with:
66-
node-version: "18.16.0"
66+
node-version: "20.12.2"
6767
- run: yarn install
6868
- run: yarn run build
6969
env:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.0
1+
20.12.2

actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
steps:
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: "18.16.0"
19+
node-version: "20.12.2"
2020
- name: Install qiita-cli
2121
run: npm install -g @qiita/qiita-cli@v1.4.1
2222
shell: bash

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/debug": "^4.1.12",
2727
"@types/express": "^4.17.21",
2828
"@types/jest": "^29.5.12",
29-
"@types/node": "^18.16.18",
29+
"@types/node": "^20.12.8",
3030
"@types/react": "^18.2.73",
3131
"@types/react-dom": "^18.2.25",
3232
"@types/webpack": "^5.28.5",
@@ -75,7 +75,7 @@
7575
"arg": "^5.0.2",
7676
"boxen": "^7.1.1",
7777
"chalk": "^5.3.0",
78-
"chokidar": "^3.5.3",
78+
"chokidar": "^3.6.0",
7979
"debug": "^4.3.4",
8080
"dotenv": "^16.4.5",
8181
"express": "^4.19.2",

yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,10 +1155,12 @@
11551155
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
11561156
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
11571157

1158-
"@types/node@*", "@types/node@^18.16.18":
1159-
version "18.16.18"
1160-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390"
1161-
integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw==
1158+
"@types/node@*", "@types/node@^20.12.8":
1159+
version "20.12.8"
1160+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.8.tgz#35897bf2bfe3469847ab04634636de09552e8256"
1161+
integrity sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==
1162+
dependencies:
1163+
undici-types "~5.26.4"
11621164

11631165
"@types/parse-json@^4.0.0":
11641166
version "4.0.0"
@@ -1991,10 +1993,10 @@ char-regex@^1.0.2:
19911993
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
19921994
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
19931995

1994-
chokidar@^3.5.3:
1995-
version "3.5.3"
1996-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
1997-
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
1996+
chokidar@^3.6.0:
1997+
version "3.6.0"
1998+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
1999+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
19982000
dependencies:
19992001
anymatch "~3.1.2"
20002002
braces "~3.0.2"
@@ -6114,6 +6116,11 @@ unbox-primitive@^1.0.2:
61146116
has-symbols "^1.0.3"
61156117
which-boxed-primitive "^1.0.2"
61166118

6119+
undici-types@~5.26.4:
6120+
version "5.26.5"
6121+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6122+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6123+
61176124
unpipe@1.0.0, unpipe@~1.0.0:
61186125
version "1.0.0"
61196126
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)