From 3067c68ba95f2f03eec235ae6453b2983644ef26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 09:54:28 +0200 Subject: [PATCH] chore(deps-dev): bump @sveltejs/adapter-static in /frontend (#87) Bumps [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static) from 1.0.0-next.31 to 1.0.0-next.34. - [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.34/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 97b3481f2c..046889da8c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@sveltejs/adapter-node": "^1.0.0-next.78", - "@sveltejs/adapter-static": "^1.0.0-next.21", + "@sveltejs/adapter-static": "^1.0.0-next.34", "@sveltejs/kit": "next", "@tailwindcss/forms": "^0.5.1", "@tailwindcss/typography": "^0.5.0", @@ -346,9 +346,9 @@ } }, "node_modules/@sveltejs/adapter-static": { - "version": "1.0.0-next.31", - "resolved": "https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.31.tgz", - "integrity": "sha512-d9RNA/de5ljb+gN8mKA3YfmfJoTbYFdH96NYDD8u4Lu9O/ZnseUxOAcAmD4/LKbLXOY/oYhRpt029xT2owyI3Q==", + "version": "1.0.0-next.34", + "resolved": "https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.34.tgz", + "integrity": "sha512-XjuMhemme5z0L/B2nTZpA6k+RJjF+b6L96ts6gIQ6ixiCzJQSbBqJhrrBYBCaeLAKvdUMoGEmX8m862JhKjRFg==", "dev": true, "dependencies": { "tiny-glob": "^0.2.9" @@ -5694,9 +5694,9 @@ } }, "@sveltejs/adapter-static": { - "version": "1.0.0-next.31", - "resolved": "https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.31.tgz", - "integrity": "sha512-d9RNA/de5ljb+gN8mKA3YfmfJoTbYFdH96NYDD8u4Lu9O/ZnseUxOAcAmD4/LKbLXOY/oYhRpt029xT2owyI3Q==", + "version": "1.0.0-next.34", + "resolved": "https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.34.tgz", + "integrity": "sha512-XjuMhemme5z0L/B2nTZpA6k+RJjF+b6L96ts6gIQ6ixiCzJQSbBqJhrrBYBCaeLAKvdUMoGEmX8m862JhKjRFg==", "dev": true, "requires": { "tiny-glob": "^0.2.9" diff --git a/frontend/package.json b/frontend/package.json index 10a6094616..75a8482e3d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@sveltejs/adapter-node": "^1.0.0-next.78", - "@sveltejs/adapter-static": "^1.0.0-next.21", + "@sveltejs/adapter-static": "^1.0.0-next.34", "@sveltejs/kit": "next", "@tailwindcss/forms": "^0.5.1", "@tailwindcss/typography": "^0.5.0",