chore(deps): pin dependency @types/http-cache-semantics to 4.0.1
This commit is contained in:
parent
cf8dadfc07
commit
9149592e52
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue