Skip to content

Commit

Permalink
Update and fix underscore version to 1.13.0 (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaDSmirnova committed Mar 5, 2024
1 parent d3018e7 commit ef582a8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,6 +23,6 @@
},
"packageManager": "yarn@3.6.3",
"resolutions": {
"nomnom": "^1.8.1"
"underscore": "1.13.0"
}
}
34 changes: 22 additions & 12 deletions yarn.lock
Expand Up @@ -4654,6 +4654,13 @@ __metadata:
languageName: node
linkType: hard

"colors@npm:0.5.x":
version: 0.5.1
resolution: "colors@npm:0.5.1"
checksum: ef0533f715066999335270424800907dcedfe6fa11127ff700bffab8466ef058446d00ef37c728f3e4cfa60b4695fbe10d194e4646dd57d110496f2adaefeefe
languageName: node
linkType: hard

"combine-source-map@npm:^0.8.0, combine-source-map@npm:~0.8.0":
version: 0.8.0
resolution: "combine-source-map@npm:0.8.0"
Expand Down Expand Up @@ -11095,7 +11102,17 @@ __metadata:
languageName: node
linkType: hard

"nomnom@npm:^1.8.1":
"nomnom@npm:1.5.2":
version: 1.5.2
resolution: "nomnom@npm:1.5.2"
dependencies:
colors: 0.5.x
underscore: 1.1.x
checksum: 90d5746932649bb336f9f6508b240b4394d79a35e264d111c2c507678236f9bd7615f16beae0aad4b4c9b096f746bc83a43f94366bd73d3590075a15efd51a23
languageName: node
linkType: hard

"nomnom@npm:>= 1.5.x":
version: 1.8.1
resolution: "nomnom@npm:1.8.1"
dependencies:
Expand Down Expand Up @@ -15303,17 +15320,10 @@ __metadata:
languageName: node
linkType: hard

"underscore@npm:~1.13.2":
version: 1.13.6
resolution: "underscore@npm:1.13.6"
checksum: d5cedd14a9d0d91dd38c1ce6169e4455bb931f0aaf354108e47bd46d3f2da7464d49b2171a5cf786d61963204a42d01ea1332a903b7342ad428deaafaf70ec36
languageName: node
linkType: hard

"underscore@npm:~1.6.0":
version: 1.6.0
resolution: "underscore@npm:1.6.0"
checksum: bfb837d95164077bd2751247dd9797546287c060d86c3a730f590948dbc132b426238e37df7bea28f39d3e3abf571de5b974809ee3c32d309280fed851588ef9
"underscore@npm:1.13.0":
version: 1.13.0
resolution: "underscore@npm:1.13.0"
checksum: b7a059d85f14924db06b3421ffdb43af8738581b0804706957c2d45205d4f766f8cff918f10a243542c6617ef7c13e05f1faa2d263c0def841ebba2095f74040
languageName: node
linkType: hard

Expand Down

0 comments on commit ef582a8

Please sign in to comment.