Skip to content

Commit 5d7c4e9

Browse files
Update all dependencies (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2866236 commit 5d7c4e9

File tree

7 files changed

+448
-344
lines changed

7 files changed

+448
-344
lines changed

.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4747

4848
- name: Checkout repository
49-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
49+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
53+
uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -60,7 +60,7 @@ jobs:
6060
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161
# If this step fails, then you should remove it and run the build manually (see below)
6262
- name: Autobuild
63-
uses: github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
63+
uses: github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
6464

6565
# ℹ️ Command-line programs to run using the OS shell.
6666
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -73,6 +73,6 @@ jobs:
7373
# ./location_of_script_within_repo/buildscript.sh
7474

7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
76+
uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
7777
with:
7878
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2121

2222
- name: 'Checkout Repository'
23-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2424
- name: 'Dependency Review'
25-
uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3
25+
uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5

apps/web/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"dependencies": {
1212
"@react-three/fiber": "^8.2.1",
1313
"@spacegame/ui": "*",
14-
"next": "14.1.1",
14+
"next": "14.2.3",
1515
"postprocessing": "^6.28.4",
16-
"react": "18.2.0",
17-
"react-dom": "18.2.0",
18-
"three": "^0.162.0"
16+
"react": "18.3.1",
17+
"react-dom": "18.3.1",
18+
"three": "^0.164.0"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.18.9",
2222
"@spacegame/config": "*",
2323
"@types/node": "^20.0.0",
24-
"@types/react": "18.2.62",
25-
"@types/three": "^0.162.0",
24+
"@types/react": "18.3.0",
25+
"@types/three": "^0.164.0",
2626
"autoprefixer": "^10.4.2",
27-
"eslint": "^8.20.0",
27+
"eslint": "^9.0.0",
2828
"next-transpile-modules": "10.0.1",
2929
"postcss": "^8.4.5",
3030
"tailwindcss": "^3.0.16",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"engines": {
1919
"node": ">=16.0.0"
2020
},
21-
"packageManager": "yarn@1.22.21"
21+
"packageManager": "yarn@1.22.22"
2222
}

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"src"
88
],
99
"dependencies": {
10-
"eslint": "^8.20.0",
10+
"eslint": "^9.0.0",
1111
"eslint-config-next": "^14.0.0",
1212
"eslint-config-prettier": "^9.0.0",
1313
"typescript": "^5.0.0"

packages/ui/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@spacegame/config": "*",
1414
"@types/react": "^18.0.28",
1515
"@types/react-dom": "^18.0.11",
16-
"@types/three": "^0.162.0",
16+
"@types/three": "^0.164.0",
1717
"tailwindcss": "^3.0.16",
1818
"typescript": "^5.0.0"
1919
},
2020
"dependencies": {
21-
"react": "18.2.0",
22-
"react-dom": "18.2.0",
23-
"three": "^0.162.0"
21+
"react": "18.3.1",
22+
"react-dom": "18.3.1",
23+
"three": "^0.164.0"
2424
}
2525
}

0 commit comments

Comments
 (0)