fix(deps): update dependency @apollo/client to v3.14.1 (#2829)
dancefinder-app / build (push) Successful in 1m54s
dancefinder-app / deploy-prod (push) Successful in 1m26s

This commit was merged in pull request #2829.
This commit is contained in:
2026-03-12 22:06:16 +00:00
parent 5595f43ac8
commit c359c003ed
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
"version": "1.0.0",
"hasInstallScript": true,
"dependencies": {
"@apollo/client": "3.14.0",
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.5.0",
"@grafana/faro-web-sdk": "2.2.4",
"@grafana/faro-web-tracing": "2.2.4",
@@ -90,9 +90,9 @@
}
},
"node_modules/@apollo/client": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.14.0.tgz",
"integrity": "sha512-0YQKKRIxiMlIou+SekQqdCo0ZTHxOcES+K8vKB53cIDpwABNR0P0yRzPgsbgcj3zRJniD93S/ontsnZsCLZrxQ==",
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.14.1.tgz",
"integrity": "sha512-SgGX6E23JsZhUdG2anxiyHvEvvN6CUaI4ZfMsndZFeuHPXL3H0IsaiNAhLITSISbeyeYd+CBd9oERXQDdjXWZw==",
"license": "MIT",
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",