1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

[deps]: Update @types/node-fetch to v2.6.12 (#672)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-06 13:16:08 -06:00
committed by GitHub
parent f2bea1b6d7
commit ef571ec0c3
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -55,7 +55,7 @@
"@types/jest": "29.5.14",
"@types/lowdb": "1.0.15",
"@types/node": "20.17.9",
"@types/node-fetch": "2.6.11",
"@types/node-fetch": "2.6.12",
"@types/node-forge": "1.3.11",
"@types/proper-lockfile": "4.1.4",
"@types/tldjs": "2.3.4",
@@ -5483,9 +5483,9 @@
}
},
"node_modules/@types/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==",
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.12.tgz",
"integrity": "sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -86,7 +86,7 @@
"@types/jest": "29.5.14",
"@types/lowdb": "1.0.15",
"@types/node": "20.17.9",
"@types/node-fetch": "2.6.11",
"@types/node-fetch": "2.6.12",
"@types/node-forge": "1.3.11",
"@types/proper-lockfile": "4.1.4",
"@types/tldjs": "2.3.4",