Skip to content

Commit

Permalink
chore(deps): upgrade monaco (#191305)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Aug 27, 2024
1 parent 069c158 commit 7d632c5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1136,9 +1136,9 @@
"mime": "^2.4.4",
"mime-types": "^2.1.27",
"minimatch": "^3.1.2",
"moment": "^2.29.4",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.43",
"moment-timezone": "^0.5.45",
"monaco-editor": "^0.44.0",
"monaco-yaml": "^5.1.0",
"murmurhash": "^2.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ describe('Rules table: filtering', { tags: ['@ess', '@serverless'] }, () => {
name: 'Failed rule',
rule_id: 'failed_rule',
index: ['test_index'],
// Setting a crazy large "Additional look-back time" to force a failure
from: 'now-9007199254746990s',
// Setting a malformed query to force a failure
query: 'host.name: "*',
enabled: true,
})
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const ABSOLUTE_DATE = {
endTime: 'Aug 1, 2019 @ 20:33:29.186',
endTimeTimeline: '2019-08-02T21:03:29.186Z',
endTimeTimelineFormatted: 'Aug 2, 2019 @ 21:03:29.186',
newEndTimeTyped: 'Aug 01, 2019 @ 15:03:29.186',
newStartTimeTyped: 'Aug 01, 2019 @ 14:33:29.186',
newEndTimeTyped: 'Aug 1, 2019 @ 15:03:29.186',
newStartTimeTyped: 'Aug 1, 2019 @ 14:33:29.186',
startTime: 'Aug 1, 2019 @ 20:03:29.186',
startTimeTimeline: '2019-08-02T20:03:29.186Z',
startTimeTimelineFormatted: 'Aug 2, 2019 @ 20:03:29.186',
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23448,17 +23448,17 @@ moment-duration-format@^2.3.2:
resolved "https://registry.yarnpkg.com/moment-duration-format/-/moment-duration-format-2.3.2.tgz#5fa2b19b941b8d277122ff3f87a12895ec0d6212"
integrity sha512-cBMXjSW+fjOb4tyaVHuaVE/A5TqkukDWiOfxxAjY+PEqmmBQlLwn+8OzwPiG3brouXKY5Un4pBjAeB6UToXHaQ==

moment-timezone@^0.5.43:
version "0.5.43"
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.43.tgz#3dd7f3d0c67f78c23cd1906b9b2137a09b3c4790"
integrity sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==
moment-timezone@^0.5.45:
version "0.5.45"
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.45.tgz#cb685acd56bac10e69d93c536366eb65aa6bcf5c"
integrity sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==
dependencies:
moment "^2.29.4"

moment@>=2.14.0, moment@^2.10.6, moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
moment@>=2.14.0, moment@^2.10.6, moment@^2.29.4, moment@^2.30.1:
version "2.30.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae"
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==

monaco-editor@^0.44.0:
version "0.44.0"
Expand Down

0 comments on commit 7d632c5

Please sign in to comment.