Skip to content

Commit ab39ea5

Browse files
chore(deps): update dependency bob-the-bundler to v1.5.1 (#566)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 890f6da commit ab39ea5

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/node": "14.17.8",
3535
"@typescript-eslint/eslint-plugin": "4.29.0",
3636
"@typescript-eslint/parser": "4.29.0",
37-
"bob-the-bundler": "1.2.1",
37+
"bob-the-bundler": "1.5.1",
3838
"dedent": "0.7.0",
3939
"eslint": "7.32.0",
4040
"eslint-config-prettier": "8.3.0",

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@types/eslint": "7.28.0",
2828
"@types/graphql-depth-limit": "1.1.2",
29-
"bob-the-bundler": "1.2.1",
29+
"bob-the-bundler": "1.5.1",
3030
"graphql": "15.5.0",
3131
"typescript": "4.3.5"
3232
},

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,6 +1551,13 @@
15511551
"@nodelib/fs.scandir" "2.1.3"
15521552
fastq "^1.6.0"
15531553

1554+
1555+
version "4.1.0"
1556+
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3"
1557+
integrity sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==
1558+
dependencies:
1559+
"@rollup/pluginutils" "^3.0.8"
1560+
15541561
15551562
version "7.1.1"
15561563
resolved "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.1.tgz#8c6e59c4b28baf9d223028d0e450e06a485bb2b7"
@@ -1869,6 +1876,11 @@
18691876
"@typescript-eslint/types" "4.29.0"
18701877
eslint-visitor-keys "^2.0.0"
18711878

1879+
1880+
version "0.28.3"
1881+
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.28.3.tgz#9461bdbf334d616759b0e7e5415e2f480b9aa30f"
1882+
integrity sha512-g3gk4D9itbhUQa5MtN7TOdeoQnNLkPDCox5SBaQ/H3Or5lo59TOaZWrLb+x47StiAJ+8DXZS/9MJ67cIBWSsRw==
1883+
18721884
"@yarnpkg/lockfile@^1.1.0":
18731885
version "1.1.0"
18741886
resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -2177,12 +2189,14 @@ [email protected]:
21772189
dependencies:
21782190
is-windows "^1.0.0"
21792191

2180-
bob-the-bundler@1.2.1:
2181-
version "1.2.1"
2182-
resolved "https://registry.npmjs.org/bob-the-bundler/-/bob-the-bundler-1.2.1.tgz#ed759de2ac59f5bda71cb625d17f1cd787984e4e"
2183-
integrity sha512-mrmiqX10ghyMB6v4T/VXjmhQie8xrqoOCWZ0b3N8JmTqnzYpOZbSw9UaAygxGzg4V2hjwTz0Wl7H1GlXQnawVA==
2192+
bob-the-bundler@1.5.1:
2193+
version "1.5.1"
2194+
resolved "https://registry.yarnpkg.com/bob-the-bundler/-/bob-the-bundler-1.5.1.tgz#31468d2194fde09f05ee40d5be8f94aa3e5f3781"
2195+
integrity sha512-npVm0JSzufI3419f1sFJ7r5A7c8oZ8893jJCaXa9AZNRfVMwKXKH6Z+820JvLbQMahQw3IrRImzEnsRWbd6riw==
21842196
dependencies:
2197+
"@rollup/plugin-json" "4.1.0"
21852198
"@rollup/plugin-node-resolve" "7.1.1"
2199+
"@vercel/ncc" "0.28.3"
21862200
builtins "4.0.0"
21872201
consola "2.11.3"
21882202
cosmiconfig "6.0.0"

0 commit comments

Comments
 (0)