Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/lodash": "^4.14.134",
"backbone": "1.4.0",
"jquery": "^3.1.1",
"lodash": "^4.17.4"
"lodash": "^4.18.1"
Comment thread
rodrigosf672 marked this conversation as resolved.
},
"devDependencies": {
"@types/base64-js": "^1.2.5",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ __metadata:
karma-mocha: ^2.0.1
karma-mocha-reporter: ^2.2.5
karma-webpack: ^5.0.0
lodash: ^4.17.4
lodash: ^4.18.1
mocha: ^9.0.0
npm-run-all: ^4.1.5
rimraf: ^3.0.2
Expand Down Expand Up @@ -10729,6 +10729,13 @@ __metadata:
languageName: node
linkType: hard

"lodash@npm:^4.18.1":
version: 4.18.1
resolution: "lodash@npm:4.18.1"
checksum: bb5f5b49aad29614e709af02b64c56b0f8b78c6a81434a3c1ae527d2f0f78ca08f9d9fb22aa825a053876c9d2166e9c01f31c356014b5e2bdc0556c057433102
languageName: node
linkType: hard

"log-symbols@npm:4.1.0, log-symbols@npm:^4.1.0":
version: 4.1.0
resolution: "log-symbols@npm:4.1.0"
Expand Down
Loading