Skip to content

Commit 936ff96

Browse files
committed
Pin dependencies
1 parent 0b56d2a commit 936ff96

File tree

2 files changed

+105
-131
lines changed

2 files changed

+105
-131
lines changed

.github/actions/privacy-check/package-lock.json

+102-128
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/privacy-check/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"eslint": "8.20.0",
2626
"eslint-plugin-github": "4.3.7",
2727
"prettier": "2.7.1",
28-
"typescript": "^4.7.4"
28+
"typescript": "4.7.4"
2929
},
3030
"dependencies": {
31-
"@actions/core": "^1.9.1",
32-
"@actions/github": "^5.0.3"
31+
"@actions/core": "1.9.1",
32+
"@actions/github": "5.0.3"
3333
}
3434
}

0 commit comments

Comments
 (0)