caciviclab / disclosure-backend-static

Campaign finance data powering Open Disclosure California
https://caciviclab.org/odca-jekyll/
15 stars 13 forks source link

Bump nokogiri from 1.11.1 to 1.13.9 #306

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nokogiri from 1.11.1 to 1.13.9.

Release notes

Sourced from nokogiri's releases.

1.13.9 / 2022-10-18

Security

Dependencies

  • [CRuby] Vendored libxml2 is updated to v2.10.3 from v2.9.14.
  • [CRuby] Vendored libxslt is updated to v1.1.37 from v1.1.35.
  • [CRuby] Vendored zlib is updated from 1.2.12 to 1.2.13. (See LICENSE-DEPENDENCIES.md for details on which packages redistribute this library.)

Fixed

  • [CRuby] Nokogiri::XML::Namespace objects, when compacted, update their internal struct's reference to the Ruby object wrapper. Previously, with GC compaction enabled, a segmentation fault was possible after compaction was triggered. [#2658] (Thanks, @​eightbitraptor and @​peterzhu2118!)
  • [CRuby] Document#remove_namespaces! now defers freeing the underlying xmlNs struct until the Document is GCed. Previously, maintaining a reference to a Namespace object that was removed in this way could lead to a segfault. [#2658]

sha256 checksums:

9b69829561d30c4461ea803baeaf3460e8b145cff7a26ce397119577a4083a02  nokogiri-1.13.9-aarch64-linux.gem
e76ebb4b7b2e02c72b2d1541289f8b0679fb5984867cf199d89b8ef485764956  nokogiri-1.13.9-arm64-darwin.gem
15bae7d08bddeaa898d8e3f558723300137c26a2dc2632a1f89c8574c4467165  nokogiri-1.13.9-java.gem
f6a1dbc7229184357f3129503530af73cc59ceba4932c700a458a561edbe04b9  nokogiri-1.13.9-x64-mingw-ucrt.gem
36d935d799baa4dc488024f71881ff0bc8b172cecdfc54781169c40ec02cbdb3  nokogiri-1.13.9-x64-mingw32.gem
ebaf82aa9a11b8fafb67873d19ee48efb565040f04c898cdce8ca0cd53ff1a12  nokogiri-1.13.9-x86-linux.gem
11789a2a11b28bc028ee111f23311461104d8c4468d5b901ab7536b282504154  nokogiri-1.13.9-x86-mingw32.gem
01830e1646803ff91c0fe94bc768ff40082c6de8cfa563dafd01b3f7d5f9d795  nokogiri-1.13.9-x86_64-darwin.gem
8e93b8adec22958013799c8690d81c2cdf8a90b6f6e8150ab22e11895844d781  nokogiri-1.13.9-x86_64-linux.gem
96f37c1baf0234d3ae54c2c89aef7220d4a8a1b03d2675ff7723565b0a095531  nokogiri-1.13.9.gem

1.13.8 / 2022-07-23

Deprecated

  • XML::Reader#attribute_nodes is deprecated due to incompatibility between libxml2's xmlReader memory semantics and Ruby's garbage collector. Although this method continues to exist for backwards compatibility, it is unsafe to call and may segfault. This method will be removed in a future version of Nokogiri, and callers should use #attribute_hash instead. [#2598]

Improvements

  • XML::Reader#attribute_hash is a new method to safely retrieve the attributes of a node from XML::Reader. [#2598, #2599]

Fixed

... (truncated)

Changelog

Sourced from nokogiri's changelog.

1.13.9 / 2022-10-18

Security

Dependencies

  • [CRuby] Vendored libxml2 is updated to v2.10.3 from v2.9.14.
  • [CRuby] Vendored libxslt is updated to v1.1.37 from v1.1.35.
  • [CRuby] Vendored zlib is updated from 1.2.12 to 1.2.13. (See LICENSE-DEPENDENCIES.md for details on which packages redistribute this library.)

Fixed

  • [CRuby] Nokogiri::XML::Namespace objects, when compacted, update their internal struct's reference to the Ruby object wrapper. Previously, with GC compaction enabled, a segmentation fault was possible after compaction was triggered. [#2658] (Thanks, @​eightbitraptor and @​peterzhu2118!)
  • [CRuby] Document#remove_namespaces! now defers freeing the underlying xmlNs struct until the Document is GCed. Previously, maintaining a reference to a Namespace object that was removed in this way could lead to a segfault. [#2658]

1.13.8 / 2022-07-23

Deprecated

  • XML::Reader#attribute_nodes is deprecated due to incompatibility between libxml2's xmlReader memory semantics and Ruby's garbage collector. Although this method continues to exist for backwards compatibility, it is unsafe to call and may segfault. This method will be removed in a future version of Nokogiri, and callers should use #attribute_hash instead. [#2598]

Improvements

  • XML::Reader#attribute_hash is a new method to safely retrieve the attributes of a node from XML::Reader. [#2598, #2599]

Fixed

  • [CRuby] Calling XML::Reader#attributes is now safe to call. In Nokogiri <= 1.13.7 this method may segfault. [#2598, #2599]

1.13.7 / 2022-07-12

Fixed

XML::Node objects, when compacted, update their internal struct's reference to the Ruby object wrapper. Previously, with GC compaction enabled, a segmentation fault was possible after compaction was triggered. [#2578] (Thanks, @​eightbitraptor!)

1.13.6 / 2022-05-08

Security

  • [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to the SAX parsers. See GHSA-xh29-r2w5-wx8m for more information.

... (truncated)

Commits
  • 897759c version bump to v1.13.9
  • aeb1ac3 doc: update CHANGELOG
  • c663e49 Merge pull request #2671 from sparklemotion/flavorjones-update-zlib-1.2.13_v1...
  • 212e07d ext: hack to cross-compile zlib v1.2.13 on darwin
  • 76dbc8c dep: update zlib to v1.2.13
  • 24e3a9c doc: update CHANGELOG
  • 4db3b4d Merge pull request #2668 from sparklemotion/flavorjones-namespace-scopes-comp...
  • 73d73d6 fix: Document#remove_namespaces! use-after-free bug
  • 5f58b34 fix: namespace nodes behave properly when compacted
  • b08a858 test: repro namespace_scopes compaction issue
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/caciviclab/disclosure-backend-static/network/alerts).
tdooner commented 1 year ago
Build diff from Commit 19f1ec484a154f9203ac60986b10c4c706d2bcbf: ```diff diff --git a/build/_candidates/oakland/2022-11-08/harold-lowe.md b/build/_candidates/oakland/2022-11-08/harold-lowe.md index 8ba35ef..338f69d 100644 --- a/build/_candidates/oakland/2022-11-08/harold-lowe.md +++ b/build/_candidates/oakland/2022-11-08/harold-lowe.md @@ -1,7 +1,7 @@ --- election: _elections/oakland/2022-11-08.md -committee_name: No committee registered -filer_id: '' +committee_name: Harold Lowe for City Council 2022 +filer_id: '1453436' is_accepted_expenditure_ceiling: true is_incumbent: false name: Harold Lowe diff --git a/build/_candidates/oakland/2022-11-08/kenny-session.md b/build/_candidates/oakland/2022-11-08/kenny-session.md index fc20c5f..671020d 100644 --- a/build/_candidates/oakland/2022-11-08/kenny-session.md +++ b/build/_candidates/oakland/2022-11-08/kenny-session.md @@ -1,7 +1,7 @@ --- election: _elections/oakland/2022-11-08.md -committee_name: No committee registered -filer_id: '' +committee_name: Kenny Session for City Council District 6 2022 +filer_id: '1453834' is_accepted_expenditure_ceiling: true is_incumbent: false name: Kenny Session diff --git a/build/_candidates/oakland/2022-11-08/mart-bradley.md b/build/_candidates/oakland/2022-11-08/mart-bradley.md index c62cf89..67105b9 100644 --- a/build/_candidates/oakland/2022-11-08/mart-bradley.md +++ b/build/_candidates/oakland/2022-11-08/mart-bradley.md @@ -1,5 +1,6 @@ --- election: _elections/oakland/2022-11-08.md +committee_name: No committee registered filer_id: '' is_incumbent: false name: Mart Bradley diff --git a/build/_candidates/oakland/2022-11-08/yakpasua-michael-gbagba-zazaboi.md b/build/_candidates/oakland/2022-11-08/yakpasua-michael-gbagba-zazaboi.md index 8844467..0d9a474 100644 --- a/build/_candidates/oakland/2022-11-08/yakpasua-michael-gbagba-zazaboi.md +++ b/build/_candidates/oakland/2022-11-08/yakpasua-michael-gbagba-zazaboi.md @@ -1,7 +1,7 @@ --- election: _elections/oakland/2022-11-08.md -committee_name: No committee registered -filer_id: '' +committee_name: Yakpasua Zazaboi for Oakland City Council District 6 2022 +filer_id: '1449857' is_accepted_expenditure_ceiling: false is_incumbent: false name: Yakpasua Michael Gbagba Zazaboi diff --git a/build/_committees/1449857.md b/build/_committees/1449857.md new file mode 100644 index 0000000..d66c596 --- /dev/null +++ b/build/_committees/1449857.md @@ -0,0 +1,7 @@ +--- +filer_id: '1449857' +name: Yakpasua Zazaboi for Oakland City Council District 6 2022 +candidate_controlled_id: '' +data_warning: +title: Yakpasua Zazaboi for Oakland City Council District 6 2022 +--- diff --git a/build/_committees/1453436.md b/build/_committees/1453436.md new file mode 100644 index 0000000..40bd0c9 --- /dev/null +++ b/build/_committees/1453436.md @@ -0,0 +1,7 @@ +--- +filer_id: '1453436' +name: Harold Lowe for City Council 2022 +candidate_controlled_id: '' +data_warning: +title: Harold Lowe for City Council 2022 +--- diff --git a/build/_committees/1453834.md b/build/_committees/1453834.md new file mode 100644 index 0000000..a392c53 --- /dev/null +++ b/build/_committees/1453834.md @@ -0,0 +1,7 @@ +--- +filer_id: '1453834' +name: Kenny Session for City Council District 6 2022 +candidate_controlled_id: '' +data_warning: +title: Kenny Session for City Council District 6 2022 +--- diff --git a/build/_data/candidates/oakland/2014-11-04/abel-guillen.json b/build/_data/candidates/oakland/2014-11-04/abel-guillen.json index 672a43a..5236754 100644 --- a/build/_data/candidates/oakland/2014-11-04/abel-guillen.json +++ b/build/_data/candidates/oakland/2014-11-04/abel-guillen.json @@ -1,5 +1,5 @@ { - "id": 39, + "id": 38, "name": "Abel Guillén", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/aimee-eng.json b/build/_data/candidates/oakland/2014-11-04/aimee-eng.json index 5ef2162..4cb118b 100644 --- a/build/_data/candidates/oakland/2014-11-04/aimee-eng.json +++ b/build/_data/candidates/oakland/2014-11-04/aimee-eng.json @@ -1,5 +1,5 @@ { - "id": 161, + "id": 160, "name": "Aimee Eng", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/andrew-park.json b/build/_data/candidates/oakland/2014-11-04/andrew-park.json index 1709cd9..190a21a 100644 --- a/build/_data/candidates/oakland/2014-11-04/andrew-park.json +++ b/build/_data/candidates/oakland/2014-11-04/andrew-park.json @@ -1,5 +1,5 @@ { - "id": 40, + "id": 39, "name": "Andrew Park", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/annie-campbell-washington.json b/build/_data/candidates/oakland/2014-11-04/annie-campbell-washington.json index 7356593..c15b86d 100644 --- a/build/_data/candidates/oakland/2014-11-04/annie-campbell-washington.json +++ b/build/_data/candidates/oakland/2014-11-04/annie-campbell-washington.json @@ -1,5 +1,5 @@ { - "id": 116, + "id": 115, "name": "Annie Campbell Washington", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/brenda-roberts.json b/build/_data/candidates/oakland/2014-11-04/brenda-roberts.json index 4e7356e..a6c9d64 100644 --- a/build/_data/candidates/oakland/2014-11-04/brenda-roberts.json +++ b/build/_data/candidates/oakland/2014-11-04/brenda-roberts.json @@ -1,5 +1,5 @@ { - "id": 171, + "id": 170, "name": "Brenda Roberts", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/bryan-parker.json b/build/_data/candidates/oakland/2014-11-04/bryan-parker.json index 192becc..d20720a 100644 --- a/build/_data/candidates/oakland/2014-11-04/bryan-parker.json +++ b/build/_data/candidates/oakland/2014-11-04/bryan-parker.json @@ -1,5 +1,5 @@ { - "id": 145, + "id": 144, "name": "Bryan Parker", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/charles-williams.json b/build/_data/candidates/oakland/2014-11-04/charles-williams.json index 29580a4..9951090 100644 --- a/build/_data/candidates/oakland/2014-11-04/charles-williams.json +++ b/build/_data/candidates/oakland/2014-11-04/charles-williams.json @@ -1,5 +1,5 @@ { - "id": 140, + "id": 139, "name": "Charles Williams", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/courtney-ruby.json b/build/_data/candidates/oakland/2014-11-04/courtney-ruby.json index 6115629..3a44a8d 100644 --- a/build/_data/candidates/oakland/2014-11-04/courtney-ruby.json +++ b/build/_data/candidates/oakland/2014-11-04/courtney-ruby.json @@ -1,5 +1,5 @@ { - "id": 141, + "id": 140, "name": "Courtney Ruby", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/dan-siegel.json b/build/_data/candidates/oakland/2014-11-04/dan-siegel.json index e07f7d7..0052d45 100644 --- a/build/_data/candidates/oakland/2014-11-04/dan-siegel.json +++ b/build/_data/candidates/oakland/2014-11-04/dan-siegel.json @@ -1,5 +1,5 @@ { - "id": 142, + "id": 141, "name": "Dan Siegel", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/dana-king.json b/build/_data/candidates/oakland/2014-11-04/dana-king.json index a64644c..10f46af 100644 --- a/build/_data/candidates/oakland/2014-11-04/dana-king.json +++ b/build/_data/candidates/oakland/2014-11-04/dana-king.json @@ -1,5 +1,5 @@ { - "id": 56, + "id": 55, "name": "Dana King", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/desley-brooks.json b/build/_data/candidates/oakland/2014-11-04/desley-brooks.json index c3e42f3..2aa34b4 100644 --- a/build/_data/candidates/oakland/2014-11-04/desley-brooks.json +++ b/build/_data/candidates/oakland/2014-11-04/desley-brooks.json @@ -1,5 +1,5 @@ { - "id": 130, + "id": 129, "name": "Desley Brooks", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/eric-wilson.json b/build/_data/candidates/oakland/2014-11-04/eric-wilson.json index ea4e68f..ce7a718 100644 --- a/build/_data/candidates/oakland/2014-11-04/eric-wilson.json +++ b/build/_data/candidates/oakland/2014-11-04/eric-wilson.json @@ -1,5 +1,5 @@ { - "id": 160, + "id": 159, "name": "Eric Wilson", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/james-moore.json b/build/_data/candidates/oakland/2014-11-04/james-moore.json index d88c4f5..fb11534 100644 --- a/build/_data/candidates/oakland/2014-11-04/james-moore.json +++ b/build/_data/candidates/oakland/2014-11-04/james-moore.json @@ -1,5 +1,5 @@ { - "id": 120, + "id": 119, "name": "James Moore", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/jason-anderson.json b/build/_data/candidates/oakland/2014-11-04/jason-anderson.json index b06f8f5..2a7a4c6 100644 --- a/build/_data/candidates/oakland/2014-11-04/jason-anderson.json +++ b/build/_data/candidates/oakland/2014-11-04/jason-anderson.json @@ -1,5 +1,5 @@ { - "id": 154, + "id": 153, "name": "Jason Anderson", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/jean-quan.json b/build/_data/candidates/oakland/2014-11-04/jean-quan.json index 5af0ec1..19427d6 100644 --- a/build/_data/candidates/oakland/2014-11-04/jean-quan.json +++ b/build/_data/candidates/oakland/2014-11-04/jean-quan.json @@ -1,5 +1,5 @@ { - "id": 153, + "id": 152, "name": "Jean Quan", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json b/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json index 498d45e..4faf4a2 100644 --- a/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json +++ b/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json @@ -1,5 +1,5 @@ { - "id": 118, + "id": 117, "name": "Jill Broadhurst", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/joe-tuman.json b/build/_data/candidates/oakland/2014-11-04/joe-tuman.json index 4a12049..c7052ce 100644 --- a/build/_data/candidates/oakland/2014-11-04/joe-tuman.json +++ b/build/_data/candidates/oakland/2014-11-04/joe-tuman.json @@ -1,5 +1,5 @@ { - "id": 144, + "id": 143, "name": "Joe Tuman", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/ken-houston.json b/build/_data/candidates/oakland/2014-11-04/ken-houston.json index d4ced1c..29424ff 100644 --- a/build/_data/candidates/oakland/2014-11-04/ken-houston.json +++ b/build/_data/candidates/oakland/2014-11-04/ken-houston.json @@ -1,5 +1,5 @@ { - "id": 155, + "id": 154, "name": "Ken Houston", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/ken-maxey.json b/build/_data/candidates/oakland/2014-11-04/ken-maxey.json index ab60638..91bf146 100644 --- a/build/_data/candidates/oakland/2014-11-04/ken-maxey.json +++ b/build/_data/candidates/oakland/2014-11-04/ken-maxey.json @@ -1,5 +1,5 @@ { - "id": 115, + "id": 114, "name": "Ken Maxey", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/kevin-blackburn.json b/build/_data/candidates/oakland/2014-11-04/kevin-blackburn.json index 3f0cfbb..aef05e0 100644 --- a/build/_data/candidates/oakland/2014-11-04/kevin-blackburn.json +++ b/build/_data/candidates/oakland/2014-11-04/kevin-blackburn.json @@ -1,5 +1,5 @@ { - "id": 172, + "id": 171, "name": "Kevin Blackburn", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/len-raphael.json b/build/_data/candidates/oakland/2014-11-04/len-raphael.json index d69c7ea..a99a1f8 100644 --- a/build/_data/candidates/oakland/2014-11-04/len-raphael.json +++ b/build/_data/candidates/oakland/2014-11-04/len-raphael.json @@ -1,5 +1,5 @@ { - "id": 170, + "id": 169, "name": "Len Raphael", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json b/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json index 5689a6e..82093c7 100644 --- a/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json +++ b/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json @@ -1,5 +1,5 @@ { - "id": 143, + "id": 142, "name": "Libby Schaaf", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/michael-johnson.json b/build/_data/candidates/oakland/2014-11-04/michael-johnson.json index b3d3668..5ceaf8b 100644 --- a/build/_data/candidates/oakland/2014-11-04/michael-johnson.json +++ b/build/_data/candidates/oakland/2014-11-04/michael-johnson.json @@ -1,5 +1,5 @@ { - "id": 129, + "id": 128, "name": "Michael Johnson", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/nancy-sidebotham.json b/build/_data/candidates/oakland/2014-11-04/nancy-sidebotham.json index 4652b94..0fb6dd8 100644 --- a/build/_data/candidates/oakland/2014-11-04/nancy-sidebotham.json +++ b/build/_data/candidates/oakland/2014-11-04/nancy-sidebotham.json @@ -1,5 +1,5 @@ { - "id": 158, + "id": 157, "name": "Nancy Sidebotham", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json b/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json index a113d62..028159d 100644 --- a/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json +++ b/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json @@ -1,5 +1,5 @@ { - "id": 117, + "id": 116, "name": "Nicolas Heidorn", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/nina-senn.json b/build/_data/candidates/oakland/2014-11-04/nina-senn.json index 4df6d5e..92b51fe 100644 --- a/build/_data/candidates/oakland/2014-11-04/nina-senn.json +++ b/build/_data/candidates/oakland/2014-11-04/nina-senn.json @@ -1,5 +1,5 @@ { - "id": 21, + "id": 172, "name": "Nina Senn", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/pat-mccullough.json b/build/_data/candidates/oakland/2014-11-04/pat-mccullough.json index 1dfa3b6..e9fa19c 100644 --- a/build/_data/candidates/oakland/2014-11-04/pat-mccullough.json +++ b/build/_data/candidates/oakland/2014-11-04/pat-mccullough.json @@ -1,5 +1,5 @@ { - "id": 157, + "id": 156, "name": "Pat Mccullough", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/paul-lim.json b/build/_data/candidates/oakland/2014-11-04/paul-lim.json index 99d15d0..641f2ce 100644 --- a/build/_data/candidates/oakland/2014-11-04/paul-lim.json +++ b/build/_data/candidates/oakland/2014-11-04/paul-lim.json @@ -1,5 +1,5 @@ { - "id": 119, + "id": 118, "name": "Paul Lim", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/peter-liu.json b/build/_data/candidates/oakland/2014-11-04/peter-liu.json index 9b06e7b..d905f11 100644 --- a/build/_data/candidates/oakland/2014-11-04/peter-liu.json +++ b/build/_data/candidates/oakland/2014-11-04/peter-liu.json @@ -1,5 +1,5 @@ { - "id": 156, + "id": 155, "name": "Peter Liu", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/rebecca-kaplan.json b/build/_data/candidates/oakland/2014-11-04/rebecca-kaplan.json index 2a7313c..9578263 100644 --- a/build/_data/candidates/oakland/2014-11-04/rebecca-kaplan.json +++ b/build/_data/candidates/oakland/2014-11-04/rebecca-kaplan.json @@ -1,5 +1,5 @@ { - "id": 139, + "id": 138, "name": "Rebecca Kaplan", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/saied-karamooz.json b/build/_data/candidates/oakland/2014-11-04/saied-karamooz.json index 5f1bc65..4c1ad60 100644 --- a/build/_data/candidates/oakland/2014-11-04/saied-karamooz.json +++ b/build/_data/candidates/oakland/2014-11-04/saied-karamooz.json @@ -1,5 +1,5 @@ { - "id": 138, + "id": 137, "name": "Saied Karamooz", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/shereda-nosakhare.json b/build/_data/candidates/oakland/2014-11-04/shereda-nosakhare.json index 1ca3a92..6978439 100644 --- a/build/_data/candidates/oakland/2014-11-04/shereda-nosakhare.json +++ b/build/_data/candidates/oakland/2014-11-04/shereda-nosakhare.json @@ -1,5 +1,5 @@ { - "id": 121, + "id": 120, "name": "Shereda Nosakhare", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/summuel-washington.json b/build/_data/candidates/oakland/2014-11-04/summuel-washington.json index 02e7d94..7403248 100644 --- a/build/_data/candidates/oakland/2014-11-04/summuel-washington.json +++ b/build/_data/candidates/oakland/2014-11-04/summuel-washington.json @@ -1,5 +1,5 @@ { - "id": 159, + "id": 158, "name": "Summuel Washington", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/vicente-cruz.json b/build/_data/candidates/oakland/2014-11-04/vicente-cruz.json index 04fd812..0ea518e 100644 --- a/build/_data/candidates/oakland/2014-11-04/vicente-cruz.json +++ b/build/_data/candidates/oakland/2014-11-04/vicente-cruz.json @@ -1,5 +1,5 @@ { - "id": 131, + "id": 130, "name": "Vicente Cruz", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/william-bo-ghirardelli.json b/build/_data/candidates/oakland/2014-11-04/william-bo-ghirardelli.json index c6c3294..06e6bfa 100644 --- a/build/_data/candidates/oakland/2014-11-04/william-bo-ghirardelli.json +++ b/build/_data/candidates/oakland/2014-11-04/william-bo-ghirardelli.json @@ -1,5 +1,5 @@ { - "id": 162, + "id": 161, "name": "William \"Bo\" Ghirardelli", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2016-11-08/barbara-parker.json b/build/_data/candidates/oakland/2016-11-08/barbara-parker.json index d92e15d..dc41737 100644 --- a/build/_data/candidates/oakland/2016-11-08/barbara-parker.json +++ b/build/_data/candidates/oakland/2016-11-08/barbara-parker.json @@ -1,5 +1,5 @@ { - "id": 122, + "id": 121, "name": "Barbara Parker", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Barbara-Parker.png", "website_url": "http://www.cityattorneyparker.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/benjamin-lang.json b/build/_data/candidates/oakland/2016-11-08/benjamin-lang.json index 5b45cfb..887588c 100644 --- a/build/_data/candidates/oakland/2016-11-08/benjamin-lang.json +++ b/build/_data/candidates/oakland/2016-11-08/benjamin-lang.json @@ -1,5 +1,5 @@ { - "id": 152, + "id": 151, "name": "Benjamin Lang", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Ben-Lang.png", "website_url": "http://www.benlang.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/bruce-quan.json b/build/_data/candidates/oakland/2016-11-08/bruce-quan.json index 949129a..e954bf7 100644 --- a/build/_data/candidates/oakland/2016-11-08/bruce-quan.json +++ b/build/_data/candidates/oakland/2016-11-08/bruce-quan.json @@ -1,5 +1,5 @@ { - "id": 125, + "id": 124, "name": "Bruce Quan", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Bruce_Quan.png", "website_url": "http://www.bruceforoakland.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/chris-jackson.json b/build/_data/candidates/oakland/2016-11-08/chris-jackson.json index 04b5fbf..e5564b5 100644 --- a/build/_data/candidates/oakland/2016-11-08/chris-jackson.json +++ b/build/_data/candidates/oakland/2016-11-08/chris-jackson.json @@ -1,5 +1,5 @@ { - "id": 169, + "id": 168, "name": "Chris Jackson", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/chris-jackson.png", "website_url": "http://www.chrisjacksonforoakland.org/", diff --git a/build/_data/candidates/oakland/2016-11-08/dan-kalb.json b/build/_data/candidates/oakland/2016-11-08/dan-kalb.json index 9a6f50c..b40f1c8 100644 --- a/build/_data/candidates/oakland/2016-11-08/dan-kalb.json +++ b/build/_data/candidates/oakland/2016-11-08/dan-kalb.json @@ -1,5 +1,5 @@ { - "id": 132, + "id": 131, "name": "Dan Kalb", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/dan-kalb2.png", "website_url": "https://dankalb.net", diff --git a/build/_data/candidates/oakland/2016-11-08/donald-macleay.json b/build/_data/candidates/oakland/2016-11-08/donald-macleay.json index 19040ba..890f2c8 100644 --- a/build/_data/candidates/oakland/2016-11-08/donald-macleay.json +++ b/build/_data/candidates/oakland/2016-11-08/donald-macleay.json @@ -1,5 +1,5 @@ { - "id": 148, + "id": 147, "name": "Donald Macleay", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Donald-Macleay1.png", "website_url": "http://www.don4ousd.org/", diff --git a/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json b/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json index d873194..0cbf5f7 100644 --- a/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json +++ b/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json @@ -1,5 +1,5 @@ { - "id": 123, + "id": 122, "name": "Francis Matt Hummel", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/F-Matt-Hummell.png", "website_url": "http://matt4thepeople.nationbuilder.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/huber-trenado.json b/build/_data/candidates/oakland/2016-11-08/huber-trenado.json index c40b2a3..959de4e 100644 --- a/build/_data/candidates/oakland/2016-11-08/huber-trenado.json +++ b/build/_data/candidates/oakland/2016-11-08/huber-trenado.json @@ -1,5 +1,5 @@ { - "id": 165, + "id": 164, "name": "Huber Trenado", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Huber-Trenado.png", "website_url": "http://www.votetrenadoousd.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/james-harris.json b/build/_data/candidates/oakland/2016-11-08/james-harris.json index 3e3e1f1..fe330b1 100644 --- a/build/_data/candidates/oakland/2016-11-08/james-harris.json +++ b/build/_data/candidates/oakland/2016-11-08/james-harris.json @@ -1,5 +1,5 @@ { - "id": 168, + "id": 167, "name": "James Harris", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/james-harris.png", "website_url": "http://harrisforeastoakland.com/about-james/", diff --git a/build/_data/candidates/oakland/2016-11-08/jody-london.json b/build/_data/candidates/oakland/2016-11-08/jody-london.json index 799b866..a80d4f7 100644 --- a/build/_data/candidates/oakland/2016-11-08/jody-london.json +++ b/build/_data/candidates/oakland/2016-11-08/jody-london.json @@ -1,5 +1,5 @@ { - "id": 149, + "id": 148, "name": "Jody London", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Jody-London2.jpg.png", "website_url": "http://www.votejody.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/jumoke-hinton-hodge.json b/build/_data/candidates/oakland/2016-11-08/jumoke-hinton-hodge.json index 68acdbf..e588661 100644 --- a/build/_data/candidates/oakland/2016-11-08/jumoke-hinton-hodge.json +++ b/build/_data/candidates/oakland/2016-11-08/jumoke-hinton-hodge.json @@ -1,5 +1,5 @@ { - "id": 151, + "id": 150, "name": "Jumoke Hinton Hodge", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Hinton-Hodge.png", "website_url": "https://hintonhodge.nationbuilder.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/kevin-corbett.json b/build/_data/candidates/oakland/2016-11-08/kevin-corbett.json index dd7648b..a1351b4 100644 --- a/build/_data/candidates/oakland/2016-11-08/kevin-corbett.json +++ b/build/_data/candidates/oakland/2016-11-08/kevin-corbett.json @@ -1,5 +1,5 @@ { - "id": 128, + "id": 127, "name": "Kevin Corbett", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Kevin-Corbett.png", "website_url": "http://www.corbett4oakland.com/meet-kevin/", diff --git a/build/_data/candidates/oakland/2016-11-08/kharyshi-wiginton.json b/build/_data/candidates/oakland/2016-11-08/kharyshi-wiginton.json index 0db435d..eecc99d 100644 --- a/build/_data/candidates/oakland/2016-11-08/kharyshi-wiginton.json +++ b/build/_data/candidates/oakland/2016-11-08/kharyshi-wiginton.json @@ -1,5 +1,5 @@ { - "id": 150, + "id": 149, "name": "Kharyshi Wiginton", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Kharyshi-Wiginton.png", "website_url": "http://www.mskfordistrict3sb.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/larry-reid.json b/build/_data/candidates/oakland/2016-11-08/larry-reid.json index f5420ea..f8ad2b8 100644 --- a/build/_data/candidates/oakland/2016-11-08/larry-reid.json +++ b/build/_data/candidates/oakland/2016-11-08/larry-reid.json @@ -1,5 +1,5 @@ { - "id": 146, + "id": 145, "name": "Larry Reid", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/larry-reid.png", "website_url": "https://www.facebook.com/LarryReid4District7/", diff --git a/build/_data/candidates/oakland/2016-11-08/lucky-narain.json b/build/_data/candidates/oakland/2016-11-08/lucky-narain.json index 12a913b..031bbb7 100644 --- a/build/_data/candidates/oakland/2016-11-08/lucky-narain.json +++ b/build/_data/candidates/oakland/2016-11-08/lucky-narain.json @@ -1,5 +1,5 @@ { - "id": 163, + "id": 162, "name": "Lucky Narain", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Lucky-Narain.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2016-11-08/lynette-gibson-mcelhaney.json b/build/_data/candidates/oakland/2016-11-08/lynette-gibson-mcelhaney.json index 789c0d1..dbb310b 100644 --- a/build/_data/candidates/oakland/2016-11-08/lynette-gibson-mcelhaney.json +++ b/build/_data/candidates/oakland/2016-11-08/lynette-gibson-mcelhaney.json @@ -1,5 +1,5 @@ { - "id": 134, + "id": 133, "name": "Lynette Gibson McElhaney", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Lynette-Gibson-McElhaney.png", "website_url": "http://www.lynettemcelhaney.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json b/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json index 706957a..fbea819 100644 --- a/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json +++ b/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json @@ -1,5 +1,5 @@ { - "id": 137, + "id": 136, "name": "Marcie Hodge", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Marcie-Hodge.png", "website_url": "http://hodge4oaklandcitycouncil.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/michael-hassid.json b/build/_data/candidates/oakland/2016-11-08/michael-hassid.json index 02a0957..bbe59df 100644 --- a/build/_data/candidates/oakland/2016-11-08/michael-hassid.json +++ b/build/_data/candidates/oakland/2016-11-08/michael-hassid.json @@ -1,5 +1,5 @@ { - "id": 164, + "id": 163, "name": "Michael Hassid", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Michael-Hassid.png", "website_url": "http://www.mikehassidforschoolboard.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/michael-hutchinson.json b/build/_data/candidates/oakland/2016-11-08/michael-hutchinson.json index 5d577cc..8bf68c6 100644 --- a/build/_data/candidates/oakland/2016-11-08/michael-hutchinson.json +++ b/build/_data/candidates/oakland/2016-11-08/michael-hutchinson.json @@ -1,5 +1,5 @@ { - "id": 167, + "id": 166, "name": "Michael Hutchinson", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Mike-Hutchinson.png", "website_url": "https://mikehutchinsonforschoolboard.wordpress.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/nancy-sidebotham.json b/build/_data/candidates/oakland/2016-11-08/nancy-sidebotham.json index aea079f..1825638 100644 --- a/build/_data/candidates/oakland/2016-11-08/nancy-sidebotham.json +++ b/build/_data/candidates/oakland/2016-11-08/nancy-sidebotham.json @@ -1,5 +1,5 @@ { - "id": 126, + "id": 125, "name": "Nancy Sidebotham", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/nancy-sidebotham2.png", "website_url": "http://nancysidebotham.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/nehanda-imara.json b/build/_data/candidates/oakland/2016-11-08/nehanda-imara.json index efb5dda..7be640c 100644 --- a/build/_data/candidates/oakland/2016-11-08/nehanda-imara.json +++ b/build/_data/candidates/oakland/2016-11-08/nehanda-imara.json @@ -1,5 +1,5 @@ { - "id": 147, + "id": 146, "name": "Nehanda Imara", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Nehanda_Imara.png", "website_url": "http://www.nehandafordistrict7.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/noel-gallo.json b/build/_data/candidates/oakland/2016-11-08/noel-gallo.json index 2a044ba..ed49cc9 100644 --- a/build/_data/candidates/oakland/2016-11-08/noel-gallo.json +++ b/build/_data/candidates/oakland/2016-11-08/noel-gallo.json @@ -1,5 +1,5 @@ { - "id": 135, + "id": 134, "name": "Noel Gallo", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Noel-Gallo.png", "website_url": "http://galloforoakland.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/noni-session.json b/build/_data/candidates/oakland/2016-11-08/noni-session.json index 3fb5fdc..6c6ccbb 100644 --- a/build/_data/candidates/oakland/2016-11-08/noni-session.json +++ b/build/_data/candidates/oakland/2016-11-08/noni-session.json @@ -1,5 +1,5 @@ { - "id": 133, + "id": 132, "name": "Noni Session", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Noni-Session2.png", "website_url": "http://www.nonifordistrict3.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/peggy-moore.json b/build/_data/candidates/oakland/2016-11-08/peggy-moore.json index 55d5eb9..93f6bf2 100644 --- a/build/_data/candidates/oakland/2016-11-08/peggy-moore.json +++ b/build/_data/candidates/oakland/2016-11-08/peggy-moore.json @@ -1,5 +1,5 @@ { - "id": 124, + "id": 123, "name": "Peggy Moore", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Margaret-Moore.png", "website_url": "http://www.mooreforoakland.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/rebecca-kaplan.json b/build/_data/candidates/oakland/2016-11-08/rebecca-kaplan.json index 75f2353..aa3a20e 100644 --- a/build/_data/candidates/oakland/2016-11-08/rebecca-kaplan.json +++ b/build/_data/candidates/oakland/2016-11-08/rebecca-kaplan.json @@ -1,5 +1,5 @@ { - "id": 127, + "id": 126, "name": "Rebecca Kaplan", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/rebecca-kaplan.png", "website_url": "http://kaplanforoakland.org/", diff --git a/build/_data/candidates/oakland/2016-11-08/roseann-torres.json b/build/_data/candidates/oakland/2016-11-08/roseann-torres.json index c0a0ee0..fd64955 100644 --- a/build/_data/candidates/oakland/2016-11-08/roseann-torres.json +++ b/build/_data/candidates/oakland/2016-11-08/roseann-torres.json @@ -1,5 +1,5 @@ { - "id": 166, + "id": 165, "name": "Roseann Torres", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Roseann-Torres.png", "website_url": "https://www.facebook.com/torresforschoolboard/home?ref=page_internal", diff --git a/build/_data/candidates/oakland/2016-11-08/viola-gonzales.json b/build/_data/candidates/oakland/2016-11-08/viola-gonzales.json index edcf747..4f39a71 100644 --- a/build/_data/candidates/oakland/2016-11-08/viola-gonzales.json +++ b/build/_data/candidates/oakland/2016-11-08/viola-gonzales.json @@ -1,5 +1,5 @@ { - "id": 136, + "id": 135, "name": "Viola Gonzales", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Viola-Gonzales.png", "website_url": "http://www.voteviola.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/abel-guillen.json b/build/_data/candidates/oakland/2018-11-06/abel-guillen.json index f21fa49..4da8046 100644 --- a/build/_data/candidates/oakland/2018-11-06/abel-guillen.json +++ b/build/_data/candidates/oakland/2018-11-06/abel-guillen.json @@ -1,5 +1,5 @@ { - "id": 86, + "id": 85, "name": "Abel Guillén", "photo_url": "abel_guillen.png", "website_url": "http://www.voteabelguillen.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/aimee-eng.json b/build/_data/candidates/oakland/2018-11-06/aimee-eng.json index c8d5c2d..7c7a962 100644 --- a/build/_data/candidates/oakland/2018-11-06/aimee-eng.json +++ b/build/_data/candidates/oakland/2018-11-06/aimee-eng.json @@ -1,5 +1,5 @@ { - "id": 110, + "id": 109, "name": "Aimee Eng", "photo_url": "Aimee-Eng.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json b/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json index d9581c7..7d7ae93 100644 --- a/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json +++ b/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json @@ -1,5 +1,5 @@ { - "id": 113, + "id": 112, "name": "Anthony Wilson", "photo_url": "anthony-wilson.png", "website_url": "https://www.anthonyforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json b/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json index ad0d338..15dce94 100644 --- a/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json +++ b/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json @@ -1,5 +1,5 @@ { - "id": 84, + "id": 83, "name": "Brenda Roberts", "photo_url": "brenda_roberts.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/cat-brooks.json b/build/_data/candidates/oakland/2018-11-06/cat-brooks.json index 9208c46..6c7d0f0 100644 --- a/build/_data/candidates/oakland/2018-11-06/cat-brooks.json +++ b/build/_data/candidates/oakland/2018-11-06/cat-brooks.json @@ -1,5 +1,5 @@ { - "id": 102, + "id": 101, "name": "Cat Brooks", "photo_url": "Cat-Brooks.png", "website_url": "https://www.catbrooksforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json b/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json index fed9c10..34b8d05 100644 --- a/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json +++ b/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json @@ -1,5 +1,5 @@ { - "id": 106, + "id": 105, "name": "Cedric Anthony Troupe", "photo_url": "Cedric-Anthony-Troupe.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json b/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json index 13da279..47237ad 100644 --- a/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json +++ b/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json @@ -1,5 +1,5 @@ { - "id": 90, + "id": 89, "name": "Charlie Michelson", "photo_url": "Charlie-Michelson.png", "website_url": "https://www.charlie.vote/", diff --git a/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json b/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json index 0dd88ce..e6202a1 100644 --- a/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json +++ b/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json @@ -1,5 +1,5 @@ { - "id": 112, + "id": 111, "name": "Clarissa Doutherd", "photo_url": "Clarissa-Doutherd.png", "website_url": "https://www.clarissaforoaklandschools.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json b/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json index 6a9abdb..e21f7c4 100644 --- a/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json +++ b/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json @@ -1,5 +1,5 @@ { - "id": 83, + "id": 82, "name": "Courtney Ruby", "photo_url": "courtney-ruby.png", "website_url": "https://courtneyruby.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/desley-brooks.json b/build/_data/candidates/oakland/2018-11-06/desley-brooks.json index 8b15f15..1c72d76 100644 --- a/build/_data/candidates/oakland/2018-11-06/desley-brooks.json +++ b/build/_data/candidates/oakland/2018-11-06/desley-brooks.json @@ -1,5 +1,5 @@ { - "id": 99, + "id": 98, "name": "Desley Brooks", "photo_url": "Desley-Brooks.png", "website_url": "https://www.desley4d6.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json b/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json index 66a6107..7d353fd 100644 --- a/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json +++ b/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json @@ -1,5 +1,5 @@ { - "id": 87, + "id": 86, "name": "Donte Kenzie Smith", "photo_url": "Carlos-'Kenzie'-Smith.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/francis-hummel.json b/build/_data/candidates/oakland/2018-11-06/francis-hummel.json index 88e10a6..8e01594 100644 --- a/build/_data/candidates/oakland/2018-11-06/francis-hummel.json +++ b/build/_data/candidates/oakland/2018-11-06/francis-hummel.json @@ -1,5 +1,5 @@ { - "id": 88, + "id": 87, "name": "Francis Hummel", "photo_url": "Matt-Francis-Hummel.png", "website_url": "https://www.facebook.com/fmatt.hummel", diff --git a/build/_data/candidates/oakland/2018-11-06/gary-yee.json b/build/_data/candidates/oakland/2018-11-06/gary-yee.json index deb6b1d..6e96ea2 100644 --- a/build/_data/candidates/oakland/2018-11-06/gary-yee.json +++ b/build/_data/candidates/oakland/2018-11-06/gary-yee.json @@ -1,5 +1,5 @@ { - "id": 111, + "id": 110, "name": "Gary Yee", "photo_url": "gary-yee.png", "website_url": "http://www.yee4schools.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json b/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json index 586e9cc..8752bf7 100644 --- a/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json +++ b/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json @@ -1,5 +1,5 @@ { - "id": 107, + "id": 106, "name": "Jesse A.J. Smith", "photo_url": "Jesse-Smith.png", "website_url": "https://oaksmith2018.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json b/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json index 7c7b1cf..cc55b35 100644 --- a/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json +++ b/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json @@ -1,5 +1,5 @@ { - "id": 89, + "id": 88, "name": "Joseph Simmons", "photo_url": "Joseph-Simmons.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json b/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json index d91605b..71bf1b5 100644 --- a/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json +++ b/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json @@ -1,5 +1,5 @@ { - "id": 91, + "id": 90, "name": "Joseph Tanios", "photo_url": "Joseph-Tanios.png", "website_url": "https://www.joetanios.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/ken-houston.json b/build/_data/candidates/oakland/2018-11-06/ken-houston.json index 21d85be..cce82a5 100644 --- a/build/_data/candidates/oakland/2018-11-06/ken-houston.json +++ b/build/_data/candidates/oakland/2018-11-06/ken-houston.json @@ -1,5 +1,5 @@ { - "id": 100, + "id": 99, "name": "Ken Houston", "photo_url": "Ken-Houston.png", "website_url": "http://sonofoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json b/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json index 2456085..821607c 100644 --- a/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json +++ b/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json @@ -1,5 +1,5 @@ { - "id": 105, + "id": 104, "name": "Libby Schaaf", "photo_url": "libby_schaaf.png", "website_url": "https://libbyformayor.wordpress.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/loren-taylor.json b/build/_data/candidates/oakland/2018-11-06/loren-taylor.json index 769ee36..e5a9509 100644 --- a/build/_data/candidates/oakland/2018-11-06/loren-taylor.json +++ b/build/_data/candidates/oakland/2018-11-06/loren-taylor.json @@ -1,5 +1,5 @@ { - "id": 98, + "id": 97, "name": "Loren Taylor", "photo_url": "Loren_Taylor.png", "website_url": "https://www.lorentaylor.org/", diff --git a/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json b/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json index 3307b0c..92dbf67 100644 --- a/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json +++ b/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json @@ -1,5 +1,5 @@ { - "id": 103, + "id": 102, "name": "Marchon Tatmon", "photo_url": "marchon-tatmon.png", "website_url": "http://votemarchon.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json b/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json index 1248b56..6df136d 100644 --- a/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json +++ b/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json @@ -1,5 +1,5 @@ { - "id": 96, + "id": 95, "name": "Maria \"Marlo\" Rodriguez", "photo_url": "Marlo-Rodriguez.png", "website_url": "https://www.marlo4oakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json b/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json index c2df7e7..007cf4e 100644 --- a/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json +++ b/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json @@ -1,5 +1,5 @@ { - "id": 95, + "id": 94, "name": "Mya Whitaker", "photo_url": "Mya-Whitaker.png", "website_url": "https://whitakerforoakland.com", diff --git a/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json b/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json index b4a538a..53fa5e4 100644 --- a/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json +++ b/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json @@ -1,5 +1,5 @@ { - "id": 108, + "id": 107, "name": "Nancy Sidebotham", "photo_url": "Nancy-Sidebotham.png", "website_url": "http://nancysidebotham.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json b/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json index 873e65c..8c49b19 100644 --- a/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json +++ b/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json @@ -1,5 +1,5 @@ { - "id": 97, + "id": 96, "name": "Natasha Middleton", "photo_url": "Natasha-Middleton.png", "website_url": "https://www.natashaforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json b/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json index 43a4f96..05763cc 100644 --- a/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json +++ b/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json @@ -1,5 +1,5 @@ { - "id": 94, + "id": 93, "name": "Nayeli Maxson", "photo_url": "Nayeli-Maxson.png", "website_url": "https://nayeliforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json b/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json index a96b242..ec97265 100644 --- a/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json +++ b/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json @@ -1,5 +1,5 @@ { - "id": 85, + "id": 84, "name": "Nikki Fortunato Bas", "photo_url": "nikki_fortunato_bas.png", "website_url": "http://www.nikki4oakland.com", diff --git a/build/_data/candidates/oakland/2018-11-06/pamela-harris.json b/build/_data/candidates/oakland/2018-11-06/pamela-harris.json index 89b3fd3..e4e4f7a 100644 --- a/build/_data/candidates/oakland/2018-11-06/pamela-harris.json +++ b/build/_data/candidates/oakland/2018-11-06/pamela-harris.json @@ -1,5 +1,5 @@ { - "id": 93, + "id": 92, "name": "Pamela Harris", "photo_url": "Pamela-Harris.png", "website_url": "https://www.pamharris4oakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/pamela-price.json b/build/_data/candidates/oakland/2018-11-06/pamela-price.json index 8f77f9e..9385319 100644 --- a/build/_data/candidates/oakland/2018-11-06/pamela-price.json +++ b/build/_data/candidates/oakland/2018-11-06/pamela-price.json @@ -1,5 +1,5 @@ { - "id": 101, + "id": 100, "name": "Pamela Price", "photo_url": "Pamela-Price.png", "website_url": "https://www.pamelaprice4mayor.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/peter-liu.json b/build/_data/candidates/oakland/2018-11-06/peter-liu.json index f0962fc..4f4b885 100644 --- a/build/_data/candidates/oakland/2018-11-06/peter-liu.json +++ b/build/_data/candidates/oakland/2018-11-06/peter-liu.json @@ -1,5 +1,5 @@ { - "id": 109, + "id": 108, "name": "Peter Liu", "photo_url": "Peter-Liu.png", "website_url": "https://localwiki.org/oakland/Peter_Y._Liu", diff --git a/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json b/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json index e6cd24a..79013bb 100644 --- a/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json +++ b/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json @@ -1,5 +1,5 @@ { - "id": 104, + "id": 103, "name": "Saied Karamooz", "photo_url": "Saied-Karamooz.png", "website_url": "https://everyonesmayor.org/", diff --git a/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json b/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json index df03566..0dbea1c 100644 --- a/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json +++ b/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json @@ -1,5 +1,5 @@ { - "id": 114, + "id": 113, "name": "Shanthi Gonzales", "photo_url": "Shanthi-Gonzales.png", "website_url": "http://gonzalesforschools.nationbuilder.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/sheng-thao.json b/build/_data/candidates/oakland/2018-11-06/sheng-thao.json index 4414e65..2ec1c38 100644 --- a/build/_data/candidates/oakland/2018-11-06/sheng-thao.json +++ b/build/_data/candidates/oakland/2018-11-06/sheng-thao.json @@ -1,5 +1,5 @@ { - "id": 92, + "id": 91, "name": "Sheng Thao", "photo_url": "Sheng-Thao.png", "website_url": "https://www.shengforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/aaron-clay.json b/build/_data/candidates/oakland/2020-11-03/aaron-clay.json index 4f0e321..ccb185b 100644 --- a/build/_data/candidates/oakland/2020-11-03/aaron-clay.json +++ b/build/_data/candidates/oakland/2020-11-03/aaron-clay.json @@ -1,5 +1,5 @@ { - "id": 61, + "id": 60, "name": "Aaron Clay", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json b/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json index c0d1331..a5d7a35 100644 --- a/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json +++ b/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json @@ -1,5 +1,5 @@ { - "id": 55, + "id": 54, "name": "Alexus Taylor", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json b/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json index d449bab..cbcd107 100644 --- a/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json +++ b/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json @@ -1,5 +1,5 @@ { - "id": 67, + "id": 66, "name": "Austin Dannhaus", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/barbara-parker.json b/build/_data/candidates/oakland/2020-11-03/barbara-parker.json index 6622cc2..69a20c5 100644 --- a/build/_data/candidates/oakland/2020-11-03/barbara-parker.json +++ b/build/_data/candidates/oakland/2020-11-03/barbara-parker.json @@ -1,5 +1,5 @@ { - "id": 43, + "id": 42, "name": "Barbara Parker", "photo_url": "barbara_parker.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/ben-coach-tapscott.json b/build/_data/candidates/oakland/2020-11-03/ben-coach-tapscott.json index fad6103..d5a0845 100644 --- a/build/_data/candidates/oakland/2020-11-03/ben-coach-tapscott.json +++ b/build/_data/candidates/oakland/2020-11-03/ben-coach-tapscott.json @@ -1,5 +1,5 @@ { - "id": 78, + "id": 77, "name": "Ben \"Coach\" Tapscott", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json b/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json index 7bc244e..e465d83 100644 --- a/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json +++ b/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json @@ -1,5 +1,5 @@ { - "id": 68, + "id": 67, "name": "Benjamin \"Sam\" Davis", "photo_url": "sam_davis_sub.jpg", "website_url": "https://www.samdavisforoaklandschools.org/", diff --git a/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json b/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json index 4255fa8..bd98818 100644 --- a/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json +++ b/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json @@ -1,5 +1,5 @@ { - "id": 79, + "id": 78, "name": "Bronché Taylor", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/carroll-fife.json b/build/_data/candidates/oakland/2020-11-03/carroll-fife.json index d9211c9..12d0bcf 100644 --- a/build/_data/candidates/oakland/2020-11-03/carroll-fife.json +++ b/build/_data/candidates/oakland/2020-11-03/carroll-fife.json @@ -1,5 +1,5 @@ { - "id": 52, + "id": 51, "name": "Carroll Fife", "photo_url": "carroll_fife_sub.jpg", "website_url": "https://carrollfife.org", diff --git a/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json b/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json index d45fb66..1d69ed8 100644 --- a/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json +++ b/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json @@ -1,5 +1,5 @@ { - "id": 70, + "id": 69, "name": "Cherisse Gash", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json b/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json index 7601655..c12ffed 100644 --- a/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json +++ b/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json @@ -1,5 +1,5 @@ { - "id": 80, + "id": 79, "name": "Clifford Thompson", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/dan-kalb.json b/build/_data/candidates/oakland/2020-11-03/dan-kalb.json index 4091b45..1003ac2 100644 --- a/build/_data/candidates/oakland/2020-11-03/dan-kalb.json +++ b/build/_data/candidates/oakland/2020-11-03/dan-kalb.json @@ -1,5 +1,5 @@ { - "id": 49, + "id": 48, "name": "Dan Kalb", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/dan-kalb2.png", "website_url": "https://www.dankalb.net/", diff --git a/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json b/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json index 80f7146..de96809 100644 --- a/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json +++ b/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json @@ -1,5 +1,5 @@ { - "id": 45, + "id": 44, "name": "Derreck B. Johnson", "photo_url": "derreck_johnson_sub.jpg", "website_url": "https://www.johnsonforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/eli-ferran.json b/build/_data/candidates/oakland/2020-11-03/eli-ferran.json index 90a40d9..ede5c54 100644 --- a/build/_data/candidates/oakland/2020-11-03/eli-ferran.json +++ b/build/_data/candidates/oakland/2020-11-03/eli-ferran.json @@ -1,5 +1,5 @@ { - "id": 44, + "id": 43, "name": "Eli Ferran", "photo_url": "Eli_Ferran.jpg", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/faye-taylor.json b/build/_data/candidates/oakland/2020-11-03/faye-taylor.json index 9e990f5..11bf70a 100644 --- a/build/_data/candidates/oakland/2020-11-03/faye-taylor.json +++ b/build/_data/candidates/oakland/2020-11-03/faye-taylor.json @@ -1,5 +1,5 @@ { - "id": 53, + "id": 52, "name": "Faye Taylor", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json b/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json index bda8d69..535d3c8 100644 --- a/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json +++ b/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json @@ -1,5 +1,5 @@ { - "id": 77, + "id": 76, "name": "Jorge C. Lerma", "photo_url": "jorge_lerma_sub.jpg", "website_url": "https://www.jorgeforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/kristina-molina.json b/build/_data/candidates/oakland/2020-11-03/kristina-molina.json index d84fee1..382987c 100644 --- a/build/_data/candidates/oakland/2020-11-03/kristina-molina.json +++ b/build/_data/candidates/oakland/2020-11-03/kristina-molina.json @@ -1,5 +1,5 @@ { - "id": 81, + "id": 80, "name": "Kristina Molina", "photo_url": "kristina_molina_sub.jpg", "website_url": "http://votekristinamolina.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/leroy-gaines.json b/build/_data/candidates/oakland/2020-11-03/leroy-gaines.json index 9e875a5..57f7d3b 100644 --- a/build/_data/candidates/oakland/2020-11-03/leroy-gaines.json +++ b/build/_data/candidates/oakland/2020-11-03/leroy-gaines.json @@ -1,5 +1,5 @@ { - "id": 74, + "id": 73, "name": "Leroy Gaines", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json b/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json index 8256f18..2041c7f 100644 --- a/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json +++ b/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json @@ -1,5 +1,5 @@ { - "id": 54, + "id": 53, "name": "Lynette Gibson McElhaney", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Lynette-Gibson-McElhaney.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/maiya-edgerly.json b/build/_data/candidates/oakland/2020-11-03/maiya-edgerly.json index 237ca39..65a004b 100644 --- a/build/_data/candidates/oakland/2020-11-03/maiya-edgerly.json +++ b/build/_data/candidates/oakland/2020-11-03/maiya-edgerly.json @@ -1,5 +1,5 @@ { - "id": 69, + "id": 68, "name": "Maiya Edgerly", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json b/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json index c3a7a91..4230b46 100644 --- a/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json +++ b/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json @@ -1,5 +1,5 @@ { - "id": 62, + "id": 61, "name": "Marchon Tatmon", "photo_url": "marchon-tatmon.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json b/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json index b8b8c2e..a89978d 100644 --- a/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json +++ b/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json @@ -1,5 +1,5 @@ { - "id": 63, + "id": 62, "name": "Marcie Hodge", "photo_url": "marcie_hodge_sub.jpg", "website_url": "http://www.hodge4oakland2020.com", diff --git a/build/_data/candidates/oakland/2020-11-03/mark-hurty.json b/build/_data/candidates/oakland/2020-11-03/mark-hurty.json index 3b06148..23f0bb7 100644 --- a/build/_data/candidates/oakland/2020-11-03/mark-hurty.json +++ b/build/_data/candidates/oakland/2020-11-03/mark-hurty.json @@ -1,5 +1,5 @@ { - "id": 72, + "id": 71, "name": "Mark Hurty", "photo_url": "mark_hurty_sub.jpg", "website_url": "https://markforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/maximo-santana.json b/build/_data/candidates/oakland/2020-11-03/maximo-santana.json index d0a8184..3e2f662 100644 --- a/build/_data/candidates/oakland/2020-11-03/maximo-santana.json +++ b/build/_data/candidates/oakland/2020-11-03/maximo-santana.json @@ -1,5 +1,5 @@ { - "id": 73, + "id": 72, "name": "Maximo Santana", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/meron-semedar.json b/build/_data/candidates/oakland/2020-11-03/meron-semedar.json index 6508166..b514cb6 100644 --- a/build/_data/candidates/oakland/2020-11-03/meron-semedar.json +++ b/build/_data/candidates/oakland/2020-11-03/meron-semedar.json @@ -1,5 +1,5 @@ { - "id": 51, + "id": 50, "name": "Meron Semedar", "photo_url": null, "website_url": "https://meronsemedar.org/", diff --git a/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json b/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json index 1ec4dda..412afe7 100644 --- a/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json +++ b/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json @@ -1,5 +1,5 @@ { - "id": 75, + "id": 74, "name": "Mike Hutchinson", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json b/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json index 4b0a6bd..e725430 100644 --- a/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json +++ b/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json @@ -1,5 +1,5 @@ { - "id": 47, + "id": 46, "name": "Nancy Sidebotham", "photo_url": "nancy_sidebotham_sub.jpg", "website_url": "http://www.nancysidebotham.com", diff --git a/build/_data/candidates/oakland/2020-11-03/noel-gallo.json b/build/_data/candidates/oakland/2020-11-03/noel-gallo.json index 9e49e2f..ad91cee 100644 --- a/build/_data/candidates/oakland/2020-11-03/noel-gallo.json +++ b/build/_data/candidates/oakland/2020-11-03/noel-gallo.json @@ -1,5 +1,5 @@ { - "id": 59, + "id": 58, "name": "Noel Gallo", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Noel-Gallo.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json b/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json index d998756..5fd6c9d 100644 --- a/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json +++ b/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json @@ -1,5 +1,5 @@ { - "id": 46, + "id": 45, "name": "Rebecca Kaplan", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/rebecca-kaplan.png", "website_url": "http://kaplanforoakland.org/", diff --git a/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json b/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json index 147d8e2..6a37f68 100644 --- a/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json +++ b/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json @@ -1,5 +1,5 @@ { - "id": 60, + "id": 59, "name": "Richard Santos Raya", "photo_url": "richard_raya_sub.jpg", "website_url": "https://www.santosraya.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json b/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json index 6311543..93b0530 100644 --- a/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json +++ b/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json @@ -1,5 +1,5 @@ { - "id": 64, + "id": 63, "name": "Robert \"Bob\" Jackson", "photo_url": null, "website_url": "https://www.jacksonforeastoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/seneca-scott.json b/build/_data/candidates/oakland/2020-11-03/seneca-scott.json index ef518b3..490e210 100644 --- a/build/_data/candidates/oakland/2020-11-03/seneca-scott.json +++ b/build/_data/candidates/oakland/2020-11-03/seneca-scott.json @@ -1,5 +1,5 @@ { - "id": 57, + "id": 56, "name": "Seneca Scott", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json b/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json index 2cc4384..b3d3fef 100644 --- a/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json +++ b/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json @@ -1,5 +1,5 @@ { - "id": 76, + "id": 75, "name": "Sheila Pope Lawrence", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/stacy-thomas.json b/build/_data/candidates/oakland/2020-11-03/stacy-thomas.json index 8c32180..8f55ec3 100644 --- a/build/_data/candidates/oakland/2020-11-03/stacy-thomas.json +++ b/build/_data/candidates/oakland/2020-11-03/stacy-thomas.json @@ -1,5 +1,5 @@ { - "id": 66, + "id": 65, "name": "Stacy Thomas", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json b/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json index c4bb343..93b6522 100644 --- a/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json +++ b/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json @@ -1,5 +1,5 @@ { - "id": 50, + "id": 49, "name": "Steph Dominguez Walton", "photo_url": "Steph_Walton.jpg", "website_url": "https://www.stephforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/treva-reid.json b/build/_data/candidates/oakland/2020-11-03/treva-reid.json index 01d4600..3421095 100644 --- a/build/_data/candidates/oakland/2020-11-03/treva-reid.json +++ b/build/_data/candidates/oakland/2020-11-03/treva-reid.json @@ -1,5 +1,5 @@ { - "id": 65, + "id": 64, "name": "Treva Reid", "photo_url": "treva_reid_sub.jpg", "website_url": "https://www.reidforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/tri-ngo.json b/build/_data/candidates/oakland/2020-11-03/tri-ngo.json index 813e8c2..35bfe1f 100644 --- a/build/_data/candidates/oakland/2020-11-03/tri-ngo.json +++ b/build/_data/candidates/oakland/2020-11-03/tri-ngo.json @@ -1,5 +1,5 @@ { - "id": 48, + "id": 47, "name": "Tri Ngo", "photo_url": null, "website_url": "https://www.votetri.com", diff --git a/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json b/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json index c57d412..8baddcc 100644 --- a/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json +++ b/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json @@ -1,5 +1,5 @@ { - "id": 71, + "id": 70, "name": "VanCedric Williams", "photo_url": "vancedric_williams_sub.jpg", "website_url": "http ```
dependabot[bot] commented 1 year ago

Superseded by #316.