From 9149592e525cefed3e80d0e0bf8a1b5261425cf4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Dec 2022 16:01:14 +0000 Subject: [PATCH] chore(deps): pin dependency @types/http-cache-semantics to 4.0.1 --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cfc9ac9..eea9181 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@types/command-line-args": "5.2.0", "@types/command-line-usage": "5.0.2", - "@types/http-cache-semantics": "^4.0.1", + "@types/http-cache-semantics": "4.0.1", "@types/node": "18.11.18", "@typescript-eslint/eslint-plugin": "5.47.1", "@typescript-eslint/parser": "5.47.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 588cae9..1ac36c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,7 +3,7 @@ lockfileVersion: 5.4 specifiers: '@types/command-line-args': 5.2.0 '@types/command-line-usage': 5.0.2 - '@types/http-cache-semantics': ^4.0.1 + '@types/http-cache-semantics': 4.0.1 '@types/node': 18.11.18 '@typescript-eslint/eslint-plugin': 5.47.1 '@typescript-eslint/parser': 5.47.1