From 0745c92e4c29b3833191300526fefdef83ed0e3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:14:37 +0000 Subject: [PATCH] pkg: Update build packages (#3305) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/github-app/package-lock.json | 16 ++++++++-------- examples/github-app/package.json | 4 ++-- examples/nextjs/package-lock.json | 6 +++--- examples/todo-app/package-lock.json | 16 ++++++++-------- examples/todo-app/package.json | 4 ++-- package.json | 2 +- website/package.json | 2 +- yarn.lock | 20 ++++++++++---------- 8 files changed, 35 insertions(+), 35 deletions(-) diff --git a/examples/github-app/package-lock.json b/examples/github-app/package-lock.json index 4c21b932035b..df5c0e9c51ed 100644 --- a/examples/github-app/package-lock.json +++ b/examples/github-app/package-lock.json @@ -27,9 +27,9 @@ "uuid": "^11.0.0" }, "devDependencies": { - "@anansi/babel-preset": "6.0.10", + "@anansi/babel-preset": "6.0.11", "@anansi/browserslist-config": "1.5.1", - "@anansi/webpack-config": "20.0.12", + "@anansi/webpack-config": "20.0.13", "@babel/core": "7.26.0", "@linaria/babel-preset": "5.0.4", "@linaria/core": "6.2.0", @@ -62,9 +62,9 @@ } }, "node_modules/@anansi/babel-preset": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/@anansi/babel-preset/-/babel-preset-6.0.10.tgz", - "integrity": "sha512-XHkyJhTc9txrrkEqd90qNafTn6kJFMs0cZN9iECsGDgeMMJfm4unS0D5GmfEmW5xbldTux0srCRXsFkYJ/6TCg==", + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/@anansi/babel-preset/-/babel-preset-6.0.11.tgz", + "integrity": "sha512-8d3YYRL9UKI50uOVtwVc8r3fGVibRxERe6aHxaFyjrF0mJFuHwh3SwfPYYHAQkVcLM/H/OzeKVcJvpUYUzde9g==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -183,9 +183,9 @@ } }, "node_modules/@anansi/webpack-config": { - "version": "20.0.12", - "resolved": "https://registry.npmjs.org/@anansi/webpack-config/-/webpack-config-20.0.12.tgz", - "integrity": "sha512-p866y76wnBu6ljnpkHxCsX5pPxHUCyxy0VwHydnraYnU7VCUJdhFr1NoC6V2jS1Q/l95386NRobtiMdJfR4ALA==", + "version": "20.0.13", + "resolved": "https://registry.npmjs.org/@anansi/webpack-config/-/webpack-config-20.0.13.tgz", + "integrity": "sha512-90n8ofzL7S7ojYSgtw/Kcokze1FUoJv8fS6orrQaESrK+buql9ZUnMqc9NAqIDG7ed3CACBxFcecHah3ARChqQ==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/examples/github-app/package.json b/examples/github-app/package.json index 7e9816628589..0430d8501c68 100644 --- a/examples/github-app/package.json +++ b/examples/github-app/package.json @@ -25,9 +25,9 @@ "private": true, "license": "Apache-2.0", "devDependencies": { - "@anansi/babel-preset": "6.0.10", + "@anansi/babel-preset": "6.0.11", "@anansi/browserslist-config": "1.5.1", - "@anansi/webpack-config": "20.0.12", + "@anansi/webpack-config": "20.0.13", "@babel/core": "7.26.0", "@linaria/babel-preset": "5.0.4", "@linaria/core": "6.2.0", diff --git a/examples/nextjs/package-lock.json b/examples/nextjs/package-lock.json index 6057ab5b58a6..d9073e0d9b32 100644 --- a/examples/nextjs/package-lock.json +++ b/examples/nextjs/package-lock.json @@ -38,9 +38,9 @@ } }, "node_modules/@anansi/babel-preset": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/@anansi/babel-preset/-/babel-preset-6.0.10.tgz", - "integrity": "sha512-XHkyJhTc9txrrkEqd90qNafTn6kJFMs0cZN9iECsGDgeMMJfm4unS0D5GmfEmW5xbldTux0srCRXsFkYJ/6TCg==", + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/@anansi/babel-preset/-/babel-preset-6.0.11.tgz", + "integrity": "sha512-8d3YYRL9UKI50uOVtwVc8r3fGVibRxERe6aHxaFyjrF0mJFuHwh3SwfPYYHAQkVcLM/H/OzeKVcJvpUYUzde9g==", "license": "BSD-3-Clause", "dependencies": { "@anansi/ts-utils": "^0.3.7", diff --git a/examples/todo-app/package-lock.json b/examples/todo-app/package-lock.json index 6977fc8b57b9..4e0b1997cf91 100644 --- a/examples/todo-app/package-lock.json +++ b/examples/todo-app/package-lock.json @@ -17,9 +17,9 @@ "uuid": "^11.0.0" }, "devDependencies": { - "@anansi/babel-preset": "6.0.10", + "@anansi/babel-preset": "6.0.11", "@anansi/browserslist-config": "1.5.1", - "@anansi/webpack-config": "20.0.12", + "@anansi/webpack-config": "20.0.13", "@babel/core": "7.26.0", "@linaria/babel-preset": "5.0.4", "@linaria/core": "6.2.0", @@ -49,9 +49,9 @@ } }, "node_modules/@anansi/babel-preset": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/@anansi/babel-preset/-/babel-preset-6.0.10.tgz", - "integrity": "sha512-XHkyJhTc9txrrkEqd90qNafTn6kJFMs0cZN9iECsGDgeMMJfm4unS0D5GmfEmW5xbldTux0srCRXsFkYJ/6TCg==", + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/@anansi/babel-preset/-/babel-preset-6.0.11.tgz", + "integrity": "sha512-8d3YYRL9UKI50uOVtwVc8r3fGVibRxERe6aHxaFyjrF0mJFuHwh3SwfPYYHAQkVcLM/H/OzeKVcJvpUYUzde9g==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -146,9 +146,9 @@ } }, "node_modules/@anansi/webpack-config": { - "version": "20.0.12", - "resolved": "https://registry.npmjs.org/@anansi/webpack-config/-/webpack-config-20.0.12.tgz", - "integrity": "sha512-p866y76wnBu6ljnpkHxCsX5pPxHUCyxy0VwHydnraYnU7VCUJdhFr1NoC6V2jS1Q/l95386NRobtiMdJfR4ALA==", + "version": "20.0.13", + "resolved": "https://registry.npmjs.org/@anansi/webpack-config/-/webpack-config-20.0.13.tgz", + "integrity": "sha512-90n8ofzL7S7ojYSgtw/Kcokze1FUoJv8fS6orrQaESrK+buql9ZUnMqc9NAqIDG7ed3CACBxFcecHah3ARChqQ==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/examples/todo-app/package.json b/examples/todo-app/package.json index 76d0705c0f73..dd30e9f4131b 100644 --- a/examples/todo-app/package.json +++ b/examples/todo-app/package.json @@ -25,9 +25,9 @@ "private": true, "license": "Apache-2.0", "devDependencies": { - "@anansi/babel-preset": "6.0.10", + "@anansi/babel-preset": "6.0.11", "@anansi/browserslist-config": "1.5.1", - "@anansi/webpack-config": "20.0.12", + "@anansi/webpack-config": "20.0.13", "@babel/core": "7.26.0", "@linaria/babel-preset": "5.0.4", "@linaria/core": "6.2.0", diff --git a/package.json b/package.json index 4d9ab194e62a..8b5dc7c1674a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "extends @anansi/browserslist-config" ], "devDependencies": { - "@anansi/babel-preset": "6.0.10", + "@anansi/babel-preset": "6.0.11", "@anansi/browserslist-config": "1.5.1", "@anansi/eslint-plugin": "1.0.19", "@anansi/jest-preset": "0.11.8", diff --git a/website/package.json b/website/package.json index b02448650fe0..52b13ace23de 100644 --- a/website/package.json +++ b/website/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@anansi/browserslist-config": "1.5.1", - "@anansi/webpack-config": "20.0.12", + "@anansi/webpack-config": "20.0.13", "@data-client/endpoint": "workspace:*", "@data-client/graphql": "workspace:*", "@data-client/react": "workspace:*", diff --git a/yarn.lock b/yarn.lock index e366ec51aff9..cd41b0a237b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -204,9 +204,9 @@ __metadata: languageName: node linkType: hard -"@anansi/babel-preset@npm:6.0.10, @anansi/babel-preset@npm:^6.0.0": - version: 6.0.10 - resolution: "@anansi/babel-preset@npm:6.0.10" +"@anansi/babel-preset@npm:6.0.11, @anansi/babel-preset@npm:^6.0.0": + version: 6.0.11 + resolution: "@anansi/babel-preset@npm:6.0.11" dependencies: "@anansi/ts-utils": "npm:^0.3.7" "@babel/plugin-proposal-decorators": "npm:^7.25.9" @@ -259,7 +259,7 @@ __metadata: optional: true typescript: optional: true - checksum: 10c0/a36870379fa3e31d30ee50ba8a331075dd77d74099e3431d872b8f2115e75f0ea89e1196f22e4616cdb405354303da348c4de42bac61f7f13fbfa2c7e8bf7cf4 + checksum: 10c0/51436cd32d059588c2704b7cd080af54dd1e9020d6983ac7cd18a7a237a645f9057a5047e5d029983ed564dc70218bef07b8cf8e85855b49e31da11fefc470d3 languageName: node linkType: hard @@ -453,9 +453,9 @@ __metadata: languageName: node linkType: hard -"@anansi/webpack-config@npm:20.0.12, @anansi/webpack-config@npm:^20.0.0": - version: 20.0.12 - resolution: "@anansi/webpack-config@npm:20.0.12" +"@anansi/webpack-config@npm:20.0.13, @anansi/webpack-config@npm:^20.0.0": + version: 20.0.13 + resolution: "@anansi/webpack-config@npm:20.0.13" dependencies: "@babel/runtime": "npm:^7.17.2" "@pmmmwh/react-refresh-webpack-plugin": "npm:^0.5.15" @@ -556,7 +556,7 @@ __metadata: optional: true webpack-dev-server: optional: true - checksum: 10c0/b2dafb9d26890af291ad81c44f0ffe8944a9c322356083490b2532c9ef1f7e595502ba3d02534aaf4320e257d0ae7a662f6e16ea242167792729084a7248b2d6 + checksum: 10c0/cd501c23e93729dab4091367bd1b289fe30a58254d02cdcc6723ba3ebc244965e4f22b1e143814625d0dd6eae88785b988fc9a8c90014441e4f08c41c2d33b04 languageName: node linkType: hard @@ -25148,7 +25148,7 @@ __metadata: resolution: "rdc-website@workspace:website" dependencies: "@anansi/browserslist-config": "npm:1.5.1" - "@anansi/webpack-config": "npm:20.0.12" + "@anansi/webpack-config": "npm:20.0.13" "@data-client/endpoint": "workspace:*" "@data-client/graphql": "workspace:*" "@data-client/react": "workspace:*" @@ -26717,7 +26717,7 @@ __metadata: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@anansi/babel-preset": "npm:6.0.10" + "@anansi/babel-preset": "npm:6.0.11" "@anansi/browserslist-config": "npm:1.5.1" "@anansi/eslint-plugin": "npm:1.0.19" "@anansi/jest-preset": "npm:0.11.8"