Skip to content

Commit af63598

Browse files
basilolamy
andauthored
[JENKINS-74883] Remove unsafe eval call from third-party library (#2589)
Co-authored-by: Olivier Lamy <[email protected]>
1 parent 2237b68 commit af63598

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

blueocean-core-js/package-lock.json

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

blueocean-core-js/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"test:fast": "gulp test:fast",
1919
"mvnbuild": "gulp lint build bundle",
2020
"mvnbuild:fast": "gulp bundle",
21-
"mvntest": "gulp test"
21+
"mvntest": "gulp test",
22+
"preinstall": "npx npm-force-resolutions"
2223
},
2324
"author": "Cliff Meyers <[email protected]> (https://www.cloudbees.com/)",
2425
"contributors": [
@@ -100,6 +101,9 @@
100101
"typescript": "2.7.2",
101102
"watchify": "3.7.0"
102103
},
104+
"resolutions": {
105+
"isemail": "2.1.2"
106+
},
103107
"jenkinscd": {
104108
"export": [
105109
"@jenkins-cd/js-extensions",

0 commit comments

Comments
 (0)