Skip to content

Commit adc2dca

Browse files
authored
Merge pull request #163 from Staffbase/fix-securitiy-issues
SP-0000 fix security issues
2 parents 639e773 + 985d81a commit adc2dca

File tree

3 files changed

+232
-365
lines changed

3 files changed

+232
-365
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,18 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"@actions/core": "^1.10.1"
17+
"@actions/core": "1.10.1"
18+
},
19+
"resolutions": {
20+
"glob": "10.5.0"
1821
},
1922
"devDependencies": {
20-
"@atlassian-partner-engineering/eslint-config": "^5.1.0",
21-
"@zeit/ncc": "^0.22.3",
22-
"eslint": "^8.49.0",
23-
"jest": "^30.0.5",
24-
"jest-junit": "^16.0.0",
25-
"nock": "^14.0.0"
23+
"@atlassian-partner-engineering/eslint-config": "5.1.0",
24+
"@zeit/ncc": "0.22.3",
25+
"eslint": "9.39.1",
26+
"jest": "30.2.0",
27+
"jest-junit": "16.0.0",
28+
"nock": "14.0.0"
2629
},
2730
"jest": {
2831
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)