diff --git a/build.js b/build.js index 5bbc0f3..e95f55a 100644 --- a/build.js +++ b/build.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/package-lock.json b/package-lock.json index 206dbed..b659f88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,10 +17,10 @@ "@vscode/test-electron": "2.4.1", "@vscode/vsce": "3.2.1", "esbuild": "0.24.2", - "glob": "11.0.0", + "glob": "11.0.1", "rimraf": "6.0.1", "tmp": "0.2.3", - "typescript": "5.7.2" + "typescript": "5.7.3" }, "engines": { "vscode": "^1.96.0" @@ -2018,11 +2018,10 @@ "optional": true }, "node_modules/glob": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz", - "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz", + "integrity": "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==", "dev": true, - "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^4.0.1", @@ -3757,11 +3756,10 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 863124a..c22589e 100644 --- a/package.json +++ b/package.json @@ -372,9 +372,9 @@ "@vscode/test-electron": "2.4.1", "@vscode/vsce": "3.2.1", "esbuild": "0.24.2", - "glob": "11.0.0", + "glob": "11.0.1", "rimraf": "6.0.1", "tmp": "0.2.3", - "typescript": "5.7.2" + "typescript": "5.7.3" } } diff --git a/src/extension.ts b/src/extension.ts index 454ac8e..639d765 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/api.ts b/src/extension/api.ts index e9a83ef..86ede2f 100644 --- a/src/extension/api.ts +++ b/src/extension/api.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/config.ts b/src/extension/config.ts index ecf8164..a3c356d 100644 --- a/src/extension/config.ts +++ b/src/extension/config.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/env.ts b/src/extension/env.ts index 0c65c02..a0d77f8 100644 --- a/src/extension/env.ts +++ b/src/extension/env.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/inject.ts b/src/extension/inject.ts index babd7f5..9b8de95 100644 --- a/src/extension/inject.ts +++ b/src/extension/inject.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/package.ts b/src/extension/package.ts index b35c056..467323e 100644 --- a/src/extension/package.ts +++ b/src/extension/package.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/writer.ts b/src/extension/writer.ts index d1b0516..2e89c40 100644 --- a/src/extension/writer.ts +++ b/src/extension/writer.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/array.ts b/src/lib/array.ts index efa69b9..876964e 100644 --- a/src/lib/array.ts +++ b/src/lib/array.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/css.ts b/src/lib/css.ts index 8311168..3c6a0e8 100644 --- a/src/lib/css.ts +++ b/src/lib/css.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/file.ts b/src/lib/file.ts index f728d71..ba88fd8 100644 --- a/src/lib/file.ts +++ b/src/lib/file.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/glob.ts b/src/lib/glob.ts index 15739ed..67386bf 100644 --- a/src/lib/glob.ts +++ b/src/lib/glob.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/math.ts b/src/lib/math.ts index d3a6a14..f655a10 100644 --- a/src/lib/math.ts +++ b/src/lib/math.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/string.ts b/src/lib/string.ts index 13960bd..0969e7b 100644 --- a/src/lib/string.ts +++ b/src/lib/string.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/vscode.ts b/src/lib/vscode.ts index 5db3416..ad04d3a 100644 --- a/src/lib/vscode.ts +++ b/src/lib/vscode.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/align.ts b/src/menu/align.ts index e8c7b93..ca80337 100644 --- a/src/menu/align.ts +++ b/src/menu/align.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/blur.ts b/src/menu/blur.ts index b691393..964d78d 100644 --- a/src/menu/blur.ts +++ b/src/menu/blur.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/file.ts b/src/menu/file.ts index 7fdde19..ff03e45 100644 --- a/src/menu/file.ts +++ b/src/menu/file.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/menu.ts b/src/menu/menu.ts index 34e35f5..b071f4d 100644 --- a/src/menu/menu.ts +++ b/src/menu/menu.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/opacity.ts b/src/menu/opacity.ts index 479415c..ca031b8 100644 --- a/src/menu/opacity.ts +++ b/src/menu/opacity.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/repeat.ts b/src/menu/repeat.ts index 8cbdadb..b0e17eb 100644 --- a/src/menu/repeat.ts +++ b/src/menu/repeat.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/size.ts b/src/menu/size.ts index d6be7da..ec308af 100644 --- a/src/menu/size.ts +++ b/src/menu/size.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/time.ts b/src/menu/time.ts index 8f1f6d8..129a17b 100644 --- a/src/menu/time.ts +++ b/src/menu/time.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by