Skip to content

Commit 417fcce

Browse files
chore(deps): update dependency bob-the-bundler to v1.2.0 (#342)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 06bc92f commit 417fcce

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"husky": "4.3.8",
3737
"lint-staged": "10.5.4",
3838
"@types/node": "14.14.31",
39-
"bob-the-bundler": "1.1.0",
39+
"bob-the-bundler": "1.2.0",
4040
"eslint-config-standard": "16.0.2",
4141
"eslint-plugin-import": "2.22.1",
4242
"eslint-plugin-node": "11.1.0",

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@types/graphql-depth-limit": "1.1.2",
3232
"@types/eslint": "7.2.6",
33-
"bob-the-bundler": "1.1.0",
33+
"bob-the-bundler": "1.2.0",
3434
"graphql-config": "3.2.0",
3535
"graphql": "15.5.0",
3636
"typescript": "4.1.5"

yarn.lock

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,10 +1768,10 @@ [email protected]:
17681768
dependencies:
17691769
is-windows "^1.0.0"
17701770

1771-
bob-the-bundler@1.1.0:
1772-
version "1.1.0"
1773-
resolved "https://registry.npmjs.org/bob-the-bundler/-/bob-the-bundler-1.1.0.tgz#fd7cd427f754bf95826055ee356d64a67406387f"
1774-
integrity sha512-qqstwyxR7YX3Im8jY3vTV4FwnpuRS8AQclZwR9kg3SaWqZnzvEfJKO+JOf3Kbr1/48Zu6O1qPeKmEHesAyR3uw==
1771+
bob-the-bundler@1.2.0:
1772+
version "1.2.0"
1773+
resolved "https://registry.yarnpkg.com/bob-the-bundler/-/bob-the-bundler-1.2.0.tgz#a69a5695ac4e7aff8e34c8433517ae8c9823982c"
1774+
integrity sha512-bBz5RiQw326NG/Tdbg+RzM5Aldz6WUYdxf0ZSqTpOiwj8dHqyqZNWi4fDLjUMwL6BRq9HaXyWaqs26iQQfjtzw==
17751775
dependencies:
17761776
"@rollup/plugin-node-resolve" "7.1.1"
17771777
consola "2.11.3"
@@ -1783,6 +1783,7 @@ [email protected]:
17831783
minimatch "3.0.4"
17841784
mkdirp "1.0.4"
17851785
p-limit "2.2.2"
1786+
param-case "3.0.4"
17861787
rollup "2.3.2"
17871788
rollup-plugin-auto-external "2.0.0"
17881789
rollup-plugin-generate-package-json "3.2.0"
@@ -2475,6 +2476,14 @@ domexception@^2.0.1:
24752476
dependencies:
24762477
webidl-conversions "^5.0.0"
24772478

2479+
dot-case@^3.0.4:
2480+
version "3.0.4"
2481+
resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751"
2482+
integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==
2483+
dependencies:
2484+
no-case "^3.0.4"
2485+
tslib "^2.0.3"
2486+
24782487
ecc-jsbn@~0.1.1:
24792488
version "0.1.2"
24802489
resolved "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -5203,6 +5212,14 @@ p-try@^2.0.0:
52035212
resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
52045213
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
52055214

5215+
5216+
version "3.0.4"
5217+
resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
5218+
integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==
5219+
dependencies:
5220+
dot-case "^3.0.4"
5221+
tslib "^2.0.3"
5222+
52065223
parent-module@^1.0.0:
52075224
version "1.0.1"
52085225
resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"

0 commit comments

Comments
 (0)