Author SHA1 Message Date
renovate cc8baf9dd6 fix(deps): update dependency graphql to v17
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Failing after 31s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-07-06 07:04:27 +00:00
2 changed files with 15 additions and 15 deletions
+12 -12
View File
@@ -10,7 +10,7 @@
"hasInstallScript": true,
"dependencies": {
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.8.0",
"@auth0/auth0-vue": "2.7.0",
"@grafana/faro-web-sdk": "2.8.2",
"@grafana/faro-web-tracing": "2.8.2",
"@mdi/font": "7.4.47",
@@ -148,9 +148,9 @@
}
},
"node_modules/@auth0/auth0-auth-js": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-auth-js/-/auth0-auth-js-1.10.0.tgz",
"integrity": "sha512-FDzc0lbaG1E++4sjx3zW7BB9gVK2ODLmuPStGxYPeclKwLMFKkmVyWR8bCyQVNXvTS1KCHeX0dC9HMTJ0WBCJg==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-auth-js/-/auth0-auth-js-1.6.0.tgz",
"integrity": "sha512-/WYYNlsqhWA6I60pMVLFVeOgjOUCLdJThEAsjN8pAgYY09BTxbPaRIEVDgGu6ckoJpkmKvEYlHPO/vwRNrvX6w==",
"license": "MIT",
"dependencies": {
"jose": "^6.0.8",
@@ -158,24 +158,24 @@
}
},
"node_modules/@auth0/auth0-spa-js": {
"version": "2.22.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.22.0.tgz",
"integrity": "sha512-+2MeIGcXNPXaodEimx1F0YYTfajZ3oxbUI14nGhChcPqxOjRZQNwXrr9rRpHy+tMgNHOnM5YwIqvAfkZlB1WjA==",
"version": "2.19.3",
"resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.19.3.tgz",
"integrity": "sha512-Dx0VKuJwmEjdHLQJHTyGY6LLZ8Jk0DFEIBPKhfoCpvWoo47AoaqO5YV+Ix5isn7zso+8IsJ9Awx7sgHKA5zBPQ==",
"license": "MIT",
"dependencies": {
"@auth0/auth0-auth-js": "1.10.0",
"@auth0/auth0-auth-js": "1.6.0",
"browser-tabs-lock": "1.3.0",
"dpop": "2.1.1",
"es-cookie": "1.3.2"
}
},
"node_modules/@auth0/auth0-vue": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.8.0.tgz",
"integrity": "sha512-2X31j20hd6f7NvoUOykWcjTEBBZXPFnhs52Xbw2Vx2H9QyvaFLAUZIXjZSxC5snMc08QSGAgkr+ZOEBtw13x6g==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.7.0.tgz",
"integrity": "sha512-7Jw8jCNH0rQQkBP31QUKQDaMXHMcS3Qg3g7Ia6deYKe9/jDgYbMFBus/R8dcq8WZLAuI+06yTcvMzUi7w3WHNQ==",
"license": "MIT",
"dependencies": {
"@auth0/auth0-spa-js": "^2.21.0",
"@auth0/auth0-spa-js": "^2.10.0",
"vue": "^3.5.21"
},
"peerDependencies": {
+3 -3
View File
@@ -47,15 +47,15 @@
"vuetify": "4.1.3"
},
"dependencies": {
"@apollo/client": "4.2.5",
"@auth0/auth0-vue": "2.8.0",
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.7.0",
"@grafana/faro-web-sdk": "2.8.2",
"@grafana/faro-web-tracing": "2.8.2",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2",
"date-fns": "4.4.0",
"graphql": "16.14.2",
"graphql": "17.0.2",
"graphql-tag": "2.12.7",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1"