chore(deps-dev): bump @sveltejs/adapter-static in /frontend (#834)

Bumps [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static) from 1.0.0-next.44 to 1.0.0-next.47.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/adapter-static/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-static@1.0.0-next.47/packages/adapter-static)

---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-static"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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]
2022-10-31 18:42:12 +00:00
committed by GitHub
parent f0f64e7ac2
commit c020da28f9
2 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
},
"devDependencies": {
"@playwright/test": "^1.27.1",
"@sveltejs/adapter-static": "^1.0.0-next.44",
"@sveltejs/adapter-static": "^1.0.0-next.47",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
@@ -416,9 +416,9 @@
}
},
"node_modules/@sveltejs/adapter-static": {
"version": "1.0.0-next.44",
"resolved": "https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.44.tgz",
"integrity": "sha512-qBtkmIMYGiDv5r2F3AfSG0ABHZim2NC+1PL2YVCa+QYz8IVCm1E/wGQ0RW4KVrANZ3MZk8y52PPajx+8/fwmNw==",
"version": "1.0.0-next.47",
"resolved": "https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.47.tgz",
"integrity": "sha512-pYY9/FhJAIWB3BXnLoKXj5yMZjQjtD9ZsW8UOqKE51H5sbCNHu+wdBlh2CkW20ww4yhfYrlvLWioxij6DPRO9w==",
"dev": true
},
"node_modules/@sveltejs/kit": {
@@ -6852,9 +6852,9 @@
}
},
"@sveltejs/adapter-static": {
"version": "1.0.0-next.44",
"resolved": "https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.44.tgz",
"integrity": "sha512-qBtkmIMYGiDv5r2F3AfSG0ABHZim2NC+1PL2YVCa+QYz8IVCm1E/wGQ0RW4KVrANZ3MZk8y52PPajx+8/fwmNw==",
"version": "1.0.0-next.47",
"resolved": "https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.47.tgz",
"integrity": "sha512-pYY9/FhJAIWB3BXnLoKXj5yMZjQjtD9ZsW8UOqKE51H5sbCNHu+wdBlh2CkW20ww4yhfYrlvLWioxij6DPRO9w==",
"dev": true
},
"@sveltejs/kit": {

View File

@@ -16,7 +16,7 @@
},
"devDependencies": {
"@playwright/test": "^1.27.1",
"@sveltejs/adapter-static": "^1.0.0-next.44",
"@sveltejs/adapter-static": "^1.0.0-next.47",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",