diff --git a/raycast-theme/package-lock.json b/raycast-theme/package-lock.json index 34bb99e..228a797 100644 --- a/raycast-theme/package-lock.json +++ b/raycast-theme/package-lock.json @@ -7,7 +7,7 @@ "name": "theme-switcher", "license": "MIT", "dependencies": { - "@raycast/api": "^1.104.22" + "@raycast/api": "^1.104.23" }, "devDependencies": { "@raycast/eslint-config": "^2.2.0", @@ -1030,9 +1030,9 @@ } }, "node_modules/@raycast/api": { - "version": "1.104.22", - "resolved": "https://registry.npmjs.org/@raycast/api/-/api-1.104.22.tgz", - "integrity": "sha512-t4HwubTb1qpbaxdP8mu62Ugd1qYgcOM4Lc4+7EsxPPm7g3g5xlarH+MG+/kQEGrUukctGwrNL8S6VCVnuGIutw==", + "version": "1.104.23", + "resolved": "https://registry.npmjs.org/@raycast/api/-/api-1.104.23.tgz", + "integrity": "sha512-8ZdL9Jhc7C/+nQkUIM78pP0ODPR6wVvPjgg0uU6+n5hEaYABmrCIyA/gFcjfAYjU6EUFV2ZDHp6JNPFjQNyBWQ==", "license": "MIT", "dependencies": { "@oclif/core": "^4.8.4", diff --git a/raycast-theme/package.json b/raycast-theme/package.json index fe6e94a..9003624 100644 --- a/raycast-theme/package.json +++ b/raycast-theme/package.json @@ -50,7 +50,7 @@ } ], "dependencies": { - "@raycast/api": "^1.104.22" + "@raycast/api": "^1.104.23" }, "devDependencies": { "@raycast/eslint-config": "^2.2.0",