diff --git a/web/package-lock.json b/web/package-lock.json index 425df254cb..a2e2651530 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.9", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2024.6.3-1724414734", + "@goauthentik/api": "^2024.8.0-1725367323", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2", "@lit/reactive-element": "^2.0.4", @@ -3443,9 +3443,9 @@ "license": "MIT" }, "node_modules/@goauthentik/api": { - "version": "2024.6.3-1724414734", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.3-1724414734.tgz", - "integrity": "sha512-2fLKwOh2Znc/unD8Q2U4G0g5QFM4jVqC95e5VRWWVnzp3xB7JWfEDBcRdwyv5PxCdmjBUkvbiul0kiuRwqBf4w==" + "version": "2024.8.0-1725367323", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.8.0-1725367323.tgz", + "integrity": "sha512-dO/Tz0l914UpRn6ZsiuKm00pRQfOtoqZF9hTeXShXmUjIjsHLT21lcv2YqUpqq89mvcSOEmU7pI0eBhCFYIteg==" }, "node_modules/@goauthentik/web": { "resolved": "", @@ -23628,6 +23628,7 @@ }, "node_modules/tree-sitter-json": { "version": "0.20.2", + "hasInstallScript": true, "license": "MIT", "optional": true, "dependencies": { @@ -23636,6 +23637,7 @@ }, "node_modules/tree-sitter-yaml": { "version": "0.5.0", + "hasInstallScript": true, "license": "MIT", "optional": true, "dependencies": { @@ -25333,7 +25335,9 @@ } }, "packages/sfe/node_modules/@goauthentik/api": { - "version": "2024.6.0-1720200294" + "version": "2024.6.0-1720200294", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.0-1720200294.tgz", + "integrity": "sha512-qGpI+0BpsHWlO8waj89q+6SWjVVuRtYqdmpSIrKFsZt9GLNXCvIAvgS5JI1Sq2z1uWK/8kLNZKDocI/XagqMPQ==" } } } diff --git a/web/package.json b/web/package.json index 7581e266d7..08c866cef3 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ "@floating-ui/dom": "^1.6.9", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2024.6.3-1724414734", + "@goauthentik/api": "^2024.8.0-1725367323", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2", "@lit/reactive-element": "^2.0.4",