Skip to content

Commit d9d57a8

Browse files
authored
Merge pull request #159 from codingtools/snyk-upgrade-0c724a13d010d6520c3286081e88dc6b
[Snyk] Upgrade moment from 2.29.0 to 2.29.1
2 parents f5cde89 + a93139f commit d9d57a8

File tree

3 files changed

+30
-15
lines changed

3 files changed

+30
-15
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jshashes": "^1.0.8",
2727
"json-2-csv": "^3.7.7",
2828
"minify": "^5.1.1",
29-
"moment": "2.29.0",
29+
"moment": "2.29.1",
3030
"moment-timezone": "^0.5.31",
3131
"nyc": "^15.1.0",
3232
"ora": "^5.1.0",

test/resources/scripts/helper.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
PR=159
2+
3+
# checkout pr
4+
gh pr checkout $PR
5+
6+
7+
# npm install
8+
npm install
9+
10+
11+
# GIT PUSH and then checks ( validate )
12+
# watching checks running
13+
watch -n 3 "gh pr checks $PR"
14+
15+

0 commit comments

Comments
 (0)