From fab0a83a139f9cb97529a3b78f8bc82460d8a679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:18:34 +0000 Subject: [PATCH] chore(npm-deps): bump @sveltejs/acorn-typescript from 1.0.5 to 1.0.9 Bumps [@sveltejs/acorn-typescript](https://github.com/sveltejs/acorn-typescript) from 1.0.5 to 1.0.9. - [Release notes](https://github.com/sveltejs/acorn-typescript/releases) - [Changelog](https://github.com/sveltejs/acorn-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/acorn-typescript/compare/v1.0.5...v1.0.9) --- updated-dependencies: - dependency-name: "@sveltejs/acorn-typescript" dependency-version: 1.0.9 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2690392..1af9d4c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1954,9 +1954,9 @@ "license": "MIT" }, "node_modules/@sveltejs/acorn-typescript": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.5.tgz", - "integrity": "sha512-IwQk4yfwLdibDlrXVE04jTZYlLnwsTT2PIOQQGNLWfjavGifnk1JD1LcZjZaBTRcxZu2FfPfNLOE04DSu9lqtQ==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.9.tgz", + "integrity": "sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA==", "license": "MIT", "peerDependencies": { "acorn": "^8.9.0" @@ -9867,9 +9867,9 @@ "dev": true }, "@sveltejs/acorn-typescript": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.5.tgz", - "integrity": "sha512-IwQk4yfwLdibDlrXVE04jTZYlLnwsTT2PIOQQGNLWfjavGifnk1JD1LcZjZaBTRcxZu2FfPfNLOE04DSu9lqtQ==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.9.tgz", + "integrity": "sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA==", "requires": {} }, "@sveltejs/adapter-static": {