web: bump syncpack from 12.4.0 to 13.0.0 in /web (#11065)

Bumps [syncpack](https://github.com/JamieMason/syncpack) from 12.4.0 to 13.0.0.
- [Release notes](https://github.com/JamieMason/syncpack/releases)
- [Changelog](https://github.com/JamieMason/syncpack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/JamieMason/syncpack/compare/12.4.0...13.0.0)

---
updated-dependencies:
- dependency-name: syncpack
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-26 11:28:16 +02:00
committed by GitHub
parent cfd8d7cf91
commit 4e910446ed
2 changed files with 26 additions and 34 deletions

58
web/package-lock.json generated
View File

@ -113,7 +113,7 @@
"rollup-plugin-postcss-lit": "^2.1.0",
"storybook": "^8.1.11",
"storybook-addon-mock": "^5.0.0",
"syncpack": "^12.3.3",
"syncpack": "^13.0.0",
"ts-lit-plugin": "^2.0.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
@ -2607,14 +2607,15 @@
}
},
"node_modules/@effect/schema": {
"version": "0.69.0",
"version": "0.71.1",
"resolved": "https://registry.npmjs.org/@effect/schema/-/schema-0.71.1.tgz",
"integrity": "sha512-XvFttkuBUL3s4ofZ+OVE4Pagb4wsPG8laSS8iO5lVI9Yt1zIM49uxlYIA2BJ45jjS3MdplUepC0NilotKnjU2A==",
"dev": true,
"license": "MIT",
"dependencies": {
"fast-check": "^3.20.0"
"fast-check": "^3.21.0"
},
"peerDependencies": {
"effect": "^3.5.7"
"effect": "^3.6.5"
}
},
"node_modules/@emotion/use-insertion-effect-with-fallbacks": {
@ -12887,9 +12888,10 @@
"license": "MIT"
},
"node_modules/effect": {
"version": "3.5.7",
"dev": true,
"license": "MIT"
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/effect/-/effect-3.6.5.tgz",
"integrity": "sha512-NhopZTAKljaAlR0CEroOAJJngdqg7bzlnWcDrCwh4d2WNVohVbBtUS4SGqLt8tUy7IFsTWATYiUtmhDG+YELjA==",
"dev": true
},
"node_modules/ejs": {
"version": "3.1.10",
@ -14536,7 +14538,9 @@
}
},
"node_modules/fast-check": {
"version": "3.20.0",
"version": "3.21.0",
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.21.0.tgz",
"integrity": "sha512-QpmbiqRFRZ+SIlBJh6xi5d/PgXciUc/xWKc4Vi2RWEHHIRx6oM3f0fWNna++zP9VB5HUBTObUK9gTKQP3vVcrQ==",
"dev": true,
"funding": [
{
@ -14548,7 +14552,6 @@
"url": "https://opencollective.com/fast-check"
}
],
"license": "MIT",
"dependencies": {
"pure-rand": "^6.1.0"
},
@ -20415,6 +20418,8 @@
},
"node_modules/pure-rand": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
"integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==",
"dev": true,
"funding": [
{
@ -20425,8 +20430,7 @@
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
],
"license": "MIT"
]
},
"node_modules/qrjs": {
"version": "0.2.0",
@ -23082,20 +23086,22 @@
"peer": true
},
"node_modules/syncpack": {
"version": "12.4.0",
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/syncpack/-/syncpack-13.0.0.tgz",
"integrity": "sha512-0PIoEWMP2+YkllkcZXw8N9d2sFqpmr8ULBdvms3gc1vG5tnccEMqc6flxHYnF/N+NTTcUnf0J+4xAD5hwH6XGQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@effect/schema": "0.69.0",
"@effect/schema": "0.71.1",
"chalk": "5.3.0",
"chalk-template": "1.1.0",
"commander": "12.1.0",
"cosmiconfig": "9.0.0",
"effect": "3.5.7",
"effect": "3.6.5",
"enquirer": "2.4.1",
"fast-check": "3.20.0",
"fast-check": "3.21.0",
"globby": "14.0.2",
"minimatch": "10.0.1",
"jsonc-parser": "3.3.1",
"minimatch": "9.0.5",
"npm-package-arg": "11.0.3",
"ora": "8.0.1",
"prompts": "2.4.2",
@ -23117,7 +23123,7 @@
"syncpack-update": "dist/bin-update/index.js"
},
"engines": {
"node": ">=16"
"node": ">=18.18.0"
}
},
"node_modules/syncpack/node_modules/argparse": {
@ -23274,20 +23280,6 @@
"node": ">=6"
}
},
"node_modules/syncpack/node_modules/minimatch": {
"version": "10.0.1",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": "20 || >=22"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/syncpack/node_modules/onetime": {
"version": "5.1.2",
"dev": true,

View File

@ -101,7 +101,7 @@
"rollup-plugin-postcss-lit": "^2.1.0",
"storybook": "^8.1.11",
"storybook-addon-mock": "^5.0.0",
"syncpack": "^12.3.3",
"syncpack": "^13.0.0",
"ts-lit-plugin": "^2.0.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",