Skip to content

Commit

Permalink
Use correct version of Podium (#84270) (#84280)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Nov 25, 2020
1 parent ef6db6d commit 9d8d283
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@
"pdfmake": "^0.1.65",
"pegjs": "0.10.0",
"pngjs": "^3.4.0",
"podium": "^3.1.2",
"prop-types": "^15.7.2",
"proper-lockfile": "^3.2.0",
"proxy-from-env": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-legacy-logging/src/legacy_logging_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import { ServerExtType, Server } from '@hapi/hapi';
import Podium from 'podium';
import Podium from '@hapi/podium';
import { setupLogging } from './setup_logging';
import { attachMetaData } from './metadata';
import { legacyLoggingConfigSchema } from './schema';
Expand Down
17 changes: 0 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18115,15 +18115,6 @@ [email protected], joi@^13.5.2:
isemail "3.x.x"
topo "3.x.x"

[email protected]:
version "14.3.1"
resolved "https://registry.yarnpkg.com/joi/-/joi-14.3.1.tgz#164a262ec0b855466e0c35eea2a885ae8b6c703c"
integrity sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==
dependencies:
hoek "6.x.x"
isemail "3.x.x"
topo "3.x.x"

joi@^17.1.1:
version "17.2.1"
resolved "https://registry.yarnpkg.com/joi/-/joi-17.2.1.tgz#e5140fdf07e8fecf9bc977c2832d1bdb1e3f2a0a"
Expand Down Expand Up @@ -22385,14 +22376,6 @@ [email protected]:
dependencies:
ts-pnp "^1.1.6"

podium@^3.1.2:
version "3.2.0"
resolved "https://registry.yarnpkg.com/podium/-/podium-3.2.0.tgz#2a7c579ddd5408f412d014c9ffac080c41d83477"
integrity sha512-rbwvxwVkI6gRRlxZQ1zUeafrpGxZ7QPHIheinehAvGATvGIPfWRkaTeWedc5P4YjXJXEV8ZbBxPtglNylF9hjw==
dependencies:
hoek "6.x.x"
joi "14.x.x"

polished@^1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/polished/-/polished-1.9.2.tgz#d705cac66f3a3ed1bd38aad863e2c1e269baf6b6"
Expand Down

0 comments on commit 9d8d283

Please sign in to comment.