Skip to content

Commit

Permalink
[JENKINS-74883] Remove unsafe eval call from third-party library (#…
Browse files Browse the repository at this point in the history
…2589)

Co-authored-by: Olivier Lamy <[email protected]>
  • Loading branch information
basil and olamy authored Feb 14, 2025
1 parent 2237b68 commit af63598
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 7 additions & 5 deletions blueocean-core-js/package-lock.json

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

6 changes: 5 additions & 1 deletion blueocean-core-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"test:fast": "gulp test:fast",
"mvnbuild": "gulp lint build bundle",
"mvnbuild:fast": "gulp bundle",
"mvntest": "gulp test"
"mvntest": "gulp test",
"preinstall": "npx npm-force-resolutions"
},
"author": "Cliff Meyers <[email protected]> (https://www.cloudbees.com/)",
"contributors": [
Expand Down Expand Up @@ -100,6 +101,9 @@
"typescript": "2.7.2",
"watchify": "3.7.0"
},
"resolutions": {
"isemail": "2.1.2"
},
"jenkinscd": {
"export": [
"@jenkins-cd/js-extensions",
Expand Down

0 comments on commit af63598

Please sign in to comment.