diff --git a/CODEOWNERS b/CODEOWNERS index e3cfe60e3b..d6c922e743 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,4 @@ +# SPDX-FileCopyrightText: 2024-2026 Hack23 AB +# SPDX-License-Identifier: Apache-2.0 + * @pethers diff --git a/package-lock.json b/package-lock.json index aa514f19b1..27865ec9bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "sharp": "0.35.3", "terser": "5.49.0", "ts-api-utils": "2.5.0", - "tsx": "4.23.0", + "tsx": "4.23.1", "typedoc": "0.28.20", "typescript": "npm:@typescript/typescript6@6.0.2", "typescript-7": "npm:typescript@7.0.1-rc", @@ -9323,9 +9323,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.0.tgz", - "integrity": "sha512-eUdUIaCr963q2h5u3+QwvYp0+eqPvn+egeqZUm0hwERCqqx1E3kK5ehbGCvqSE5MQAULr67ww0cA3jKc3YkM1w==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz", + "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index eb872eba5a..0a9b4765fa 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "sharp": "0.35.3", "terser": "5.49.0", "ts-api-utils": "2.5.0", - "tsx": "4.23.0", + "tsx": "4.23.1", "typedoc": "0.28.20", "typescript": "npm:@typescript/typescript6@6.0.2", "typescript-7": "npm:typescript@7.0.1-rc",