From f85845fe42374ee0846bf3960c799ae777e031a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 01:12:20 +0100 Subject: [PATCH] chore(deps): bump the minorandpatch group in /website with 7 updates (#1282) Bumps the minorandpatch group in /website with 7 updates: | Package | From | To | | --- | --- | --- | | [openid-client](https://github.com/panva/node-openid-client) | `5.6.4` | `5.6.5` | | [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.189` | `2.2.190` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.24` | `20.11.25` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.63` | `18.2.64` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.20` | `18.2.21` | | [msw](https://github.com/mswjs/msw) | `2.2.2` | `2.2.3` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.2` | Updates `openid-client` from 5.6.4 to 5.6.5 - [Release notes](https://github.com/panva/node-openid-client/releases) - [Changelog](https://github.com/panva/node-openid-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/panva/node-openid-client/compare/v5.6.4...v5.6.5) Updates `@iconify/json` from 2.2.189 to 2.2.190 - [Commits](https://github.com/iconify/icon-sets/compare/2.2.189...2.2.190) Updates `@types/node` from 20.11.24 to 20.11.25 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.2.63 to 18.2.64 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.20 to 18.2.21 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `msw` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.2.2...v2.2.3) Updates `typescript` from 5.3.3 to 5.4.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2) --- updated-dependencies: - dependency-name: openid-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@iconify/json" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package-lock.json | 60 +++++++++++++++++++-------------------- website/package.json | 14 ++++----- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 0f613ab78..c9d1aa241 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -29,7 +29,7 @@ "lodash": "^4.17.21", "luxon": "^3.4.4", "neverthrow": "^6.1.0", - "openid-client": "^5.6.4", + "openid-client": "^5.6.5", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-confirm-alert": "^3.0.6", @@ -44,7 +44,7 @@ "@astrojs/react": "^3.0.10", "@astrojs/tailwind": "^5.1.0", "@emotion/styled": "^11.11.0", - "@iconify/json": "^2.2.189", + "@iconify/json": "^2.2.190", "@playwright/test": "^1.42.1", "@tanstack/eslint-plugin-query": "^5.20.1", "@testing-library/dom": "^9.3.4", @@ -54,9 +54,9 @@ "@types/jsonwebtoken": "^9.0.6", "@types/lodash": "^4.14.202", "@types/luxon": "^3.4.2", - "@types/node": "^20.11.24", - "@types/react": "^18.2.63", - "@types/react-dom": "^18.2.20", + "@types/node": "^20.11.25", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", @@ -71,12 +71,12 @@ "eslint-plugin-react": "^7.34.0", "eslint-plugin-react-hooks": "^4.6.0", "jsdom": "^24.0.0", - "msw": "^2.2.2", + "msw": "^2.2.3", "prettier": "3.2.5", "prettier-plugin-astro": "^0.13.0", "sass": "^1.71.1", "tailwindcss": "^3.4.1", - "typescript": "^5.3.3", + "typescript": "^5.4.2", "uuid": "^9.0.1", "vitest": "1.3.1" } @@ -1846,9 +1846,9 @@ "dev": true }, "node_modules/@iconify/json": { - "version": "2.2.189", - "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.189.tgz", - "integrity": "sha512-q0DxpGQuQhtoNXELlHKbkxTSOjuzf/3Qaqq5uuJ/dM62XH1GUUxlXsgH/Moh/CEcs3evzWFp2mjIQifZmihQTA==", + "version": "2.2.190", + "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.190.tgz", + "integrity": "sha512-ci0/3DQUoRNxuNC8s0rNke5JwsCzWuYfEl4BgOykx3EAWDWMvD8lCenrDiFa04mokzMwSF+jA6I1YjBRGWfyOw==", "dev": true, "dependencies": { "@iconify/types": "*", @@ -4134,9 +4134,9 @@ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" }, "node_modules/@types/node": { - "version": "20.11.24", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz", - "integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==", + "version": "20.11.25", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz", + "integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==", "dependencies": { "undici-types": "~5.26.4" } @@ -4167,9 +4167,9 @@ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" }, "node_modules/@types/react": { - "version": "18.2.63", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.63.tgz", - "integrity": "sha512-ppaqODhs15PYL2nGUOaOu2RSCCB4Difu4UFrP4I3NHLloXC/ESQzQMi9nvjfT1+rudd0d2L3fQPJxRSey+rGlQ==", + "version": "18.2.64", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz", + "integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -4177,9 +4177,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.20.tgz", - "integrity": "sha512-HXN/biJY8nv20Cn9ZbCFq3liERd4CozVZmKbaiZ9KiKTrWqsP7eoGDO6OOGvJQwoVFuiXaiJ7nBBjiFFbRmQMQ==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.21.tgz", + "integrity": "sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==", "dev": true, "dependencies": { "@types/react": "*" @@ -13510,9 +13510,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/msw": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.2.2.tgz", - "integrity": "sha512-Vn3RGCmp14Oy1Lo9yGJMk4+qV/WdK8opNyHt0jdBnvzQ8OEhFvQ2AeM9EXOgQtGLvzUWzqrrwlfwmsCkFViUlg==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.2.3.tgz", + "integrity": "sha512-84CoNCkcJ/EvY8Tv0tD/6HKVd4S5HyGowHjM5W12K8Wgryp4fikqS7IaTOceyQgP5dNedxo2icTLDXo7dkpxCg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -13545,7 +13545,7 @@ "url": "https://opencollective.com/mswjs" }, "peerDependencies": { - "typescript": ">= 4.7.x <= 5.3.x" + "typescript": ">= 4.7.x" }, "peerDependenciesMeta": { "typescript": { @@ -14071,11 +14071,11 @@ } }, "node_modules/openid-client": { - "version": "5.6.4", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.6.4.tgz", - "integrity": "sha512-T1h3B10BRPKfcObdBklX639tVz+xh34O7GjofqrqiAQdm7eHsQ00ih18x6wuJ/E6FxdtS2u3FmUGPDeEcMwzNA==", + "version": "5.6.5", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.6.5.tgz", + "integrity": "sha512-5P4qO9nGJzB5PI0LFlhj4Dzg3m4odt0qsJTfyEtZyOlkgpILwEioOhVVJOrS1iVH494S4Ee5OCjjg6Bf5WOj3w==", "dependencies": { - "jose": "^4.15.4", + "jose": "^4.15.5", "lru-cache": "^6.0.0", "object-hash": "^2.2.0", "oidc-token-hash": "^5.0.3" @@ -18209,9 +18209,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/website/package.json b/website/package.json index bab08d3d8..48441df8e 100644 --- a/website/package.json +++ b/website/package.json @@ -38,7 +38,7 @@ "lodash": "^4.17.21", "luxon": "^3.4.4", "neverthrow": "^6.1.0", - "openid-client": "^5.6.4", + "openid-client": "^5.6.5", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-confirm-alert": "^3.0.6", @@ -53,7 +53,7 @@ "@astrojs/react": "^3.0.10", "@astrojs/tailwind": "^5.1.0", "@emotion/styled": "^11.11.0", - "@iconify/json": "^2.2.189", + "@iconify/json": "^2.2.190", "@playwright/test": "^1.42.1", "@tanstack/eslint-plugin-query": "^5.20.1", "@testing-library/dom": "^9.3.4", @@ -63,9 +63,9 @@ "@types/jsonwebtoken": "^9.0.6", "@types/lodash": "^4.14.202", "@types/luxon": "^3.4.2", - "@types/node": "^20.11.24", - "@types/react": "^18.2.63", - "@types/react-dom": "^18.2.20", + "@types/node": "^20.11.25", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", @@ -80,12 +80,12 @@ "eslint-plugin-react": "^7.34.0", "eslint-plugin-react-hooks": "^4.6.0", "jsdom": "^24.0.0", - "msw": "^2.2.2", + "msw": "^2.2.3", "prettier": "3.2.5", "prettier-plugin-astro": "^0.13.0", "sass": "^1.71.1", "tailwindcss": "^3.4.1", - "typescript": "^5.3.3", + "typescript": "^5.4.2", "uuid": "^9.0.1", "vitest": "1.3.1" }