Skip to content

Commit

Permalink
📦 Update validator devDependencies (#35841)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] committed Aug 27, 2021
1 parent a3dbc3a commit 115da70
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions validator/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ http_archive(
# rules_proto defines abstract rules for building Protocol Buffers.
http_archive(
name = "rules_proto",
sha256 = "e0cab008a9cdc2400a1d6572167bf9c5afc72e19ee2b862d18581051efab42c9",
strip_prefix = "rules_proto-c0b62f2f46c85c16cb3b5e9e921f0d00e3101934",
sha256 = "36476f17a78a4c495b9a9e70bd92d182e6e78db476d90c74bac1f5f19f0d6d04",
strip_prefix = "rules_proto-fcad4680fee127dbd8344e6a961a28eef5820ef4",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/c0b62f2f46c85c16cb3b5e9e921f0d00e3101934.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/c0b62f2f46c85c16cb3b5e9e921f0d00e3101934.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/fcad4680fee127dbd8344e6a961a28eef5820ef4.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/fcad4680fee127dbd8344e6a961a28eef5820ef4.tar.gz",
],
)

Expand Down
12 changes: 6 additions & 6 deletions validator/cpp/engine/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ http_archive(

http_archive(
name = "com_google_googletest",
sha256 = "de682ea824bfffba05b4e33b67431c247397d6175962534305136aa06f92e049",
strip_prefix = "googletest-4ec4cd23f486bf70efcc5d2caa40f24368f752e3",
urls = ["https://github.com/google/googletest/archive/4ec4cd23f486bf70efcc5d2caa40f24368f752e3.zip"], # 2019-01-07
sha256 = "1129a3ff6d81d1b4cd080784e6cb539a9b34d8309831ae4560804337b8cfd27c",
strip_prefix = "googletest-955c7f837efad184ec63e771c42542d37545eaef",
urls = ["https://github.com/google/googletest/archive/955c7f837efad184ec63e771c42542d37545eaef.zip"], # 2019-01-07
)

http_archive(
name = "com_googlesource_code_re2",
sha256 = "02fcb0b30819a08ab33966bbfb5c11686deffca634a0096574ccf1aca804bccd",
strip_prefix = "re2-5aec8b553863350e32d13bbf745eae81adcdce93",
sha256 = "53f3e02c5a22240cd9b625945b8512742fc7a1509119e269b5fd3748f6c84646",
strip_prefix = "re2-7272283b3842bd1d24d25ce0a6e40b63caec3fe6",
urls = [
"https://github.com/google/re2/archive/5aec8b553863350e32d13bbf745eae81adcdce93.tar.gz",
"https://github.com/google/re2/archive/7272283b3842bd1d24d25ce0a6e40b63caec3fe6.tar.gz",
],
)

Expand Down
6 changes: 3 additions & 3 deletions validator/cpp/htmlparser/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ http_archive(

http_archive(
name = "com_google_googletest",
sha256 = "de682ea824bfffba05b4e33b67431c247397d6175962534305136aa06f92e049",
strip_prefix = "googletest-4ec4cd23f486bf70efcc5d2caa40f24368f752e3",
urls = ["https://github.com/google/googletest/archive/4ec4cd23f486bf70efcc5d2caa40f24368f752e3.zip"], # 2019-01-07
sha256 = "1129a3ff6d81d1b4cd080784e6cb539a9b34d8309831ae4560804337b8cfd27c",
strip_prefix = "googletest-955c7f837efad184ec63e771c42542d37545eaef",
urls = ["https://github.com/google/googletest/archive/955c7f837efad184ec63e771c42542d37545eaef.zip"], # 2019-01-07
)

http_archive(
Expand Down
2 changes: 1 addition & 1 deletion validator/js/gulpjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"gulp": "4.0.2",
"mocha": "9.0.1"
"mocha": "9.1.0"
},
"scripts": {
"test": " ./node_modules/mocha/bin/mocha",
Expand Down
26 changes: 13 additions & 13 deletions validator/js/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion validator/js/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"promise": "8.1.0"
},
"devDependencies": {
"jasmine": "3.7.0"
"jasmine": "3.9.0"
}
}
14 changes: 7 additions & 7 deletions validator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preinstall": "node ../build-system/common/check-package-manager.js"
},
"devDependencies": {
"jasmine": "3.7.0",
"jasmine": "3.9.0",
"jasmine-console-reporter": "3.1.0"
}
}

0 comments on commit 115da70

Please sign in to comment.