Skip to content

Commit

Permalink
📦 Update validator devDependencies (ampproject#34205)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and rochapablo committed Aug 30, 2021
1 parent a1573a8 commit 6166a9e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions validator/cpp/engine/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ http_archive(

http_archive(
name = "com_googlesource_code_re2",
sha256 = "329bacefa27fcd92f81db2db19d9df9d96570f88420367179bc72300962db116",
strip_prefix = "re2-6ec705dcd7a44a458f2b41630ab2101dc404053c",
sha256 = "f003607b6be6c0e99e80f684cfebf9c16e2b84d0c9fa38d0d7b95470987bf2cf",
strip_prefix = "re2-fdba2677f32812e823c54d214fe54c73e60b5163",
urls = [
"https://github.com/google/re2/archive/6ec705dcd7a44a458f2b41630ab2101dc404053c.tar.gz",
"https://github.com/google/re2/archive/fdba2677f32812e823c54d214fe54c73e60b5163.tar.gz",
],
)

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 @@ -17,7 +17,7 @@
"url": "https://github.com/ampproject/amphtml/tree/main/validator/js/gulpjs"
},
"dependencies": {
"amphtml-validator": "1.0.30",
"amphtml-validator": "1.0.34",
"through2": "4.0.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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 @@ -21,7 +21,7 @@
"dependencies": {
"colors": "1.4.0",
"commander": "7.2.0",
"promise": "8.0.1"
"promise": "8.1.0"
},
"devDependencies": {
"jasmine": "3.7.0"
Expand Down

0 comments on commit 6166a9e

Please sign in to comment.