Skip to content

Commit 1412744

Browse files
brendanbondlane-formio
authored andcommitted
Merge pull request #13 from formio/FIO-9942-protected-eval-extends-default-eval-new
FIO-9942 protected eval extends default eval new
1 parent da10312 commit 1412744

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,10 @@ balanced-match@^1.0.0:
620620
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
621621
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
622622

623-
bootstrap@^5.3.3:
624-
version "5.3.5"
625-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.5.tgz#be42cfe0d580e97ee1abb7d38ce94f5c393c9bb6"
626-
integrity sha512-ct1CHKtiobRimyGzmsSldEtM03E8fcEX4Tb3dGXz1V8faRwM50+vfHwTzOxB3IlKO7m+9vTH3s/3C6T2EAPeTA==
623+
bootstrap@^5.3.4:
624+
version "5.3.7"
625+
resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.7.tgz#8640065036124d961d885d80b5945745e1154d90"
626+
integrity sha512-7KgiD8UHjfcPBHEpDNg+zGz8L3LqR3GVwqZiBRFX04a1BCArZOz1r2kjly2HQ0WokqTO0v1nF+QAt8dsW4lKlw==
627627

628628
brace-expansion@^1.1.7:
629629
version "1.1.11"
@@ -796,7 +796,7 @@ custom-event@^1.0.0:
796796
resolved "https://registry.yarnpkg.com/custom-event/-/custom-event-1.0.1.tgz#5d02a46850adf1b4a317946a3928fccb5bfd0425"
797797
integrity sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==
798798

799-
dayjs@^1.11.12:
799+
dayjs@^1.11.12, dayjs@^1.11.13:
800800
version "1.11.13"
801801
resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c"
802802
integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==
@@ -1320,9 +1320,9 @@ json-buffer@3.0.1:
13201320
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
13211321
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
13221322

1323-
json-logic-js@^2.0.2, json-logic-js@^2.0.5:
1323+
json-logic-js@^2.0.5:
13241324
version "2.0.5"
1325-
resolved "https://registry.yarnpkg.com/json-logic-js/-/json-logic-js-2.0.5.tgz#55f0c687dd6f56b02ccdcfdd64171ed998ab5499"
1325+
resolved "https://registry.npmjs.org/json-logic-js/-/json-logic-js-2.0.5.tgz#55f0c687dd6f56b02ccdcfdd64171ed998ab5499"
13261326
integrity sha512-rTT2+lqcuUmj4DgWfmzupZqQDA64AdmYqizzMPWj3DxGdfFNsxPpcNVSaTj4l8W2tG/+hg7/mQhxjU3aPacO6g==
13271327

13281328
json-parse-even-better-errors@^2.3.1:
@@ -1463,9 +1463,9 @@ minimatch@^9.0.4:
14631463
dependencies:
14641464
brace-expansion "^2.0.1"
14651465

1466-
moment-timezone@^0.5.44:
1466+
moment-timezone@^0.5.48:
14671467
version "0.5.48"
1468-
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.48.tgz#111727bb274734a518ae154b5ca589283f058967"
1468+
resolved "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz#111727bb274734a518ae154b5ca589283f058967"
14691469
integrity sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==
14701470
dependencies:
14711471
moment "^2.29.4"

0 commit comments

Comments
 (0)