From 0ece46c7ee60f640c04decc6abb6d0220ed70b0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:29:36 -0700 Subject: [PATCH] pkg: Update all non-major dependencies (#3255) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/benchmark/package.json | 2 +- examples/github-app/package-lock.json | 8 +- examples/github-app/package.json | 2 +- examples/nextjs/package-lock.json | 8 +- examples/nextjs/package.json | 2 +- package.json | 4 +- website/package.json | 2 +- yarn.lock | 120 +++++++++++++------------- 8 files changed, 74 insertions(+), 74 deletions(-) diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index f789e3d96cac..fc2460e56c62 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -30,7 +30,7 @@ "@babel/node": "7.25.9", "@types/babel__core": "^7", "@types/benchmark": "2.1.5", - "@types/react": "18.3.11", + "@types/react": "18.3.12", "webpack": "^5.76.2", "webpack-cli": "^5.1.4" } diff --git a/examples/github-app/package-lock.json b/examples/github-app/package-lock.json index 8933e78c526d..7a7097e96f51 100644 --- a/examples/github-app/package-lock.json +++ b/examples/github-app/package-lock.json @@ -37,7 +37,7 @@ "@linaria/shaker": "5.0.3", "@types/lodash": "4.14.192", "@types/parse-link-header": "^2.0.0", - "@types/react": "18.3.11", + "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/uuid": "^10.0.0", "react-refresh": "0.14.2", @@ -4776,9 +4776,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz", - "integrity": "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==", + "version": "18.3.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "license": "MIT", "dependencies": { "@types/prop-types": "*", diff --git a/examples/github-app/package.json b/examples/github-app/package.json index a894fda7752b..86bcf8497a91 100644 --- a/examples/github-app/package.json +++ b/examples/github-app/package.json @@ -35,7 +35,7 @@ "@linaria/shaker": "5.0.3", "@types/lodash": "4.14.192", "@types/parse-link-header": "^2.0.0", - "@types/react": "18.3.11", + "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/uuid": "^10.0.0", "react-refresh": "0.14.2", diff --git a/examples/nextjs/package-lock.json b/examples/nextjs/package-lock.json index a9917462e477..601c0a4ca44b 100644 --- a/examples/nextjs/package-lock.json +++ b/examples/nextjs/package-lock.json @@ -13,7 +13,7 @@ "@data-client/react": "^0.14.0", "@data-client/rest": "^0.14.0", "@number-flow/react": "^0.2.1", - "@types/node": "22.7.8", + "@types/node": "22.7.9", "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc", "clsx": "^2.1.1", @@ -2620,9 +2620,9 @@ } }, "node_modules/@types/node": { - "version": "22.7.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.8.tgz", - "integrity": "sha512-a922jJy31vqR5sk+kAdIENJjHblqcZ4RmERviFsER4WJcEONqxKcjNOlk0q7OUfrF5sddT+vng070cdfMlrPLg==", + "version": "22.7.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.9.tgz", + "integrity": "sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 39be9bcc9d7a..b3fa62fa836a 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -15,7 +15,7 @@ "@data-client/react": "^0.14.0", "@data-client/rest": "^0.14.0", "@number-flow/react": "^0.2.1", - "@types/node": "22.7.8", + "@types/node": "22.7.9", "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc", "clsx": "^2.1.1", diff --git a/package.json b/package.json index 907b316d9804..fb59977fd185 100644 --- a/package.json +++ b/package.json @@ -64,8 +64,8 @@ "@testing-library/react-hooks": "8.0.1", "@testing-library/react-native": "12.7.2", "@types/jest": "29.5.13", - "@types/node": "22.7.8", - "@types/react": "18.3.11", + "@types/node": "22.7.9", + "@types/react": "18.3.12", "babel-plugin-module-resolver": "5.0.2", "benchmark": "^2.1.4", "conventional-changelog-anansi": "^0.2.0", diff --git a/website/package.json b/website/package.json index 6b12d48d287d..bc4646be425a 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "^3.0.1", "@tsconfig/docusaurus": "^2.0.0", - "@types/react": "18.3.11", + "@types/react": "18.3.12", "@types/react-dom": "^18.2.7", "@types/react-helmet": "^6.1.5", "@types/react-router-dom": "^5.3.3", diff --git a/yarn.lock b/yarn.lock index e7bf5866ed10..15d90d3483b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4634,72 +4634,72 @@ __metadata: languageName: node linkType: hard -"@next/env@npm:14.2.15": - version: 14.2.15 - resolution: "@next/env@npm:14.2.15" - checksum: 10c0/b1af95941bd7e080276af0901512c8c56b4e157402d2d913feca435c6a6f01130c9f322cca67e5c2b1ca160f54f6c0c4913fb8a3201812a5bb62dbdccae6f8fa +"@next/env@npm:14.2.16": + version: 14.2.16 + resolution: "@next/env@npm:14.2.16" + checksum: 10c0/e9d795727bc43f171557a7a91111c9b71833840061275b5d4adf96f416febf4f02afb9dac1f4275f4a3e96a0a0db22b58fe934483e2823e76a5d3c60a563394b languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:14.2.15": - version: 14.2.15 - resolution: "@next/swc-darwin-arm64@npm:14.2.15" +"@next/swc-darwin-arm64@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-darwin-arm64@npm:14.2.16" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.2.15": - version: 14.2.15 - resolution: "@next/swc-darwin-x64@npm:14.2.15" +"@next/swc-darwin-x64@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-darwin-x64@npm:14.2.16" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.2.15": - version: 14.2.15 - resolution: "@next/swc-linux-arm64-gnu@npm:14.2.15" +"@next/swc-linux-arm64-gnu@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-linux-arm64-gnu@npm:14.2.16" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.2.15": - version: 14.2.15 - resolution: "@next/swc-linux-arm64-musl@npm:14.2.15" +"@next/swc-linux-arm64-musl@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-linux-arm64-musl@npm:14.2.16" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:14.2.15": - version: 14.2.15 - resolution: "@next/swc-linux-x64-gnu@npm:14.2.15" +"@next/swc-linux-x64-gnu@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-linux-x64-gnu@npm:14.2.16" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.2.15": - version: 14.2.15 - resolution: "@next/swc-linux-x64-musl@npm:14.2.15" +"@next/swc-linux-x64-musl@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-linux-x64-musl@npm:14.2.16" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:14.2.15": - version: 14.2.15 - resolution: "@next/swc-win32-arm64-msvc@npm:14.2.15" +"@next/swc-win32-arm64-msvc@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-win32-arm64-msvc@npm:14.2.16" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.2.15": - version: 14.2.15 - resolution: "@next/swc-win32-ia32-msvc@npm:14.2.15" +"@next/swc-win32-ia32-msvc@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-win32-ia32-msvc@npm:14.2.16" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:14.2.15": - version: 14.2.15 - resolution: "@next/swc-win32-x64-msvc@npm:14.2.15" +"@next/swc-win32-x64-msvc@npm:14.2.16": + version: 14.2.16 + resolution: "@next/swc-win32-x64-msvc@npm:14.2.16" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -7244,12 +7244,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:22.7.8, @types/node@npm:>=18, @types/node@npm:>=18.18.5, @types/node@npm:^22.0.0": - version: 22.7.8 - resolution: "@types/node@npm:22.7.8" +"@types/node@npm:*, @types/node@npm:22.7.9, @types/node@npm:>=18, @types/node@npm:>=18.18.5, @types/node@npm:^22.0.0": + version: 22.7.9 + resolution: "@types/node@npm:22.7.9" dependencies: undici-types: "npm:~6.19.2" - checksum: 10c0/3d3b3a2ec5a57ca4fd37b34dce415620993ca5f87cea2c728ffe73aa31446dbfe19c53171c478447bd7d78011ef4845a46ab2f0dc38e699cc75b3d100a60c690 + checksum: 10c0/2d1917702b9d9ede8e4d8151cd8b1af8bc147d543486474ffbe0742e38764ea73105939e6a767addf7a4c39e842e16eae762bff90617d7b7f9ee3fbbb2d23bfa languageName: node linkType: hard @@ -7261,9 +7261,9 @@ __metadata: linkType: hard "@types/node@npm:^16.18.28, @types/node@npm:^16.18.31": - version: 16.18.114 - resolution: "@types/node@npm:16.18.114" - checksum: 10c0/38391d08cd795857a664c8c26e0c722d386255e5d19770faec9a9b475c27b5502aee8ba5b159052c840a6bff715ac27e7329ba4df360e56cf0354137024f1f1d + version: 16.18.115 + resolution: "@types/node@npm:16.18.115" + checksum: 10c0/5e249e27f6c3d7666cb76c7634009d0a4846d6e778c2c0b87c9d182de43ef81300bf022fa1785f909f11467115063762646025289df0c2b6b6b942be64b4014f languageName: node linkType: hard @@ -7375,13 +7375,13 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:18.3.11, @types/react@npm:^18.0.30": - version: 18.3.11 - resolution: "@types/react@npm:18.3.11" +"@types/react@npm:*, @types/react@npm:18.3.12, @types/react@npm:^18.0.30": + version: 18.3.12 + resolution: "@types/react@npm:18.3.12" dependencies: "@types/prop-types": "npm:*" csstype: "npm:^3.0.2" - checksum: 10c0/ce80512246ca5bda69db85b9f4f1835189334acfb6b2c4f3eda8cabff1ff1a3ea9ce4f3b895bdbc18c94140aa45592331aa3fdeb557f525c1b048de7ce84fc0e + checksum: 10c0/8bae8d9a41619804561574792e29112b413044eb0d53746dde2b9720c1f9a59f71c895bbd7987cd8ce9500b00786e53bc032dced38cddf42910458e145675290 languageName: node linkType: hard @@ -13954,7 +13954,7 @@ __metadata: "@data-client/normalizr": "workspace:^" "@types/babel__core": "npm:^7" "@types/benchmark": "npm:2.1.5" - "@types/react": "npm:18.3.11" + "@types/react": "npm:18.3.12" benchmark: "npm:^2.1.4" normalizr: "npm:^3.6.2" react: "npm:^18.2.0" @@ -21320,19 +21320,19 @@ __metadata: linkType: hard "next@npm:^14.0.0": - version: 14.2.15 - resolution: "next@npm:14.2.15" - dependencies: - "@next/env": "npm:14.2.15" - "@next/swc-darwin-arm64": "npm:14.2.15" - "@next/swc-darwin-x64": "npm:14.2.15" - "@next/swc-linux-arm64-gnu": "npm:14.2.15" - "@next/swc-linux-arm64-musl": "npm:14.2.15" - "@next/swc-linux-x64-gnu": "npm:14.2.15" - "@next/swc-linux-x64-musl": "npm:14.2.15" - "@next/swc-win32-arm64-msvc": "npm:14.2.15" - "@next/swc-win32-ia32-msvc": "npm:14.2.15" - "@next/swc-win32-x64-msvc": "npm:14.2.15" + version: 14.2.16 + resolution: "next@npm:14.2.16" + dependencies: + "@next/env": "npm:14.2.16" + "@next/swc-darwin-arm64": "npm:14.2.16" + "@next/swc-darwin-x64": "npm:14.2.16" + "@next/swc-linux-arm64-gnu": "npm:14.2.16" + "@next/swc-linux-arm64-musl": "npm:14.2.16" + "@next/swc-linux-x64-gnu": "npm:14.2.16" + "@next/swc-linux-x64-musl": "npm:14.2.16" + "@next/swc-win32-arm64-msvc": "npm:14.2.16" + "@next/swc-win32-ia32-msvc": "npm:14.2.16" + "@next/swc-win32-x64-msvc": "npm:14.2.16" "@swc/helpers": "npm:0.5.5" busboy: "npm:1.6.0" caniuse-lite: "npm:^1.0.30001579" @@ -21373,7 +21373,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: 10c0/45d02c5a42f70cdbb8fba7a91f602d1852119f85cf5886d01d17e839ef096d42986ac17fe6356ed6e481548035e4eabff13b12818bf3ee38c11f488df579a8b0 + checksum: 10c0/8cd036a6f30d4cc8ab8480c19339ee6134ffd5b18338ff5a07de397ed4e29fad54de5219f70aafabf1fe9c48a7d54b7df58ba1f29cfa5d3351ff7763e8d4844e languageName: node linkType: hard @@ -25143,7 +25143,7 @@ __metadata: "@monaco-editor/react": "npm:^4.4.6" "@number-flow/react": "npm:^0.2.1" "@tsconfig/docusaurus": "npm:^2.0.0" - "@types/react": "npm:18.3.11" + "@types/react": "npm:18.3.12" "@types/react-dom": "npm:^18.2.7" "@types/react-helmet": "npm:^6.1.5" "@types/react-router-dom": "npm:^5.3.3" @@ -26717,8 +26717,8 @@ __metadata: "@testing-library/react-hooks": "npm:8.0.1" "@testing-library/react-native": "npm:12.7.2" "@types/jest": "npm:29.5.13" - "@types/node": "npm:22.7.8" - "@types/react": "npm:18.3.11" + "@types/node": "npm:22.7.9" + "@types/react": "npm:18.3.12" babel-plugin-module-resolver: "npm:5.0.2" benchmark: "npm:^2.1.4" conventional-changelog-anansi: "npm:^0.2.0"