Skip to content

Commit bfa7bc4

Browse files
authored
Bump lodash to 4.17.23 in openam-ui-api (#3)
1 parent 893bf5b commit bfa7bc4

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

openam-ui/openam-ui-api/package-lock.json

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

openam-ui/openam-ui-api/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@
99
"devDependencies": {
1010
"grunt": "^1.6.1",
1111
"grunt-cli": "1.4.3",
12-
"grunt-contrib-copy": "1.0.0"
12+
"grunt-contrib-copy": "1.0.0",
13+
"lodash": "^4.17.23"
1314
},
1415
"dependencies": {
1516
"swagger-ui-dist": ">=5.29.0"
17+
},
18+
"overrides": {
19+
"grunt": {
20+
"lodash": "$lodash"
21+
}
1622
}
1723
}

0 commit comments

Comments
 (0)