Skip to content

Commit a93302d

Browse files
chore(deps): bump the production-deps group across 1 directory with 4 updates (#20)
* chore(deps): bump the production-deps group across 1 directory with 4 updates Bumps the production-deps group with 4 updates in the / directory: [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin), [@libsql/client](https://github.com/libsql/libsql-client-ts/tree/HEAD/packages/libsql-client), [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and [dataloader](https://github.com/graphql/dataloader). Updates `terser-webpack-plugin` from 5.3.10 to 5.3.14 - [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](webpack/terser-webpack-plugin@v5.3.10...v5.3.14) Updates `@libsql/client` from 0.15.11 to 0.15.15 - [Release notes](https://github.com/libsql/libsql-client-ts/releases) - [Changelog](https://github.com/tursodatabase/libsql-client-ts/blob/main/CHANGELOG.md) - [Commits](https://github.com/libsql/libsql-client-ts/commits/v0.15.15/packages/libsql-client) Updates `eslint-plugin-react` from 7.37.4 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.37.4...v7.37.5) Updates `dataloader` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/graphql/dataloader/releases) - [Changelog](https://github.com/graphql/dataloader/blob/main/CHANGELOG.md) - [Commits](graphql/dataloader@v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: terser-webpack-plugin dependency-version: 5.3.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@libsql/client" dependency-version: 0.15.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: dataloader dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-deps ... Signed-off-by: dependabot[bot] <[email protected]> * fix: pnpm lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alberto Maghini <[email protected]>
1 parent fef3da7 commit a93302d

File tree

5 files changed

+99
-98
lines changed

5 files changed

+99
-98
lines changed

packages/bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"style-loader": "^2.0.0",
4242
"swc-loader": "^0.2.6",
4343
"swc-minify-webpack-plugin": "^2.1.3",
44-
"terser-webpack-plugin": "^5.3.10",
44+
"terser-webpack-plugin": "^5.3.14",
4545
"url-loader": "4.1.1",
4646
"webpack": "5.91.0",
4747
"webpack-bundle-analyzer": "^4.8.0",

packages/db-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "pnpm clean && pnpm build"
2525
},
2626
"dependencies": {
27-
"@libsql/client": "^0.15.10",
27+
"@libsql/client": "^0.15.15",
2828
"console-table-printer": "2.11.2",
2929
"drizzle-kit": "0.23.2-df9e596",
3030
"drizzle-orm": "0.32.1",

packages/eslint-config-payload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-node": "11.1.0",
3232
"eslint-plugin-perfectionist": "2.11.0",
3333
"eslint-plugin-playwright": "0.22.2",
34-
"eslint-plugin-react": "7.37.4",
34+
"eslint-plugin-react": "7.37.5",
3535
"eslint-plugin-react-hooks": "4.6.2",
3636
"eslint-plugin-regexp": "1.15.0"
3737
},

packages/payload/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"conf": "10.2.0",
6565
"connect-history-api-fallback": "1.6.0",
6666
"console-table-printer": "2.11.2",
67-
"dataloader": "2.2.2",
67+
"dataloader": "2.2.3",
6868
"date-fns": "2.30.0",
6969
"deep-equal": "2.2.3",
7070
"deepmerge": "4.3.1",
@@ -131,7 +131,7 @@
131131
"scmp": "2.1.0",
132132
"sharp": "0.32.6",
133133
"swc-loader": "0.2.6",
134-
"terser-webpack-plugin": "5.3.10",
134+
"terser-webpack-plugin": "5.3.14",
135135
"ts-essentials": "7.0.3",
136136
"use-context-selector": "1.4.1",
137137
"uuid": "9.0.1"
@@ -197,7 +197,7 @@
197197
"serve-static": "1.15.0",
198198
"swc-loader": "^0.2.6",
199199
"terser": "5.19.2",
200-
"terser-webpack-plugin": "^5.3.10",
200+
"terser-webpack-plugin": "^5.3.14",
201201
"url-loader": "4.1.1",
202202
"vite": "^4.4.9",
203203
"webpack": "5.91.0"

0 commit comments

Comments
 (0)