Skip to content

Commit

Permalink
fix: lock fast-copy dependency [NONE]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolink committed Oct 28, 2022
1 parent 0cd2fb1 commit efbaf7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ updates:
timezone: UTC
open-pull-requests-limit: 10
ignore:
- dependency-name: husky
versions:
- ">=5.0.0"
- dependency-name: husky
versions:
- ">=5.0.0"
- dependency-name: "fast-copy"
versions:
- ">=3.0.0"
commit-message:
prefix: build
include: scope
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"node": ">=12"
},
"dependencies": {
"fast-copy": "^3.0.0",
"fast-copy": "^2.1.7",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"p-throttle": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */

import { AxiosRequestHeaders } from 'axios'

import type {
AxiosInstance as OriginalAxiosInstance,
AxiosRequestConfig,
Expand Down

0 comments on commit efbaf7b

Please sign in to comment.