From 3f6da5a838c774682c3f278cbd39a0939ea1fbd4 Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Wed, 22 Mar 2023 23:15:31 +1300 Subject: [PATCH] pin deps --- .npmrc | 1 + package.json | 58 ++++++++++++++++++++++++++-------------------------- 2 files changed, 30 insertions(+), 29 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..9cf9495 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-lock=false \ No newline at end of file diff --git a/package.json b/package.json index de79d43..a5c8052 100644 --- a/package.json +++ b/package.json @@ -26,35 +26,35 @@ }, "description": "", "dependencies": { - "@fastify/compress": "^6.2.0", - "@fastify/restartable": "^1.4.0", - "@fastify/static": "^6.9.0", - "@lit-labs/ssr": "^3.0.1", - "@metrics/client": "^2.5.0", - "@podium/experimental-config-schema": "^0.0.1", - "@podium/fastify-podlet": "^3.0.0-next.3", - "@podium/podlet": "^5.0.0-next.6", - "abslog": "^2.4.0", - "ajv": "^8.12.0", - "boxen": "^7.0.2", - "chalk": "^5.2.0", - "chokidar": "^3.5.3", - "convict": "^6.2.4", - "esbuild": "^0.17.6", - "fastify-metrics-js-prometheus": "^4.0.0", - "fastify-metrics-js-response-timing": "^3.0.0", - "fastify-plugin": "^4.5.0", - "fastify-sandbox": "^0.11.0", - "http-errors": "^2.0.0", - "lit": "^2.6.1", - "lodash.merge": "^4.6.2", - "minify-html-literals": "^1.3.5", - "ora": "^6.1.2", - "pino": "^8.10.0", - "pino-pretty": "^10.0.0", - "prom-client": "^14.1.1", - "semver": "^7.3.8", - "yargs": "^17.7.1" + "@fastify/compress": "6.2.0", + "@fastify/restartable": "1.4.0", + "@fastify/static": "6.9.0", + "@lit-labs/ssr": "3.0.1", + "@metrics/client": "2.5.0", + "@podium/experimental-config-schema": "0.0.1", + "@podium/fastify-podlet": "3.0.0-next.3", + "@podium/podlet": "5.0.0-next.6", + "abslog": "2.4.0", + "ajv": "8.12.0", + "boxen": "7.0.2", + "chalk": "5.2.0", + "chokidar": "3.5.3", + "convict": "6.2.4", + "esbuild": "0.17.6", + "fastify-metrics-js-prometheus": "4.0.0", + "fastify-metrics-js-response-timing": "3.0.0", + "fastify-plugin": "4.5.0", + "fastify-sandbox": "0.11.0", + "http-errors": "2.0.0", + "lit": "2.6.1", + "lodash.merge": "4.6.2", + "minify-html-literals": "1.3.5", + "ora": "6.1.2", + "pino": "8.10.0", + "pino-pretty": "10.0.0", + "prom-client": "14.1.1", + "semver": "7.3.8", + "yargs": "17.7.1" }, "publishConfig": { "access": "public"