Skip to content

Commit

Permalink
Merge pull request #12256 from mozilla/dependabot/npm_and_yarn/knex-1…
Browse files Browse the repository at this point in the history
….0.4

chore(deps): bump knex from 1.0.3 to 1.0.4
  • Loading branch information
bbangert authored Apr 5, 2022
2 parents f121d1c + b4fe477 commit 78aaa76
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/fxa-admin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"graphql-tools": "^8.0.0",
"helmet": "^5.0.0",
"hot-shots": "^9.0.0",
"knex": "^1.0.3",
"knex": "^1.0.4",
"mozlog": "^3.0.2",
"mysql": "^2.18.1",
"reflect-metadata": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-graphql-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"helmet": "^5.0.0",
"hot-shots": "^9.0.0",
"ioredis": "^4.28.2",
"knex": "^1.0.3",
"knex": "^1.0.4",
"mozlog": "^3.0.2",
"mysql": "^2.18.1",
"objection": "^2.2.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"ip": "^1.1.5",
"joi": "^14.3.1",
"js-md5": "^0.7.3",
"knex": "^1.0.3",
"knex": "^1.0.4",
"lodash.omitby": "^4.6.0",
"lodash.pick": "^4.4.0",
"moment": "^2.29.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21876,7 +21876,7 @@ fsevents@~2.1.1:
helmet: ^5.0.0
hot-shots: ^9.0.0
jest: 27.5.1
knex: ^1.0.3
knex: ^1.0.4
mozlog: ^3.0.2
mysql: ^2.18.1
pm2: ^5.1.2
Expand Down Expand Up @@ -22467,7 +22467,7 @@ fsevents@~2.1.1:
hot-shots: ^9.0.0
ioredis: ^4.28.2
jest: 27.5.1
knex: ^1.0.3
knex: ^1.0.4
mozlog: ^3.0.2
mysql: ^2.18.1
nock: ^13.2.2
Expand Down Expand Up @@ -22897,7 +22897,7 @@ fsevents@~2.1.1:
js-md5: ^0.7.3
jsdom: 19.0.0
jsdom-global: 3.0.2
knex: ^1.0.3
knex: ^1.0.4
lodash.omitby: ^4.6.0
lodash.pick: ^4.4.0
mocha: ^9.1.2
Expand Down Expand Up @@ -29197,9 +29197,9 @@ fsevents@~2.1.1:
languageName: node
linkType: hard

"knex@npm:^1.0.3":
version: 1.0.3
resolution: "knex@npm:1.0.3"
"knex@npm:^1.0.4":
version: 1.0.4
resolution: "knex@npm:1.0.4"
dependencies:
colorette: 2.0.16
commander: ^8.3.0
Expand Down Expand Up @@ -29231,7 +29231,7 @@ fsevents@~2.1.1:
optional: true
bin:
knex: bin/cli.js
checksum: 351bdb6f9a420c3b087dd7208029b99fe4e279eedcc2a4bf8f99b8ee45185425f0dbeb0c52853bb4b1cee458f61d0802ee7945929d13ba6e9c35becf01e53f2d
checksum: 7490763d92ff366732803a8bf721f88cd48ddab7794d2fd63a325996dcfc95d2cec7924d20c73cc45a7ba74d881531b6afdf6c5916c7e4673839a91f69603566
languageName: node
linkType: hard

Expand Down

0 comments on commit 78aaa76

Please sign in to comment.