diff --git a/examples/github-app/package-lock.json b/examples/github-app/package-lock.json index 2379927424cb..a883f41f279b 100644 --- a/examples/github-app/package-lock.json +++ b/examples/github-app/package-lock.json @@ -30,7 +30,7 @@ "devDependencies": { "@anansi/babel-preset": "5.0.2", "@anansi/browserslist-config": "1.5.0", - "@anansi/webpack-config": "18.0.4", + "@anansi/webpack-config": "18.0.5", "@babel/core": "7.23.9", "@linaria/babel-preset": "5.0.4", "@linaria/core": "6.0.0", @@ -45,7 +45,7 @@ "@typescript-eslint/parser": "6.20.0", "react-refresh": "0.14.0", "serve": "14.2.1", - "webpack": "5.90.0", + "webpack": "5.90.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.1" } @@ -197,9 +197,9 @@ } }, "node_modules/@anansi/webpack-config": { - "version": "18.0.4", - "resolved": "https://registry.npmjs.org/@anansi/webpack-config/-/webpack-config-18.0.4.tgz", - "integrity": "sha512-//JM9DIiXdLwXMr2oX075Q+tnXhW2lX33yFU4XtWnlgq2BXlYKqXrtoOtWT1d8S2TzXeu5PCH3UvRwAPzLqLCQ==", + "version": "18.0.5", + "resolved": "https://registry.npmjs.org/@anansi/webpack-config/-/webpack-config-18.0.5.tgz", + "integrity": "sha512-zE+ygsd94rR0f1iIzNWPNgSfjtYjkcq1ZSvsZQedQgG1AxptD8sCc51PpbtzZetCG44zfRo2ffosmwzTXHB3QQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.17.2", @@ -229,7 +229,7 @@ "html-webpack-plugin": "^5.6.0", "https-browserify": "^1.0.0", "is-wsl": "^2.2.0", - "mini-css-extract-plugin": "^2.7.7", + "mini-css-extract-plugin": "^2.8.0", "mkdirp": "^3.0.1", "os-browserify": "^0.3.0", "path": "^0.12.7", @@ -12440,12 +12440,13 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.7", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.7.tgz", - "integrity": "sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", + "integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", "dev": true, "dependencies": { - "schema-utils": "^4.0.0" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "engines": { "node": ">= 12.13.0" @@ -17774,9 +17775,9 @@ } }, "node_modules/webpack": { - "version": "5.90.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.0.tgz", - "integrity": "sha512-bdmyXRCXeeNIePv6R6tGPyy20aUobw4Zy8r0LUS2EWO+U+Ke/gYDgsCh7bl5rB6jPpr4r0SZa6dPxBxLooDT3w==", + "version": "5.90.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.1.tgz", + "integrity": "sha512-SstPdlAC5IvgFnhiRok8hqJo/+ArAbNv7rhU4fnWGHNVfN59HSQFaxZDSAL3IFG2YmqxuRs+IU33milSxbPlog==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", diff --git a/examples/github-app/package.json b/examples/github-app/package.json index 8f45864f5c1a..d89ce14c5f47 100644 --- a/examples/github-app/package.json +++ b/examples/github-app/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@anansi/babel-preset": "5.0.2", "@anansi/browserslist-config": "1.5.0", - "@anansi/webpack-config": "18.0.4", + "@anansi/webpack-config": "18.0.5", "@babel/core": "7.23.9", "@linaria/babel-preset": "5.0.4", "@linaria/core": "6.0.0", @@ -42,7 +42,7 @@ "@typescript-eslint/parser": "6.20.0", "react-refresh": "0.14.0", "serve": "14.2.1", - "webpack": "5.90.0", + "webpack": "5.90.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.1" }, diff --git a/examples/todo-app/package-lock.json b/examples/todo-app/package-lock.json index 71d5bef88cad..28a60cc99ad1 100644 --- a/examples/todo-app/package-lock.json +++ b/examples/todo-app/package-lock.json @@ -19,7 +19,7 @@ "devDependencies": { "@anansi/babel-preset": "5.0.2", "@anansi/browserslist-config": "1.5.0", - "@anansi/webpack-config": "18.0.4", + "@anansi/webpack-config": "18.0.5", "@babel/core": "7.23.9", "@linaria/babel-preset": "5.0.4", "@linaria/core": "6.0.0", @@ -28,7 +28,7 @@ "@types/react-dom": "18.2.18", "@types/uuid": "^9.0.0", "react-refresh": "0.14.0", - "webpack": "5.90.0", + "webpack": "5.90.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.1" } @@ -147,9 +147,9 @@ } }, "node_modules/@anansi/webpack-config": { - "version": "18.0.4", - "resolved": "https://registry.npmjs.org/@anansi/webpack-config/-/webpack-config-18.0.4.tgz", - "integrity": "sha512-//JM9DIiXdLwXMr2oX075Q+tnXhW2lX33yFU4XtWnlgq2BXlYKqXrtoOtWT1d8S2TzXeu5PCH3UvRwAPzLqLCQ==", + "version": "18.0.5", + "resolved": "https://registry.npmjs.org/@anansi/webpack-config/-/webpack-config-18.0.5.tgz", + "integrity": "sha512-zE+ygsd94rR0f1iIzNWPNgSfjtYjkcq1ZSvsZQedQgG1AxptD8sCc51PpbtzZetCG44zfRo2ffosmwzTXHB3QQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.17.2", @@ -179,7 +179,7 @@ "html-webpack-plugin": "^5.6.0", "https-browserify": "^1.0.0", "is-wsl": "^2.2.0", - "mini-css-extract-plugin": "^2.7.7", + "mini-css-extract-plugin": "^2.8.0", "mkdirp": "^3.0.1", "os-browserify": "^0.3.0", "path": "^0.12.7", @@ -9943,12 +9943,13 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.7", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.7.tgz", - "integrity": "sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", + "integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", "dev": true, "dependencies": { - "schema-utils": "^4.0.0" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "engines": { "node": ">= 12.13.0" @@ -13923,9 +13924,9 @@ } }, "node_modules/webpack": { - "version": "5.90.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.0.tgz", - "integrity": "sha512-bdmyXRCXeeNIePv6R6tGPyy20aUobw4Zy8r0LUS2EWO+U+Ke/gYDgsCh7bl5rB6jPpr4r0SZa6dPxBxLooDT3w==", + "version": "5.90.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.1.tgz", + "integrity": "sha512-SstPdlAC5IvgFnhiRok8hqJo/+ArAbNv7rhU4fnWGHNVfN59HSQFaxZDSAL3IFG2YmqxuRs+IU33milSxbPlog==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", diff --git a/examples/todo-app/package.json b/examples/todo-app/package.json index 1ba6fd65017f..013ea7310d2d 100644 --- a/examples/todo-app/package.json +++ b/examples/todo-app/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@anansi/babel-preset": "5.0.2", "@anansi/browserslist-config": "1.5.0", - "@anansi/webpack-config": "18.0.4", + "@anansi/webpack-config": "18.0.5", "@babel/core": "7.23.9", "@linaria/babel-preset": "5.0.4", "@linaria/core": "6.0.0", @@ -36,7 +36,7 @@ "@types/react-dom": "18.2.18", "@types/uuid": "^9.0.0", "react-refresh": "0.14.0", - "webpack": "5.90.0", + "webpack": "5.90.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.1" }, diff --git a/website/package.json b/website/package.json index ed723c54642c..bfe8706ba6bb 100644 --- a/website/package.json +++ b/website/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@anansi/browserslist-config": "1.5.0", - "@anansi/webpack-config": "18.0.4", + "@anansi/webpack-config": "18.0.5", "@data-client/endpoint": "workspace:^", "@data-client/graphql": "workspace:*", "@data-client/hooks": "workspace:*", diff --git a/yarn.lock b/yarn.lock index 9a85199d3ac1..5f122dd8af7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -463,9 +463,9 @@ __metadata: languageName: node linkType: hard -"@anansi/webpack-config@npm:18.0.4, @anansi/webpack-config@npm:^18.0.0": - version: 18.0.4 - resolution: "@anansi/webpack-config@npm:18.0.4" +"@anansi/webpack-config@npm:18.0.5, @anansi/webpack-config@npm:^18.0.0": + version: 18.0.5 + resolution: "@anansi/webpack-config@npm:18.0.5" dependencies: "@babel/runtime": "npm:^7.17.2" "@pmmmwh/react-refresh-webpack-plugin": "npm:^0.5.11" @@ -494,7 +494,7 @@ __metadata: html-webpack-plugin: "npm:^5.6.0" https-browserify: "npm:^1.0.0" is-wsl: "npm:^2.2.0" - mini-css-extract-plugin: "npm:^2.7.7" + mini-css-extract-plugin: "npm:^2.8.0" mkdirp: "npm:^3.0.1" os-browserify: "npm:^0.3.0" path: "npm:^0.12.7" @@ -566,7 +566,7 @@ __metadata: optional: true webpack-dev-server: optional: true - checksum: 10c0/1b24f43bf217ac5d607553b45316e887a5c368c610e4326be46cc44c2a5d6d65c88279ebe76804ee411d23323bf97d26e256594f84fdfcc8b43d519ae73a82da + checksum: 10c0/6dffd8c55ccdee8213fda826f2eae7851442cfe0a4b8c1ba9ddfe48d43b1420d9da55b7e3af8babc907978ff311501b08a72f4600fbdb08e91420366f66949d8 languageName: node linkType: hard @@ -20275,14 +20275,15 @@ __metadata: languageName: node linkType: hard -"mini-css-extract-plugin@npm:^2.7.6, mini-css-extract-plugin@npm:^2.7.7": - version: 2.7.7 - resolution: "mini-css-extract-plugin@npm:2.7.7" +"mini-css-extract-plugin@npm:^2.7.6, mini-css-extract-plugin@npm:^2.8.0": + version: 2.8.0 + resolution: "mini-css-extract-plugin@npm:2.8.0" dependencies: schema-utils: "npm:^4.0.0" + tapable: "npm:^2.2.1" peerDependencies: webpack: ^5.0.0 - checksum: 10c0/e22f76d96966ee4dfc1318e0f4c45ac75638932df468dc7d103094e1c97cb2d01ea7ccfb354e39d9e57d1971218cdc92678b9c8676472b2f1f801bb514967c44 + checksum: 10c0/fb69af136831451e7a8ab993996adedd74559fd5819fb75e53316e0b1b44bc5ea88a8fae17d39df3265f119be28a7be13054f3f99710f1394e16879eb51ad623 languageName: node linkType: hard @@ -24238,7 +24239,7 @@ __metadata: resolution: "rdc-website@workspace:website" dependencies: "@anansi/browserslist-config": "npm:1.5.0" - "@anansi/webpack-config": "npm:18.0.4" + "@anansi/webpack-config": "npm:18.0.5" "@data-client/endpoint": "workspace:^" "@data-client/graphql": "workspace:*" "@data-client/hooks": "workspace:*" @@ -27627,7 +27628,7 @@ __metadata: languageName: node linkType: hard -"tapable@npm:^2.0.0, tapable@npm:^2.1.1, tapable@npm:^2.2.0": +"tapable@npm:^2.0.0, tapable@npm:^2.1.1, tapable@npm:^2.2.0, tapable@npm:^2.2.1": version: 2.2.1 resolution: "tapable@npm:2.2.1" checksum: 10c0/bc40e6efe1e554d075469cedaba69a30eeb373552aaf41caeaaa45bf56ffacc2674261b106245bd566b35d8f3329b52d838e851ee0a852120acae26e622925c9 @@ -29373,8 +29374,8 @@ __metadata: linkType: hard "webpack@npm:*, webpack@npm:^5, webpack@npm:^5.76.0, webpack@npm:^5.76.2, webpack@npm:^5.88.1": - version: 5.90.0 - resolution: "webpack@npm:5.90.0" + version: 5.90.1 + resolution: "webpack@npm:5.90.1" dependencies: "@types/eslint-scope": "npm:^3.7.3" "@types/estree": "npm:^1.0.5" @@ -29405,7 +29406,7 @@ __metadata: optional: true bin: webpack: bin/webpack.js - checksum: 10c0/4acec1a719a9c5b890a30a9fb18519e671e55382f2c51120b76a2c1c1c521285b6510327faf79f85a4b11c7a2c5c01e1d2e7bf73e5cddbada1503f4d51a63441 + checksum: 10c0/c36b86e5aa42f07c865cc5221d88b84bc62267ca2e60edaf69e8fccebe284c8199d352701697546a0fa6599d648a05ea427607e854c61ccc269b9c230fb25efa languageName: node linkType: hard