Skip to content

Commit

Permalink
Merge pull request #211 from uswitch/upgrade-package-locks
Browse files Browse the repository at this point in the history
Upgrade package locks
  • Loading branch information
joshcroad authored Sep 11, 2023
2 parents ee2f18c + 3b91e33 commit 152cdf3
Show file tree
Hide file tree
Showing 16 changed files with 30,490 additions and 30,794 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ nvm use

<!-- DO NOT REMOVE - This is generated documentation -->
<!-- [doc-list-packages-internal:start] -->
<!-- Generated Wed Oct 05 2022 15:16:49 GMT+0100 (British Summer Time) -->
<!-- Generated Thu Aug 17 2023 14:07:17 GMT+0100 (British Summer Time) -->
| Package | Version | Dependencies | Description |
|--|--|--|--|
| [`@uswitch/koa-access`](https://www.npmjs.com/package/@uswitch/koa-access) | [![npm](https://img.shields.io/npm/v/@uswitch/koa-access.svg?maxAge=2592000)](https://www.npmjs.com/package/@uswitch/koa-access) | [![Dependency Status](https://david-dm.org/@uswitch/koa-access.svg?path=packages/@uswitch/koa-access)](https://david-dm.org/@uswitch/koa-access?path=packages/@uswitch/koa-access) | 👌 A Koa middleware for logging JSON access logs consistently, similar to morgan |
Expand All @@ -106,7 +106,7 @@ nvm use
#### `koa` packages
<!-- DO NOT REMOVE - This is generated documentation -->
<!-- [doc-list-packages:start] -->
<!-- Generated Wed Oct 05 2022 15:16:48 GMT+0100 (British Summer Time) -->
<!-- Generated Thu Aug 17 2023 14:07:10 GMT+0100 (British Summer Time) -->
| Package | Version | Latest |
|--|--|--|
| [`koa`](https://www.npmjs.com/package/koa) | `^2.6.2` | [![npm](https://img.shields.io/npm/v/koa.svg?maxAge=2592000)](https://www.npmjs.com/package/koa) |
Expand Down
8,614 changes: 4,486 additions & 4,128 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uswitch/koa-core",
"version": "1.22.1",
"version": "1.22.2",
"description": "🎾 An example project showing the user of all core `@uswitch/koa` libraries",
"main": "koa-core.js",
"scripts": {
Expand Down Expand Up @@ -39,13 +39,13 @@
"example": "__example__/*"
},
"dependencies": {
"@uswitch/koa-access": "^2.9.2",
"@uswitch/koa-cookie": "^1.4.2",
"@uswitch/koa-prometheus": "^0.7.3",
"@uswitch/koa-signal": "^1.10.2",
"@uswitch/koa-timeout": "^1.6.2",
"@uswitch/koa-tracer": "^1.7.2",
"@uswitch/koa-zipkin": "^1.11.4",
"@uswitch/koa-access": "^2.9.3",
"@uswitch/koa-cookie": "^1.4.3",
"@uswitch/koa-prometheus": "^0.7.4",
"@uswitch/koa-signal": "^1.10.3",
"@uswitch/koa-timeout": "^1.6.3",
"@uswitch/koa-tracer": "^1.7.3",
"@uswitch/koa-zipkin": "^1.11.5",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-compose": "^4.1.0",
Expand All @@ -65,5 +65,5 @@
"lerna": "^3.22.1",
"npm-watch": "^0.3.0"
},
"gitHead": "df0958b21d3cbfafa5434f9056601754718ce794"
"gitHead": "d03eec6803b1b0b7c012966aaf2ee28614da4cb4"
}
Loading

0 comments on commit 152cdf3

Please sign in to comment.