diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index 31a71cbefe35..6664bc5fc4e8 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@anansi/webpack-config": "21.1.19", - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.7", "@types/babel__core": "^7", "@types/benchmark": "2.1.5", diff --git a/examples/coin-app/package.json b/examples/coin-app/package.json index f23e8da3b639..30f5a5a96c29 100644 --- a/examples/coin-app/package.json +++ b/examples/coin-app/package.json @@ -27,7 +27,7 @@ "@anansi/babel-preset": "6.2.27", "@anansi/browserslist-config": "1.7.5", "@anansi/webpack-config": "21.1.19", - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@linaria/core": "*", "@linaria/react": "*", "@linaria/shaker": "*", diff --git a/examples/github-app/package-lock.json b/examples/github-app/package-lock.json index f522d363f9b8..1a36978c6c87 100644 --- a/examples/github-app/package-lock.json +++ b/examples/github-app/package-lock.json @@ -36,7 +36,7 @@ "@anansi/browserslist-config": "1.7.5", "@anansi/cli": "3.1.106", "@anansi/webpack-config": "21.1.19", - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@linaria/core": "6.3.0", "@linaria/react": "6.3.0", "@linaria/shaker": "5.0.3", @@ -545,18 +545,18 @@ } }, "node_modules/@babel/core": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", - "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", + "version": "7.29.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.6.tgz", + "integrity": "sha512-QdxmAo/ikZqqRGA8s43ww8lcql6naWRvEz0FFrl6MIlc7Gi6TroXnSdWa5U/kq6fzcpqpHesicQxFZIieZbyIA==", "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.29.0", - "@babel/generator": "^7.29.0", + "@babel/generator": "^7.29.6", "@babel/helper-compilation-targets": "^7.28.6", "@babel/helper-module-transforms": "^7.28.6", - "@babel/helpers": "^7.28.6", - "@babel/parser": "^7.29.0", + "@babel/helpers": "^7.29.2", + "@babel/parser": "^7.29.3", "@babel/template": "^7.28.6", "@babel/traverse": "^7.29.0", "@babel/types": "^7.29.0", @@ -908,14 +908,14 @@ } }, "node_modules/@babel/helpers": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz", - "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz", + "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/template": "^7.28.6", - "@babel/types": "^7.28.6" + "@babel/template": "^7.29.7", + "@babel/types": "^7.29.7" }, "engines": { "node": ">=6.9.0" diff --git a/examples/github-app/package.json b/examples/github-app/package.json index 21b42a56b5ed..145fd0748638 100644 --- a/examples/github-app/package.json +++ b/examples/github-app/package.json @@ -34,7 +34,7 @@ "@anansi/babel-preset": "6.2.27", "@anansi/browserslist-config": "1.7.5", "@anansi/webpack-config": "21.1.19", - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@linaria/core": "6.3.0", "@linaria/react": "6.3.0", "@linaria/shaker": "5.0.3", diff --git a/examples/nextjs/package-lock.json b/examples/nextjs/package-lock.json index 5bd372344153..5c2016a6c841 100644 --- a/examples/nextjs/package-lock.json +++ b/examples/nextjs/package-lock.json @@ -149,17 +149,17 @@ } }, "node_modules/@babel/core": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", - "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", + "version": "7.29.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.6.tgz", + "integrity": "sha512-QdxmAo/ikZqqRGA8s43ww8lcql6naWRvEz0FFrl6MIlc7Gi6TroXnSdWa5U/kq6fzcpqpHesicQxFZIieZbyIA==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.29.0", - "@babel/generator": "^7.29.0", + "@babel/generator": "^7.29.6", "@babel/helper-compilation-targets": "^7.28.6", "@babel/helper-module-transforms": "^7.28.6", - "@babel/helpers": "^7.28.6", - "@babel/parser": "^7.29.0", + "@babel/helpers": "^7.29.2", + "@babel/parser": "^7.29.3", "@babel/template": "^7.28.6", "@babel/traverse": "^7.29.0", "@babel/types": "^7.29.0", diff --git a/examples/normalizr-github/package.json b/examples/normalizr-github/package.json index 6568dfda50a7..d3fb48b8570f 100644 --- a/examples/normalizr-github/package.json +++ b/examples/normalizr-github/package.json @@ -14,7 +14,7 @@ "@data-client/normalizr": "workspace:*" }, "devDependencies": { - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.7", "@types/babel__core": "^7" } diff --git a/examples/normalizr-redux/package.json b/examples/normalizr-redux/package.json index cebe8da6e988..c2215b2845a6 100644 --- a/examples/normalizr-redux/package.json +++ b/examples/normalizr-redux/package.json @@ -13,7 +13,7 @@ "node": ">=18.0" }, "devDependencies": { - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.7", "@octokit/rest": "22.0.1", "@types/babel__core": "^7", diff --git a/examples/normalizr-relationships/package.json b/examples/normalizr-relationships/package.json index e1f525baaa1a..8b2821c1675d 100644 --- a/examples/normalizr-relationships/package.json +++ b/examples/normalizr-relationships/package.json @@ -10,7 +10,7 @@ "start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'" }, "devDependencies": { - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.7", "@types/babel__core": "^7" }, diff --git a/examples/todo-app/package-lock.json b/examples/todo-app/package-lock.json index 31a63bfefad8..177dc2fffd0b 100644 --- a/examples/todo-app/package-lock.json +++ b/examples/todo-app/package-lock.json @@ -22,7 +22,7 @@ "@anansi/babel-preset": "6.2.27", "@anansi/browserslist-config": "1.7.5", "@anansi/webpack-config": "21.1.19", - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@linaria/core": "6.3.0", "@linaria/react": "6.3.0", "@linaria/shaker": "5.0.3", @@ -339,18 +339,18 @@ } }, "node_modules/@babel/core": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", - "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", + "version": "7.29.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.6.tgz", + "integrity": "sha512-QdxmAo/ikZqqRGA8s43ww8lcql6naWRvEz0FFrl6MIlc7Gi6TroXnSdWa5U/kq6fzcpqpHesicQxFZIieZbyIA==", "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.29.0", - "@babel/generator": "^7.29.0", + "@babel/generator": "^7.29.6", "@babel/helper-compilation-targets": "^7.28.6", "@babel/helper-module-transforms": "^7.28.6", - "@babel/helpers": "^7.28.6", - "@babel/parser": "^7.29.0", + "@babel/helpers": "^7.29.2", + "@babel/parser": "^7.29.3", "@babel/template": "^7.28.6", "@babel/traverse": "^7.29.0", "@babel/types": "^7.29.0", @@ -712,14 +712,14 @@ } }, "node_modules/@babel/helpers": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz", - "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz", + "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/template": "^7.28.6", - "@babel/types": "^7.28.6" + "@babel/template": "^7.29.7", + "@babel/types": "^7.29.7" }, "engines": { "node": ">=6.9.0" diff --git a/examples/todo-app/package.json b/examples/todo-app/package.json index dee0756e4851..2d61d1643ba1 100644 --- a/examples/todo-app/package.json +++ b/examples/todo-app/package.json @@ -31,7 +31,7 @@ "@anansi/babel-preset": "6.2.27", "@anansi/browserslist-config": "1.7.5", "@anansi/webpack-config": "21.1.19", - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@linaria/core": "6.3.0", "@linaria/react": "6.3.0", "@linaria/shaker": "5.0.3", diff --git a/package.json b/package.json index 1dfadf6e96ae..87bd1e0ad490 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@anansi/eslint-plugin": "1.0.73", "@anansi/jest-preset": "0.11.33", "@babel/cli": "7.29.7", - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.7", "@babel/preset-flow": "^7.18.6", "@changesets/changelog-github": "^0.7.0", diff --git a/yarn.lock b/yarn.lock index a1e547a435a7..bc92f9d6df30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -676,16 +676,16 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:7.29.0, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.21.3, @babel/core@npm:^7.22.15, @babel/core@npm:^7.23.5, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.7, @babel/core@npm:^7.25.2, @babel/core@npm:^7.25.9, @babel/core@npm:^7.27.4": - version: 7.29.0 - resolution: "@babel/core@npm:7.29.0" +"@babel/core@npm:7.29.6": + version: 7.29.6 + resolution: "@babel/core@npm:7.29.6" dependencies: "@babel/code-frame": "npm:^7.29.0" - "@babel/generator": "npm:^7.29.0" + "@babel/generator": "npm:^7.29.6" "@babel/helper-compilation-targets": "npm:^7.28.6" "@babel/helper-module-transforms": "npm:^7.28.6" - "@babel/helpers": "npm:^7.28.6" - "@babel/parser": "npm:^7.29.0" + "@babel/helpers": "npm:^7.29.2" + "@babel/parser": "npm:^7.29.3" "@babel/template": "npm:^7.28.6" "@babel/traverse": "npm:^7.29.0" "@babel/types": "npm:^7.29.0" @@ -695,7 +695,30 @@ __metadata: gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10c0/5127d2e8e842ae409e11bcbb5c2dff9874abf5415e8026925af7308e903f4f43397341467a130490d1a39884f461bc2b67f3063bce0be44340db89687fd852aa + checksum: 10c0/0179b763970e9e00e35e9ff137fa4536dba45bb8d5a8e93835f72eacedf0ee1098e6012b3e82be2715d2560bab79eb1514003e1cd88e4245f8f9f67d5175df3f + languageName: node + linkType: hard + +"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.21.3, @babel/core@npm:^7.22.15, @babel/core@npm:^7.23.5, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.7, @babel/core@npm:^7.25.2, @babel/core@npm:^7.25.9, @babel/core@npm:^7.27.4": + version: 7.29.7 + resolution: "@babel/core@npm:7.29.7" + dependencies: + "@babel/code-frame": "npm:^7.29.7" + "@babel/generator": "npm:^7.29.7" + "@babel/helper-compilation-targets": "npm:^7.29.7" + "@babel/helper-module-transforms": "npm:^7.29.7" + "@babel/helpers": "npm:^7.29.7" + "@babel/parser": "npm:^7.29.7" + "@babel/template": "npm:^7.29.7" + "@babel/traverse": "npm:^7.29.7" + "@babel/types": "npm:^7.29.7" + "@jridgewell/remapping": "npm:^2.3.5" + convert-source-map: "npm:^2.0.0" + debug: "npm:^4.1.0" + gensync: "npm:^1.0.0-beta.2" + json5: "npm:^2.2.3" + semver: "npm:^6.3.1" + checksum: 10c0/112fb09c24de7a1de64d1de2c31fe65c4e6af4cb2fb6e6d99ea5373e6fc51e75b88581c0efae4c4c68f119a02a988c7106e95011a41530a2fb8ed793c7eaa07b languageName: node linkType: hard @@ -725,7 +748,7 @@ __metadata: languageName: node linkType: hard -"@babel/generator@npm:^7.22.15, @babel/generator@npm:^7.23.5, @babel/generator@npm:^7.25.9, @babel/generator@npm:^7.27.5, @babel/generator@npm:^7.29.0, @babel/generator@npm:^7.29.1, @babel/generator@npm:^7.29.7": +"@babel/generator@npm:^7.22.15, @babel/generator@npm:^7.23.5, @babel/generator@npm:^7.25.9, @babel/generator@npm:^7.27.5, @babel/generator@npm:^7.29.1, @babel/generator@npm:^7.29.6, @babel/generator@npm:^7.29.7": version: 7.29.7 resolution: "@babel/generator@npm:7.29.7" dependencies: @@ -939,13 +962,13 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.28.6": - version: 7.28.6 - resolution: "@babel/helpers@npm:7.28.6" +"@babel/helpers@npm:^7.29.2, @babel/helpers@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/helpers@npm:7.29.7" dependencies: - "@babel/template": "npm:^7.28.6" - "@babel/types": "npm:^7.28.6" - checksum: 10c0/c4a779c66396bb0cf619402d92f1610601ff3832db2d3b86b9c9dd10983bf79502270e97ac6d5280cea1b1a37de2f06ecbac561bd2271545270407fbe64027cb + "@babel/template": "npm:^7.29.7" + "@babel/types": "npm:^7.29.7" + checksum: 10c0/218e8d10953647c9f44775f5a022b227a182674853b5ea8631889deb7e1a3e4bc870388aaecf59bb8bd92a87f9a96220ed3f70a35bffec6bcf9169ecb67891ac languageName: node linkType: hard @@ -2283,7 +2306,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.22.15, @babel/types@npm:^7.23.5, @babel/types@npm:^7.26.0, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.6, @babel/types@npm:^7.29.0, @babel/types@npm:^7.29.7, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.22.15, @babel/types@npm:^7.23.5, @babel/types@npm:^7.26.0, @babel/types@npm:^7.27.3, @babel/types@npm:^7.29.0, @babel/types@npm:^7.29.7, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": version: 7.29.7 resolution: "@babel/types@npm:7.29.7" dependencies: @@ -10978,7 +11001,7 @@ __metadata: "@anansi/core": "npm:0.22.11" "@anansi/router": "npm:0.10.23" "@anansi/webpack-config": "npm:21.1.19" - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/runtime-corejs3": "npm:7.29.7" "@data-client/img": "npm:0.18.0" "@data-client/react": "npm:0.18.1" @@ -14077,7 +14100,7 @@ __metadata: resolution: "example-benchmark@workspace:examples/benchmark" dependencies: "@anansi/webpack-config": "npm:21.1.19" - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/node": "npm:7.29.7" "@data-client/core": "workspace:*" "@data-client/endpoint": "workspace:*" @@ -20540,7 +20563,7 @@ __metadata: version: 0.0.0-use.local resolution: "normalizr-github-example@workspace:examples/normalizr-github" dependencies: - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/node": "npm:7.29.7" "@data-client/endpoint": "workspace:*" "@data-client/normalizr": "workspace:*" @@ -20552,7 +20575,7 @@ __metadata: version: 0.0.0-use.local resolution: "normalizr-redux-example@workspace:examples/normalizr-redux" dependencies: - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/node": "npm:7.29.7" "@data-client/endpoint": "workspace:*" "@data-client/normalizr": "workspace:*" @@ -20568,7 +20591,7 @@ __metadata: version: 0.0.0-use.local resolution: "normalizr-relationships@workspace:examples/normalizr-relationships" dependencies: - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/node": "npm:7.29.7" "@data-client/endpoint": "workspace:*" "@data-client/normalizr": "workspace:*" @@ -24807,7 +24830,7 @@ __metadata: "@anansi/eslint-plugin": "npm:1.0.73" "@anansi/jest-preset": "npm:0.11.33" "@babel/cli": "npm:7.29.7" - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/node": "npm:7.29.7" "@babel/preset-flow": "npm:^7.18.6" "@changesets/changelog-github": "npm:^0.7.0"