Skip to content

Commit

Permalink
Bump write-pkg from 6.0.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [write-pkg](https://github.com/sindresorhus/write-pkg) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/write-pkg/releases)
- [Commits](sindresorhus/write-package@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: write-pkg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 6, 2023
1 parent d021817 commit f74b050
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"execa": "^8.0.1",
"fs-extra": "^11.1.0",
"read-pkg-up": "^10.0.0",
"write-pkg": "^6.0.0"
"write-pkg": "^7.0.0"
},
"devDependencies": {
"@uscreen.de/eslint-config-prettystandard-node": "^0.2.10",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2736,7 +2736,7 @@ read-pkg-up@^10.0.0:
read-pkg "^8.1.0"
type-fest "^4.2.0"

read-pkg@^8.0.0, read-pkg@^8.1.0:
read-pkg@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-8.1.0.tgz#6cf560b91d90df68bce658527e7e3eee75f7c4c7"
integrity sha512-PORM8AgzXeskHO/WEv312k9U03B8K9JSiWF/8N9sUuFjBa+9SF2u6K7VClzXwDXab51jCd8Nd36CNM+zR97ScQ==
Expand Down Expand Up @@ -3271,15 +3271,15 @@ type-fest@^1.0.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==

type-fest@^3.13.0, type-fest@^3.8.0:
type-fest@^3.8.0:
version "3.13.1"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.13.1.tgz#bb744c1f0678bea7543a2d1ec24e83e68e8c8706"
integrity sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==

type-fest@^4.2.0:
version "4.3.1"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.3.1.tgz#5cb58cdab5120f7ab0b40cfdc35073fb9adb651d"
integrity sha512-pphNW/msgOUSkJbH58x8sqpq8uQj6b0ZKGxEsLKMUnGorRcDjrUaLS+39+/ub41JNTwrrMyJcUB8+YZs3mbwqw==
type-fest@^4.2.0, type-fest@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.6.0.tgz#9c575f7e20530defef4f9cdc5e2c85d6e4ea0fc9"
integrity sha512-rLjWJzQFOq4xw7MgJrCZ6T1jIOvvYElXT12r+y0CC6u67hegDHaxcPqb2fZHOGlqxugGQPNB1EnTezjBetkwkw==

typed-array-length@^1.0.4:
version "1.0.4"
Expand Down Expand Up @@ -3450,15 +3450,15 @@ write-json-file@^5.0.0:
sort-keys "^5.0.0"
write-file-atomic "^3.0.3"

write-pkg@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/write-pkg/-/write-pkg-6.0.0.tgz#2a3f89b8c5f8ad2bb1987aafef4d4354d39b0a40"
integrity sha512-lGAH18qfqlukADIiFz1khQQO+AfPcNKf+oJIktIADWISarSSG9MPoWmveT+GhTGh9nQLpw0iPZyucgbqDngHeQ==
write-pkg@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/write-pkg/-/write-pkg-7.0.0.tgz#9009082bf3c3a39e3026bc7f400f77278641c5f6"
integrity sha512-wXBOrcEUstxZxfqy2hQO0O+c7wcwuVkZCCmBfaFtFssa5kcFqf7SQGYL6YtxKXt/O41z6reAPFJcumUyyiYnTQ==
dependencies:
deepmerge-ts "^5.1.0"
read-pkg "^8.0.0"
read-pkg "^8.1.0"
sort-keys "^5.0.0"
type-fest "^3.13.0"
type-fest "^4.6.0"
write-json-file "^5.0.0"

ws@^7, ws@^7.5.5:
Expand Down

0 comments on commit f74b050

Please sign in to comment.