Skip to content

Commit

Permalink
build(deps-dev): bump @types/openpgp from 4.4.22 to 5.0.0 in /website
Browse files Browse the repository at this point in the history
Bumps [@types/openpgp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/openpgp) from 4.4.22 to 5.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/openpgp)

---
updated-dependencies:
- dependency-name: "@types/openpgp"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2025
1 parent 2d79c69 commit d94d00b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.4",
"@types/openpgp": "^4.4.22",
"@types/openpgp": "^5.0.0",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react-dropzone": "^5.1.0",
Expand Down
19 changes: 6 additions & 13 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -878,13 +878,6 @@
dependencies:
"@babel/types" "^7.20.7"

"@types/bn.js@*":
version "4.11.6"
resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-4.11.6.tgz#c306c70d9358aaea33cd4eda092a742b9505967c"
integrity sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==
dependencies:
"@types/node" "*"

"@types/color-name@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
Expand Down Expand Up @@ -954,12 +947,12 @@
dependencies:
undici-types "~6.20.0"

"@types/openpgp@^4.4.22":
version "4.4.22"
resolved "https://registry.yarnpkg.com/@types/openpgp/-/openpgp-4.4.22.tgz#daec690452f731e9b8c04352c22b2851b383771a"
integrity sha512-afQsbrWITIcSI3OBBJtTA87H5Av2/bjRn6YBHD+abxqJVpD2HRwjP6DL7drboJcuizwcnwnVKSupXYYdImdIoQ==
"@types/openpgp@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/openpgp/-/openpgp-5.0.0.tgz#cd6a988fc5638c8dfe6fda56d51d0c77b16876da"
integrity sha512-bzIQl7uFcb4bQLyl5UN6ZUSixpf00cyaUdBNqIaQQocNfcAB07v+NGBANBqDiNffm3xe3UC1iKaUw0UP25XyJw==
dependencies:
"@types/bn.js" "*"
openpgp "*"

"@types/parse-json@^4.0.0":
version "4.0.0"
Expand Down Expand Up @@ -3260,7 +3253,7 @@ onetime@^5.1.0, onetime@^5.1.2:
dependencies:
mimic-fn "^2.1.0"

openpgp@^6.1.0:
openpgp@*, openpgp@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/openpgp/-/openpgp-6.1.0.tgz#69210cf80f845eb52cde76ecdd82769d2632880c"
integrity sha512-fRTeitP+hoGJD3kbdUlAI++wE6MvfvXw1rBqHwmBMxIpLjowatJ2zb5ThkORpIkSz5F12wO+xCYRSTbT7M4qKA==
Expand Down

0 comments on commit d94d00b

Please sign in to comment.