Skip to content

Commit a85f2cb

Browse files
Update all non-major dependencies
1 parent b1cca1d commit a85f2cb

7 files changed

Lines changed: 89 additions & 89 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
45+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
56+
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
70+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3

apps/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/hello-world",
3-
"version": "0.1.42",
3+
"version": "0.1.43",
44
"description": "A hello world example using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"react-dom": "^19.1.1"
2323
},
2424
"devDependencies": {
25-
"@types/react": "19.1.12",
25+
"@types/react": "19.1.13",
2626
"@types/react-dom": "19.1.9"
2727
}
2828
}

apps/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.4.15",
3+
"version": "0.4.16",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"@testing-library/react": "16.3.0",
3636
"@testing-library/user-event": "14.6.1",
3737
"@types/jest": "30.0.0",
38-
"@types/react": "19.1.12",
38+
"@types/react": "19.1.13",
3939
"@types/react-dom": "19.1.9",
4040
"concurrently": "9.2.1",
4141
"nodemon": "3.1.10",

package-lock.json

Lines changed: 76 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lockfile:clean": "rm -f package-lock.json && npm install"
3131
},
3232
"resolutions": {
33-
"@types/react": "^19.1.12",
33+
"@types/react": "^19.1.13",
3434
"@types/react-dom": "^19.1.9"
3535
}
3636
}

0 commit comments

Comments
 (0)