Skip to content

Commit f4635a1

Browse files
Update all non-major dependencies
1 parent f093a6a commit f4635a1

File tree

3 files changed

+51
-35
lines changed

3 files changed

+51
-35
lines changed

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.5",
3+
"version": "0.4.6",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -39,6 +39,6 @@
3939
"@types/react-dom": "^19.1.0",
4040
"concurrently": "^9.1.2",
4141
"nodemon": "^3.1.10",
42-
"supertest": "^7.1.0"
42+
"supertest": "^7.1.1"
4343
}
4444
}

package-lock.json

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

packages/server-with-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server-with-auth",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "A basic express web server setup with authentication baked in.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -34,9 +34,9 @@
3434
"devDependencies": {
3535
"@stanlemon/eslint-config": "*",
3636
"@types/supertest": "^6.0.3",
37-
"better-sqlite3": "^11.9.1",
37+
"better-sqlite3": "^11.10.0",
3838
"knex": "^3.1.0",
3939
"nodemon": "^3.1.10",
40-
"supertest": "^7.1.0"
40+
"supertest": "^7.1.1"
4141
}
4242
}

0 commit comments

Comments
 (0)