@wavemaker/rn-codegen 11.14.2-rc.242 → 11.15.0-rc.245
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +482 -176
- package/package-lock.json +482 -176
- package/package.json +3 -3
- package/src/app.generator.js +27 -3
- package/src/app.generator.js.map +1 -1
- package/src/templates/app.template +11 -4
- package/src/templates/app.theme.template +4 -6
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/picture.less +0 -8
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/accordion.less +7 -0
- package/src/templates/foundation-theme/build/android/wavemaker/components/dialogs/confirmdialog.less +1 -5
- package/src/templates/foundation-theme/build/android/wavemaker/components/dialogs/dialog.less +0 -24
- package/src/templates/foundation-theme/build/android/wavemaker/components/navigation/navitem.less +0 -16
- package/src/templates/foundation-theme/build/android/wavemaker/components/navigation/popover.less +4 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/carousel.less +10 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/webview.less +6 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/anchor.less +2 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/bottomsheet.less +6 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/button.less +17 -5
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/buttongroup.less +22 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/label.less +150 -15
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/lottie.less +6 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/picture.less +9 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/search.less +21 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/panel/panel-footer.less +13 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/panel.less +31 -34
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/tabs/tab-header.less +11 -5
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/tabs.less +2 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container.less +16 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/card.less +4 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/form.less +75 -30
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/list.less +10 -45
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/device/camera.less +4 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/dialogs/dialog.less +56 -12
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/calendar.less +0 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/fileupload.less +1 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/switch.less +8 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/toggle.less +2 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/appnavbar.less +12 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/navitem.less +78 -17
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/popover.less +19 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page/tabbar.less +13 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/advanced/styles.less +1 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/advanced/webview.less +7 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/button-group.less +3 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/label.less +22 -7
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/message.less +6 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/picture.less +6 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/search.less +8 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/container.less +10 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/linearlayout.less +8 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/panel.less +3 -7
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/styles.less +2 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/tabs.less +8 -7
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/data/list.less +22 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/dialogs/base-dialog.less +152 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/form.less +61 -26
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/switch.less +2 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/appnavbar.less +12 -5
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/page-content.less +1 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/tabbar.less +10 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/navigation/nav.less +19 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/navigation/popover.less +32 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/tokens.light.css +206 -383
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/carousel.variant.less +8 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/container.variant.less +26 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/form-controls.variant.less +8 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/label.variant.less +35 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/navitem.variant.less +14 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/panel.variant.less +16 -8
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/picture.variant.less +2 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/switch.variant.less +6 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/tabs.variant.less +6 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/toggle.variant.less +8 -0
- package/src/templates/foundation-theme/build/android/wavemaker/variables.js.less +2 -0
- package/src/templates/foundation-theme/build/android/wavemaker/variables.less +2 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/picture.less +0 -8
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/accordion.less +7 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/components/dialogs/confirmdialog.less +1 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/components/dialogs/dialog.less +0 -24
- package/src/templates/foundation-theme/build/ios/wavemaker/components/navigation/navitem.less +0 -16
- package/src/templates/foundation-theme/build/ios/wavemaker/components/navigation/popover.less +4 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/carousel.less +10 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/webview.less +6 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/anchor.less +2 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/bottomsheet.less +6 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/button.less +17 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/buttongroup.less +22 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/label.less +150 -15
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/lottie.less +6 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/picture.less +9 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/search.less +21 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/panel/panel-footer.less +13 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/panel.less +31 -34
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/tabs/tab-header.less +11 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/tabs.less +2 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container.less +16 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/card.less +4 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/form.less +75 -30
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/list.less +10 -45
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/device/camera.less +4 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/dialogs/dialog.less +56 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/calendar.less +0 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/fileupload.less +1 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/switch.less +8 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/toggle.less +2 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/appnavbar.less +12 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/navitem.less +78 -17
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/popover.less +19 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/page/tabbar.less +13 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/advanced/styles.less +1 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/advanced/webview.less +7 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/button-group.less +3 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/label.less +22 -7
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/message.less +6 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/picture.less +6 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/search.less +8 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/container.less +10 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/linearlayout.less +8 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/panel.less +3 -7
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/styles.less +2 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/tabs.less +8 -7
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/data/list.less +22 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/dialogs/base-dialog.less +152 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/form.less +61 -26
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/switch.less +2 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/appnavbar.less +12 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/page-content.less +1 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/tabbar.less +10 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/navigation/nav.less +19 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/navigation/popover.less +32 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/tokens.light.css +206 -383
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/carousel.variant.less +8 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/container.variant.less +26 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/form-controls.variant.less +8 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/label.variant.less +35 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/navitem.variant.less +14 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/panel.variant.less +16 -8
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/picture.variant.less +2 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/switch.variant.less +6 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/tabs.variant.less +6 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/toggle.variant.less +8 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/variables.js.less +2 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/variables.less +2 -0
- package/src/templates/foundation-theme/dist/android/style.css +209 -386
- package/src/templates/foundation-theme/dist/android/style.js +901 -300
- package/src/templates/foundation-theme/dist/android/tokens.js +262 -359
- package/src/templates/foundation-theme/dist/android/variables.js +2 -0
- package/src/templates/foundation-theme/dist/ios/style.css +209 -386
- package/src/templates/foundation-theme/dist/ios/style.js +901 -300
- package/src/templates/foundation-theme/dist/ios/tokens.js +262 -359
- package/src/templates/foundation-theme/dist/ios/variables.js +2 -0
- package/src/templates/foundation-theme/wavemaker/components/basic/picture.less +0 -8
- package/src/templates/foundation-theme/wavemaker/components/container/accordion.less +7 -0
- package/src/templates/foundation-theme/wavemaker/components/dialogs/confirmdialog.less +1 -5
- package/src/templates/foundation-theme/wavemaker/components/dialogs/dialog.less +0 -24
- package/src/templates/foundation-theme/wavemaker/components/navigation/navitem.less +0 -16
- package/src/templates/foundation-theme/wavemaker/components/navigation/popover.less +4 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/carousel.less +10 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/webview.less +6 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/anchor.less +2 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/bottomsheet.less +6 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/button.less +17 -5
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/buttongroup.less +22 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/label.less +150 -15
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/lottie.less +6 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/picture.less +9 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/search.less +21 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/panel/panel-footer.less +13 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/panel.less +31 -34
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/tabs/tab-header.less +11 -5
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/tabs.less +2 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/container.less +16 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/card.less +4 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/form.less +75 -30
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/list.less +10 -45
- package/src/templates/foundation-theme/wavemaker/design-tokens/device/camera.less +4 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/dialogs/dialog.less +56 -12
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/calendar.less +0 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/fileupload.less +1 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/switch.less +8 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/toggle.less +2 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/appnavbar.less +12 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/navitem.less +78 -17
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/popover.less +19 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/page/tabbar.less +13 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/advanced/styles.less +1 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/advanced/webview.less +7 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/button-group.less +3 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/label.less +22 -7
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/message.less +6 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/picture.less +6 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/search.less +8 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/container.less +10 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/linearlayout.less +8 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/panel.less +3 -7
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/styles.less +2 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/tabs.less +8 -7
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/data/list.less +22 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/dialogs/base-dialog.less +152 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/form.less +61 -26
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/switch.less +2 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/appnavbar.less +12 -5
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/page-content.less +1 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/tabbar.less +10 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/navigation/nav.less +19 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/navigation/popover.less +32 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/tokens.light.css +206 -383
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/carousel.variant.less +8 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/container.variant.less +26 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/form-controls.variant.less +8 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/label.variant.less +35 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/navitem.variant.less +14 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/panel.variant.less +16 -8
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/picture.variant.less +2 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/switch.variant.less +6 -1
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/tabs.variant.less +6 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/toggle.variant.less +8 -0
- package/src/templates/foundation-theme/wavemaker/variables.js.less +2 -0
- package/src/templates/foundation-theme/wavemaker/variables.less +2 -0
- package/src/templates/package.web.json +3 -3
- package/src/templates/project/app.json +1 -0
- package/src/templates/project/applyAutoLayout.styles.js +90 -0
- package/src/templates/project/esbuild/esbuild.script.js +23 -0
- package/src/templates/project/package.json +3 -3
- package/src/templates/project/scripts/post-build.js +22 -1
- package/src/templates/project/wavepulse/rn2css.json +3 -4
- package/src/templates/variables.template +5 -0
- package/src/theme/components/basic/picture.styledef.js +3 -34
- package/src/theme/components/basic/picture.styledef.js.map +1 -1
- package/src/theme/components/container/accordion.styledef.js +5 -0
- package/src/theme/components/container/accordion.styledef.js.map +1 -1
- package/src/theme/components/container/panel.styledef.js +2 -2
- package/src/theme/components/container/panel.styledef.js.map +1 -1
- package/src/theme/components/container/tabs/tabheader.styledef.js +4 -4
- package/src/theme/components/container/tabs/tabheader.styledef.js.map +1 -1
- package/src/theme/components/dialogs/confirmdialog.styledef.js +4 -24
- package/src/theme/components/dialogs/confirmdialog.styledef.js.map +1 -1
- package/src/theme/components/dialogs/dialog.styledef.js +4 -65
- package/src/theme/components/dialogs/dialog.styledef.js.map +1 -1
- package/src/theme/components/navigation/appnavbar.styledef.js +2 -2
- package/src/theme/components/navigation/appnavbar.styledef.js.map +1 -1
- package/src/theme/components/navigation/navitem.styledef.js +4 -68
- package/src/theme/components/navigation/navitem.styledef.js.map +1 -1
- package/src/theme/components/navigation/popover.styledef.js +4 -0
- package/src/theme/components/navigation/popover.styledef.js.map +1 -1
- package/src/theme/rn-stylesheet.transpiler.js +23 -10
- package/src/theme/rn-stylesheet.transpiler.js.map +1 -1
- package/src/theme/token.transpiler.js +52 -21
- package/src/theme/token.transpiler.js.map +1 -1
- package/src/theme/variables.js +3 -0
- package/src/theme/variables.js.map +1 -1
- package/src/transpile/components/container/container.transformer.js +8 -0
- package/src/transpile/components/container/container.transformer.js.map +1 -1
- package/src/transpile/components/data/form/form-field.transformer.js +2 -2
- package/src/transpile/components/data/form/form-field.transformer.js.map +1 -1
- package/src/transpile/components/data/form.transformer.js +7 -1
- package/src/transpile/components/data/form.transformer.js.map +1 -1
- package/src/transpile/components/navigation/navitem.transformer.js +9 -1
- package/src/transpile/components/navigation/navitem.transformer.js.map +1 -1
- package/src/transpile/property/property-parser.js +9 -1
- package/src/transpile/property/property-parser.js.map +1 -1
- package/src/transpile/style.transformer.js +7 -0
- package/src/transpile/style.transformer.js.map +1 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/button-group.variant.less +0 -7
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/button-group.variant.less +0 -7
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/button-group.variant.less +0 -7
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.15.0-rc.245",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
|
9
|
-
"version": "11.
|
|
9
|
+
"version": "11.15.0-rc.245",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"@types/node": "18.11.10",
|
|
19
19
|
"@types/prettier": "2.7.1",
|
|
20
20
|
"@types/yargs": "17.0.15",
|
|
21
|
-
"@wavemaker/custom-widgets-m3": "11.
|
|
22
|
-
"@wavemaker/foundation-css": "11.
|
|
21
|
+
"@wavemaker/custom-widgets-m3": "11.15.0-rc.245",
|
|
22
|
+
"@wavemaker/foundation-css": "11.15.0-rc.245",
|
|
23
23
|
"adm-zip": "0.5.9",
|
|
24
24
|
"axios": "1.8.3",
|
|
25
25
|
"clean-css": "5.1.5",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"node_modules/@babel/code-frame": {
|
|
77
|
-
"version": "7.
|
|
78
|
-
"integrity": "sha512-
|
|
77
|
+
"version": "7.29.0",
|
|
78
|
+
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
79
79
|
"license": "MIT",
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@babel/helper-validator-identifier": "^7.
|
|
81
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
82
82
|
"js-tokens": "^4.0.0",
|
|
83
83
|
"picocolors": "^1.1.1"
|
|
84
84
|
},
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"node_modules/@babel/compat-data": {
|
|
90
|
-
"version": "7.
|
|
91
|
-
"integrity": "sha512-
|
|
90
|
+
"version": "7.29.0",
|
|
91
|
+
"integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
|
|
92
92
|
"dev": true,
|
|
93
93
|
"license": "MIT",
|
|
94
94
|
"engines": {
|
|
@@ -96,20 +96,20 @@
|
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"node_modules/@babel/core": {
|
|
99
|
-
"version": "7.
|
|
100
|
-
"integrity": "sha512-
|
|
99
|
+
"version": "7.29.0",
|
|
100
|
+
"integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
|
|
101
101
|
"dev": true,
|
|
102
102
|
"license": "MIT",
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@babel/code-frame": "^7.
|
|
105
|
-
"@babel/generator": "^7.
|
|
106
|
-
"@babel/helper-compilation-targets": "^7.
|
|
107
|
-
"@babel/helper-module-transforms": "^7.28.
|
|
108
|
-
"@babel/helpers": "^7.28.
|
|
109
|
-
"@babel/parser": "^7.
|
|
110
|
-
"@babel/template": "^7.
|
|
111
|
-
"@babel/traverse": "^7.
|
|
112
|
-
"@babel/types": "^7.
|
|
104
|
+
"@babel/code-frame": "^7.29.0",
|
|
105
|
+
"@babel/generator": "^7.29.0",
|
|
106
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
107
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
108
|
+
"@babel/helpers": "^7.28.6",
|
|
109
|
+
"@babel/parser": "^7.29.0",
|
|
110
|
+
"@babel/template": "^7.28.6",
|
|
111
|
+
"@babel/traverse": "^7.29.0",
|
|
112
|
+
"@babel/types": "^7.29.0",
|
|
113
113
|
"@jridgewell/remapping": "^2.3.5",
|
|
114
114
|
"convert-source-map": "^2.0.0",
|
|
115
115
|
"debug": "^4.1.0",
|
|
@@ -126,13 +126,13 @@
|
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"node_modules/@babel/core/node_modules/@babel/generator": {
|
|
129
|
-
"version": "7.
|
|
130
|
-
"integrity": "sha512-
|
|
129
|
+
"version": "7.29.1",
|
|
130
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
131
131
|
"dev": true,
|
|
132
132
|
"license": "MIT",
|
|
133
133
|
"dependencies": {
|
|
134
|
-
"@babel/parser": "^7.
|
|
135
|
-
"@babel/types": "^7.
|
|
134
|
+
"@babel/parser": "^7.29.0",
|
|
135
|
+
"@babel/types": "^7.29.0",
|
|
136
136
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
137
137
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
138
138
|
"jsesc": "^3.0.2"
|
|
@@ -142,12 +142,12 @@
|
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
145
|
-
"version": "7.
|
|
146
|
-
"integrity": "sha512-
|
|
145
|
+
"version": "7.29.0",
|
|
146
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
147
147
|
"dev": true,
|
|
148
148
|
"license": "MIT",
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@babel/types": "^7.
|
|
150
|
+
"@babel/types": "^7.29.0"
|
|
151
151
|
},
|
|
152
152
|
"bin": {
|
|
153
153
|
"parser": "bin/babel-parser.js"
|
|
@@ -157,17 +157,17 @@
|
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
159
|
"node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
160
|
-
"version": "7.
|
|
161
|
-
"integrity": "sha512-
|
|
160
|
+
"version": "7.29.0",
|
|
161
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
162
162
|
"dev": true,
|
|
163
163
|
"license": "MIT",
|
|
164
164
|
"dependencies": {
|
|
165
|
-
"@babel/code-frame": "^7.
|
|
166
|
-
"@babel/generator": "^7.
|
|
165
|
+
"@babel/code-frame": "^7.29.0",
|
|
166
|
+
"@babel/generator": "^7.29.0",
|
|
167
167
|
"@babel/helper-globals": "^7.28.0",
|
|
168
|
-
"@babel/parser": "^7.
|
|
169
|
-
"@babel/template": "^7.
|
|
170
|
-
"@babel/types": "^7.
|
|
168
|
+
"@babel/parser": "^7.29.0",
|
|
169
|
+
"@babel/template": "^7.28.6",
|
|
170
|
+
"@babel/types": "^7.29.0",
|
|
171
171
|
"debug": "^4.3.1"
|
|
172
172
|
},
|
|
173
173
|
"engines": {
|
|
@@ -206,12 +206,12 @@
|
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
208
|
"node_modules/@babel/helper-compilation-targets": {
|
|
209
|
-
"version": "7.
|
|
210
|
-
"integrity": "sha512-
|
|
209
|
+
"version": "7.28.6",
|
|
210
|
+
"integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
|
|
211
211
|
"dev": true,
|
|
212
212
|
"license": "MIT",
|
|
213
213
|
"dependencies": {
|
|
214
|
-
"@babel/compat-data": "^7.
|
|
214
|
+
"@babel/compat-data": "^7.28.6",
|
|
215
215
|
"@babel/helper-validator-option": "^7.27.1",
|
|
216
216
|
"browserslist": "^4.24.0",
|
|
217
217
|
"lru-cache": "^5.1.1",
|
|
@@ -274,26 +274,26 @@
|
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
"node_modules/@babel/helper-module-imports": {
|
|
277
|
-
"version": "7.
|
|
278
|
-
"integrity": "sha512-
|
|
277
|
+
"version": "7.28.6",
|
|
278
|
+
"integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
|
|
279
279
|
"dev": true,
|
|
280
280
|
"license": "MIT",
|
|
281
281
|
"dependencies": {
|
|
282
|
-
"@babel/traverse": "^7.
|
|
283
|
-
"@babel/types": "^7.
|
|
282
|
+
"@babel/traverse": "^7.28.6",
|
|
283
|
+
"@babel/types": "^7.28.6"
|
|
284
284
|
},
|
|
285
285
|
"engines": {
|
|
286
286
|
"node": ">=6.9.0"
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
289
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/generator": {
|
|
290
|
-
"version": "7.
|
|
291
|
-
"integrity": "sha512-
|
|
290
|
+
"version": "7.29.1",
|
|
291
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
292
292
|
"dev": true,
|
|
293
293
|
"license": "MIT",
|
|
294
294
|
"dependencies": {
|
|
295
|
-
"@babel/parser": "^7.
|
|
296
|
-
"@babel/types": "^7.
|
|
295
|
+
"@babel/parser": "^7.29.0",
|
|
296
|
+
"@babel/types": "^7.29.0",
|
|
297
297
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
298
298
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
299
299
|
"jsesc": "^3.0.2"
|
|
@@ -303,12 +303,12 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
|
306
|
-
"version": "7.
|
|
307
|
-
"integrity": "sha512-
|
|
306
|
+
"version": "7.29.0",
|
|
307
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
308
308
|
"dev": true,
|
|
309
309
|
"license": "MIT",
|
|
310
310
|
"dependencies": {
|
|
311
|
-
"@babel/types": "^7.
|
|
311
|
+
"@babel/types": "^7.29.0"
|
|
312
312
|
},
|
|
313
313
|
"bin": {
|
|
314
314
|
"parser": "bin/babel-parser.js"
|
|
@@ -318,17 +318,17 @@
|
|
|
318
318
|
}
|
|
319
319
|
},
|
|
320
320
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/traverse": {
|
|
321
|
-
"version": "7.
|
|
322
|
-
"integrity": "sha512-
|
|
321
|
+
"version": "7.29.0",
|
|
322
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
323
323
|
"dev": true,
|
|
324
324
|
"license": "MIT",
|
|
325
325
|
"dependencies": {
|
|
326
|
-
"@babel/code-frame": "^7.
|
|
327
|
-
"@babel/generator": "^7.
|
|
326
|
+
"@babel/code-frame": "^7.29.0",
|
|
327
|
+
"@babel/generator": "^7.29.0",
|
|
328
328
|
"@babel/helper-globals": "^7.28.0",
|
|
329
|
-
"@babel/parser": "^7.
|
|
330
|
-
"@babel/template": "^7.
|
|
331
|
-
"@babel/types": "^7.
|
|
329
|
+
"@babel/parser": "^7.29.0",
|
|
330
|
+
"@babel/template": "^7.28.6",
|
|
331
|
+
"@babel/types": "^7.29.0",
|
|
332
332
|
"debug": "^4.3.1"
|
|
333
333
|
},
|
|
334
334
|
"engines": {
|
|
@@ -348,14 +348,14 @@
|
|
|
348
348
|
}
|
|
349
349
|
},
|
|
350
350
|
"node_modules/@babel/helper-module-transforms": {
|
|
351
|
-
"version": "7.28.
|
|
352
|
-
"integrity": "sha512-
|
|
351
|
+
"version": "7.28.6",
|
|
352
|
+
"integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
|
|
353
353
|
"dev": true,
|
|
354
354
|
"license": "MIT",
|
|
355
355
|
"dependencies": {
|
|
356
|
-
"@babel/helper-module-imports": "^7.
|
|
357
|
-
"@babel/helper-validator-identifier": "^7.
|
|
358
|
-
"@babel/traverse": "^7.28.
|
|
356
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
357
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
358
|
+
"@babel/traverse": "^7.28.6"
|
|
359
359
|
},
|
|
360
360
|
"engines": {
|
|
361
361
|
"node": ">=6.9.0"
|
|
@@ -365,13 +365,13 @@
|
|
|
365
365
|
}
|
|
366
366
|
},
|
|
367
367
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
|
|
368
|
-
"version": "7.
|
|
369
|
-
"integrity": "sha512-
|
|
368
|
+
"version": "7.29.1",
|
|
369
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
370
370
|
"dev": true,
|
|
371
371
|
"license": "MIT",
|
|
372
372
|
"dependencies": {
|
|
373
|
-
"@babel/parser": "^7.
|
|
374
|
-
"@babel/types": "^7.
|
|
373
|
+
"@babel/parser": "^7.29.0",
|
|
374
|
+
"@babel/types": "^7.29.0",
|
|
375
375
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
376
376
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
377
377
|
"jsesc": "^3.0.2"
|
|
@@ -381,12 +381,12 @@
|
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
383
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
384
|
-
"version": "7.
|
|
385
|
-
"integrity": "sha512-
|
|
384
|
+
"version": "7.29.0",
|
|
385
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
386
386
|
"dev": true,
|
|
387
387
|
"license": "MIT",
|
|
388
388
|
"dependencies": {
|
|
389
|
-
"@babel/types": "^7.
|
|
389
|
+
"@babel/types": "^7.29.0"
|
|
390
390
|
},
|
|
391
391
|
"bin": {
|
|
392
392
|
"parser": "bin/babel-parser.js"
|
|
@@ -396,17 +396,17 @@
|
|
|
396
396
|
}
|
|
397
397
|
},
|
|
398
398
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
|
|
399
|
-
"version": "7.
|
|
400
|
-
"integrity": "sha512-
|
|
399
|
+
"version": "7.29.0",
|
|
400
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
401
401
|
"dev": true,
|
|
402
402
|
"license": "MIT",
|
|
403
403
|
"dependencies": {
|
|
404
|
-
"@babel/code-frame": "^7.
|
|
405
|
-
"@babel/generator": "^7.
|
|
404
|
+
"@babel/code-frame": "^7.29.0",
|
|
405
|
+
"@babel/generator": "^7.29.0",
|
|
406
406
|
"@babel/helper-globals": "^7.28.0",
|
|
407
|
-
"@babel/parser": "^7.
|
|
408
|
-
"@babel/template": "^7.
|
|
409
|
-
"@babel/types": "^7.
|
|
407
|
+
"@babel/parser": "^7.29.0",
|
|
408
|
+
"@babel/template": "^7.28.6",
|
|
409
|
+
"@babel/types": "^7.29.0",
|
|
410
410
|
"debug": "^4.3.1"
|
|
411
411
|
},
|
|
412
412
|
"engines": {
|
|
@@ -426,8 +426,8 @@
|
|
|
426
426
|
}
|
|
427
427
|
},
|
|
428
428
|
"node_modules/@babel/helper-plugin-utils": {
|
|
429
|
-
"version": "7.
|
|
430
|
-
"integrity": "sha512-
|
|
429
|
+
"version": "7.28.6",
|
|
430
|
+
"integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
|
|
431
431
|
"dev": true,
|
|
432
432
|
"license": "MIT",
|
|
433
433
|
"engines": {
|
|
@@ -471,13 +471,13 @@
|
|
|
471
471
|
}
|
|
472
472
|
},
|
|
473
473
|
"node_modules/@babel/helpers": {
|
|
474
|
-
"version": "7.28.
|
|
475
|
-
"integrity": "sha512-
|
|
474
|
+
"version": "7.28.6",
|
|
475
|
+
"integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
|
|
476
476
|
"dev": true,
|
|
477
477
|
"license": "MIT",
|
|
478
478
|
"dependencies": {
|
|
479
|
-
"@babel/template": "^7.
|
|
480
|
-
"@babel/types": "^7.28.
|
|
479
|
+
"@babel/template": "^7.28.6",
|
|
480
|
+
"@babel/types": "^7.28.6"
|
|
481
481
|
},
|
|
482
482
|
"engines": {
|
|
483
483
|
"node": ">=6.9.0"
|
|
@@ -546,12 +546,12 @@
|
|
|
546
546
|
}
|
|
547
547
|
},
|
|
548
548
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
549
|
-
"version": "7.
|
|
550
|
-
"integrity": "sha512-
|
|
549
|
+
"version": "7.28.6",
|
|
550
|
+
"integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
|
|
551
551
|
"dev": true,
|
|
552
552
|
"license": "MIT",
|
|
553
553
|
"dependencies": {
|
|
554
|
-
"@babel/helper-plugin-utils": "^7.
|
|
554
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
555
555
|
},
|
|
556
556
|
"engines": {
|
|
557
557
|
"node": ">=6.9.0"
|
|
@@ -585,12 +585,12 @@
|
|
|
585
585
|
}
|
|
586
586
|
},
|
|
587
587
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
588
|
-
"version": "7.
|
|
589
|
-
"integrity": "sha512-
|
|
588
|
+
"version": "7.28.6",
|
|
589
|
+
"integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
|
|
590
590
|
"dev": true,
|
|
591
591
|
"license": "MIT",
|
|
592
592
|
"dependencies": {
|
|
593
|
-
"@babel/helper-plugin-utils": "^7.
|
|
593
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
594
594
|
},
|
|
595
595
|
"engines": {
|
|
596
596
|
"node": ">=6.9.0"
|
|
@@ -702,12 +702,12 @@
|
|
|
702
702
|
}
|
|
703
703
|
},
|
|
704
704
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
705
|
-
"version": "7.
|
|
706
|
-
"integrity": "sha512
|
|
705
|
+
"version": "7.28.6",
|
|
706
|
+
"integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
|
|
707
707
|
"dev": true,
|
|
708
708
|
"license": "MIT",
|
|
709
709
|
"dependencies": {
|
|
710
|
-
"@babel/helper-plugin-utils": "^7.
|
|
710
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
711
711
|
},
|
|
712
712
|
"engines": {
|
|
713
713
|
"node": ">=6.9.0"
|
|
@@ -717,24 +717,24 @@
|
|
|
717
717
|
}
|
|
718
718
|
},
|
|
719
719
|
"node_modules/@babel/template": {
|
|
720
|
-
"version": "7.
|
|
721
|
-
"integrity": "sha512-
|
|
720
|
+
"version": "7.28.6",
|
|
721
|
+
"integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
|
|
722
722
|
"license": "MIT",
|
|
723
723
|
"dependencies": {
|
|
724
|
-
"@babel/code-frame": "^7.
|
|
725
|
-
"@babel/parser": "^7.
|
|
726
|
-
"@babel/types": "^7.
|
|
724
|
+
"@babel/code-frame": "^7.28.6",
|
|
725
|
+
"@babel/parser": "^7.28.6",
|
|
726
|
+
"@babel/types": "^7.28.6"
|
|
727
727
|
},
|
|
728
728
|
"engines": {
|
|
729
729
|
"node": ">=6.9.0"
|
|
730
730
|
}
|
|
731
731
|
},
|
|
732
732
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
|
733
|
-
"version": "7.
|
|
734
|
-
"integrity": "sha512-
|
|
733
|
+
"version": "7.29.0",
|
|
734
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
735
735
|
"license": "MIT",
|
|
736
736
|
"dependencies": {
|
|
737
|
-
"@babel/types": "^7.
|
|
737
|
+
"@babel/types": "^7.29.0"
|
|
738
738
|
},
|
|
739
739
|
"bin": {
|
|
740
740
|
"parser": "bin/babel-parser.js"
|
|
@@ -764,12 +764,12 @@
|
|
|
764
764
|
}
|
|
765
765
|
},
|
|
766
766
|
"node_modules/@babel/traverse/node_modules/@babel/generator": {
|
|
767
|
-
"version": "7.
|
|
768
|
-
"integrity": "sha512-
|
|
767
|
+
"version": "7.29.1",
|
|
768
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
769
769
|
"license": "MIT",
|
|
770
770
|
"dependencies": {
|
|
771
|
-
"@babel/parser": "^7.
|
|
772
|
-
"@babel/types": "^7.
|
|
771
|
+
"@babel/parser": "^7.29.0",
|
|
772
|
+
"@babel/types": "^7.29.0",
|
|
773
773
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
774
774
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
775
775
|
"jsesc": "^3.0.2"
|
|
@@ -779,11 +779,11 @@
|
|
|
779
779
|
}
|
|
780
780
|
},
|
|
781
781
|
"node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
782
|
-
"version": "7.
|
|
783
|
-
"integrity": "sha512-
|
|
782
|
+
"version": "7.29.0",
|
|
783
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
784
784
|
"license": "MIT",
|
|
785
785
|
"dependencies": {
|
|
786
|
-
"@babel/types": "^7.
|
|
786
|
+
"@babel/types": "^7.29.0"
|
|
787
787
|
},
|
|
788
788
|
"bin": {
|
|
789
789
|
"parser": "bin/babel-parser.js"
|
|
@@ -804,8 +804,8 @@
|
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
806
|
"node_modules/@babel/types": {
|
|
807
|
-
"version": "7.
|
|
808
|
-
"integrity": "sha512-
|
|
807
|
+
"version": "7.29.0",
|
|
808
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
809
809
|
"license": "MIT",
|
|
810
810
|
"dependencies": {
|
|
811
811
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -848,6 +848,7 @@
|
|
|
848
848
|
"node_modules/@bundled-es-modules/glob/node_modules/glob": {
|
|
849
849
|
"version": "10.5.0",
|
|
850
850
|
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
851
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
851
852
|
"license": "ISC",
|
|
852
853
|
"dependencies": {
|
|
853
854
|
"foreground-child": "^3.1.0",
|
|
@@ -922,8 +923,8 @@
|
|
|
922
923
|
}
|
|
923
924
|
},
|
|
924
925
|
"node_modules/@isaacs/brace-expansion": {
|
|
925
|
-
"version": "5.0.
|
|
926
|
-
"integrity": "sha512-
|
|
926
|
+
"version": "5.0.1",
|
|
927
|
+
"integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
|
|
927
928
|
"dev": true,
|
|
928
929
|
"license": "MIT",
|
|
929
930
|
"dependencies": {
|
|
@@ -1239,7 +1240,7 @@
|
|
|
1239
1240
|
"node_modules/@jest/reporters/node_modules/glob": {
|
|
1240
1241
|
"version": "7.2.3",
|
|
1241
1242
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
1242
|
-
"deprecated": "
|
|
1243
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
1243
1244
|
"dev": true,
|
|
1244
1245
|
"license": "ISC",
|
|
1245
1246
|
"dependencies": {
|
|
@@ -1425,8 +1426,8 @@
|
|
|
1425
1426
|
}
|
|
1426
1427
|
},
|
|
1427
1428
|
"node_modules/@jsonjoy.com/buffers": {
|
|
1428
|
-
"version": "
|
|
1429
|
-
"integrity": "sha512-
|
|
1429
|
+
"version": "17.67.0",
|
|
1430
|
+
"integrity": "sha512-tfExRpYxBvi32vPs9ZHaTjSP4fHAfzSmcahOfNxtvGHcyJel+aibkPlGeBB+7AoC6hL7lXIE++8okecBxx7lcw==",
|
|
1430
1431
|
"license": "Apache-2.0",
|
|
1431
1432
|
"engines": {
|
|
1432
1433
|
"node": ">=10.0"
|
|
@@ -1454,6 +1455,256 @@
|
|
|
1454
1455
|
"tslib": "2"
|
|
1455
1456
|
}
|
|
1456
1457
|
},
|
|
1458
|
+
"node_modules/@jsonjoy.com/fs-core": {
|
|
1459
|
+
"version": "4.56.10",
|
|
1460
|
+
"integrity": "sha512-PyAEA/3cnHhsGcdY+AmIU+ZPqTuZkDhCXQ2wkXypdLitSpd6d5Ivxhnq4wa2ETRWFVJGabYynBWxIijOswSmOw==",
|
|
1461
|
+
"license": "Apache-2.0",
|
|
1462
|
+
"dependencies": {
|
|
1463
|
+
"@jsonjoy.com/fs-node-builtins": "4.56.10",
|
|
1464
|
+
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
1465
|
+
"thingies": "^2.5.0"
|
|
1466
|
+
},
|
|
1467
|
+
"engines": {
|
|
1468
|
+
"node": ">=10.0"
|
|
1469
|
+
},
|
|
1470
|
+
"funding": {
|
|
1471
|
+
"type": "github",
|
|
1472
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1473
|
+
},
|
|
1474
|
+
"peerDependencies": {
|
|
1475
|
+
"tslib": "2"
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
"node_modules/@jsonjoy.com/fs-fsa": {
|
|
1479
|
+
"version": "4.56.10",
|
|
1480
|
+
"integrity": "sha512-/FVK63ysNzTPOnCCcPoPHt77TOmachdMS422txM4KhxddLdbW1fIbFMYH0AM0ow/YchCyS5gqEjKLNyv71j/5Q==",
|
|
1481
|
+
"license": "Apache-2.0",
|
|
1482
|
+
"dependencies": {
|
|
1483
|
+
"@jsonjoy.com/fs-core": "4.56.10",
|
|
1484
|
+
"@jsonjoy.com/fs-node-builtins": "4.56.10",
|
|
1485
|
+
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
1486
|
+
"thingies": "^2.5.0"
|
|
1487
|
+
},
|
|
1488
|
+
"engines": {
|
|
1489
|
+
"node": ">=10.0"
|
|
1490
|
+
},
|
|
1491
|
+
"funding": {
|
|
1492
|
+
"type": "github",
|
|
1493
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1494
|
+
},
|
|
1495
|
+
"peerDependencies": {
|
|
1496
|
+
"tslib": "2"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
"node_modules/@jsonjoy.com/fs-node": {
|
|
1500
|
+
"version": "4.56.10",
|
|
1501
|
+
"integrity": "sha512-7R4Gv3tkUdW3dXfXiOkqxkElxKNVdd8BDOWC0/dbERd0pXpPY+s2s1Mino+aTvkGrFPiY+mmVxA7zhskm4Ue4Q==",
|
|
1502
|
+
"license": "Apache-2.0",
|
|
1503
|
+
"dependencies": {
|
|
1504
|
+
"@jsonjoy.com/fs-core": "4.56.10",
|
|
1505
|
+
"@jsonjoy.com/fs-node-builtins": "4.56.10",
|
|
1506
|
+
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
1507
|
+
"@jsonjoy.com/fs-print": "4.56.10",
|
|
1508
|
+
"@jsonjoy.com/fs-snapshot": "4.56.10",
|
|
1509
|
+
"glob-to-regex.js": "^1.0.0",
|
|
1510
|
+
"thingies": "^2.5.0"
|
|
1511
|
+
},
|
|
1512
|
+
"engines": {
|
|
1513
|
+
"node": ">=10.0"
|
|
1514
|
+
},
|
|
1515
|
+
"funding": {
|
|
1516
|
+
"type": "github",
|
|
1517
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1518
|
+
},
|
|
1519
|
+
"peerDependencies": {
|
|
1520
|
+
"tslib": "2"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
"node_modules/@jsonjoy.com/fs-node-builtins": {
|
|
1524
|
+
"version": "4.56.10",
|
|
1525
|
+
"integrity": "sha512-uUnKz8R0YJyKq5jXpZtkGV9U0pJDt8hmYcLRrPjROheIfjMXsz82kXMgAA/qNg0wrZ1Kv+hrg7azqEZx6XZCVw==",
|
|
1526
|
+
"license": "Apache-2.0",
|
|
1527
|
+
"engines": {
|
|
1528
|
+
"node": ">=10.0"
|
|
1529
|
+
},
|
|
1530
|
+
"funding": {
|
|
1531
|
+
"type": "github",
|
|
1532
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1533
|
+
},
|
|
1534
|
+
"peerDependencies": {
|
|
1535
|
+
"tslib": "2"
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
"node_modules/@jsonjoy.com/fs-node-to-fsa": {
|
|
1539
|
+
"version": "4.56.10",
|
|
1540
|
+
"integrity": "sha512-oH+O6Y4lhn9NyG6aEoFwIBNKZeYy66toP5LJcDOMBgL99BKQMUf/zWJspdRhMdn/3hbzQsZ8EHHsuekbFLGUWw==",
|
|
1541
|
+
"license": "Apache-2.0",
|
|
1542
|
+
"dependencies": {
|
|
1543
|
+
"@jsonjoy.com/fs-fsa": "4.56.10",
|
|
1544
|
+
"@jsonjoy.com/fs-node-builtins": "4.56.10",
|
|
1545
|
+
"@jsonjoy.com/fs-node-utils": "4.56.10"
|
|
1546
|
+
},
|
|
1547
|
+
"engines": {
|
|
1548
|
+
"node": ">=10.0"
|
|
1549
|
+
},
|
|
1550
|
+
"funding": {
|
|
1551
|
+
"type": "github",
|
|
1552
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1553
|
+
},
|
|
1554
|
+
"peerDependencies": {
|
|
1555
|
+
"tslib": "2"
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
"node_modules/@jsonjoy.com/fs-node-utils": {
|
|
1559
|
+
"version": "4.56.10",
|
|
1560
|
+
"integrity": "sha512-8EuPBgVI2aDPwFdaNQeNpHsyqPi3rr+85tMNG/lHvQLiVjzoZsvxA//Xd8aB567LUhy4QS03ptT+unkD/DIsNg==",
|
|
1561
|
+
"license": "Apache-2.0",
|
|
1562
|
+
"dependencies": {
|
|
1563
|
+
"@jsonjoy.com/fs-node-builtins": "4.56.10"
|
|
1564
|
+
},
|
|
1565
|
+
"engines": {
|
|
1566
|
+
"node": ">=10.0"
|
|
1567
|
+
},
|
|
1568
|
+
"funding": {
|
|
1569
|
+
"type": "github",
|
|
1570
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1571
|
+
},
|
|
1572
|
+
"peerDependencies": {
|
|
1573
|
+
"tslib": "2"
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"node_modules/@jsonjoy.com/fs-print": {
|
|
1577
|
+
"version": "4.56.10",
|
|
1578
|
+
"integrity": "sha512-JW4fp5mAYepzFsSGrQ48ep8FXxpg4niFWHdF78wDrFGof7F3tKDJln72QFDEn/27M1yHd4v7sKHHVPh78aWcEw==",
|
|
1579
|
+
"license": "Apache-2.0",
|
|
1580
|
+
"dependencies": {
|
|
1581
|
+
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
1582
|
+
"tree-dump": "^1.1.0"
|
|
1583
|
+
},
|
|
1584
|
+
"engines": {
|
|
1585
|
+
"node": ">=10.0"
|
|
1586
|
+
},
|
|
1587
|
+
"funding": {
|
|
1588
|
+
"type": "github",
|
|
1589
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1590
|
+
},
|
|
1591
|
+
"peerDependencies": {
|
|
1592
|
+
"tslib": "2"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
"node_modules/@jsonjoy.com/fs-snapshot": {
|
|
1596
|
+
"version": "4.56.10",
|
|
1597
|
+
"integrity": "sha512-DkR6l5fj7+qj0+fVKm/OOXMGfDFCGXLfyHkORH3DF8hxkpDgIHbhf/DwncBMs2igu/ST7OEkexn1gIqoU6Y+9g==",
|
|
1598
|
+
"license": "Apache-2.0",
|
|
1599
|
+
"dependencies": {
|
|
1600
|
+
"@jsonjoy.com/buffers": "^17.65.0",
|
|
1601
|
+
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
1602
|
+
"@jsonjoy.com/json-pack": "^17.65.0",
|
|
1603
|
+
"@jsonjoy.com/util": "^17.65.0"
|
|
1604
|
+
},
|
|
1605
|
+
"engines": {
|
|
1606
|
+
"node": ">=10.0"
|
|
1607
|
+
},
|
|
1608
|
+
"funding": {
|
|
1609
|
+
"type": "github",
|
|
1610
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1611
|
+
},
|
|
1612
|
+
"peerDependencies": {
|
|
1613
|
+
"tslib": "2"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
"node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/base64": {
|
|
1617
|
+
"version": "17.67.0",
|
|
1618
|
+
"integrity": "sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==",
|
|
1619
|
+
"license": "Apache-2.0",
|
|
1620
|
+
"engines": {
|
|
1621
|
+
"node": ">=10.0"
|
|
1622
|
+
},
|
|
1623
|
+
"funding": {
|
|
1624
|
+
"type": "github",
|
|
1625
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1626
|
+
},
|
|
1627
|
+
"peerDependencies": {
|
|
1628
|
+
"tslib": "2"
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/codegen": {
|
|
1632
|
+
"version": "17.67.0",
|
|
1633
|
+
"integrity": "sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==",
|
|
1634
|
+
"license": "Apache-2.0",
|
|
1635
|
+
"engines": {
|
|
1636
|
+
"node": ">=10.0"
|
|
1637
|
+
},
|
|
1638
|
+
"funding": {
|
|
1639
|
+
"type": "github",
|
|
1640
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1641
|
+
},
|
|
1642
|
+
"peerDependencies": {
|
|
1643
|
+
"tslib": "2"
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
"node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pack": {
|
|
1647
|
+
"version": "17.67.0",
|
|
1648
|
+
"integrity": "sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==",
|
|
1649
|
+
"license": "Apache-2.0",
|
|
1650
|
+
"dependencies": {
|
|
1651
|
+
"@jsonjoy.com/base64": "17.67.0",
|
|
1652
|
+
"@jsonjoy.com/buffers": "17.67.0",
|
|
1653
|
+
"@jsonjoy.com/codegen": "17.67.0",
|
|
1654
|
+
"@jsonjoy.com/json-pointer": "17.67.0",
|
|
1655
|
+
"@jsonjoy.com/util": "17.67.0",
|
|
1656
|
+
"hyperdyperid": "^1.2.0",
|
|
1657
|
+
"thingies": "^2.5.0",
|
|
1658
|
+
"tree-dump": "^1.1.0"
|
|
1659
|
+
},
|
|
1660
|
+
"engines": {
|
|
1661
|
+
"node": ">=10.0"
|
|
1662
|
+
},
|
|
1663
|
+
"funding": {
|
|
1664
|
+
"type": "github",
|
|
1665
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1666
|
+
},
|
|
1667
|
+
"peerDependencies": {
|
|
1668
|
+
"tslib": "2"
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
"node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pointer": {
|
|
1672
|
+
"version": "17.67.0",
|
|
1673
|
+
"integrity": "sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==",
|
|
1674
|
+
"license": "Apache-2.0",
|
|
1675
|
+
"dependencies": {
|
|
1676
|
+
"@jsonjoy.com/util": "17.67.0"
|
|
1677
|
+
},
|
|
1678
|
+
"engines": {
|
|
1679
|
+
"node": ">=10.0"
|
|
1680
|
+
},
|
|
1681
|
+
"funding": {
|
|
1682
|
+
"type": "github",
|
|
1683
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1684
|
+
},
|
|
1685
|
+
"peerDependencies": {
|
|
1686
|
+
"tslib": "2"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
"node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/util": {
|
|
1690
|
+
"version": "17.67.0",
|
|
1691
|
+
"integrity": "sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==",
|
|
1692
|
+
"license": "Apache-2.0",
|
|
1693
|
+
"dependencies": {
|
|
1694
|
+
"@jsonjoy.com/buffers": "17.67.0",
|
|
1695
|
+
"@jsonjoy.com/codegen": "17.67.0"
|
|
1696
|
+
},
|
|
1697
|
+
"engines": {
|
|
1698
|
+
"node": ">=10.0"
|
|
1699
|
+
},
|
|
1700
|
+
"funding": {
|
|
1701
|
+
"type": "github",
|
|
1702
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1703
|
+
},
|
|
1704
|
+
"peerDependencies": {
|
|
1705
|
+
"tslib": "2"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1457
1708
|
"node_modules/@jsonjoy.com/json-pack": {
|
|
1458
1709
|
"version": "1.21.0",
|
|
1459
1710
|
"integrity": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==",
|
|
@@ -1479,6 +1730,21 @@
|
|
|
1479
1730
|
"tslib": "2"
|
|
1480
1731
|
}
|
|
1481
1732
|
},
|
|
1733
|
+
"node_modules/@jsonjoy.com/json-pack/node_modules/@jsonjoy.com/buffers": {
|
|
1734
|
+
"version": "1.2.1",
|
|
1735
|
+
"integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
|
|
1736
|
+
"license": "Apache-2.0",
|
|
1737
|
+
"engines": {
|
|
1738
|
+
"node": ">=10.0"
|
|
1739
|
+
},
|
|
1740
|
+
"funding": {
|
|
1741
|
+
"type": "github",
|
|
1742
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1743
|
+
},
|
|
1744
|
+
"peerDependencies": {
|
|
1745
|
+
"tslib": "2"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1482
1748
|
"node_modules/@jsonjoy.com/json-pointer": {
|
|
1483
1749
|
"version": "1.0.2",
|
|
1484
1750
|
"integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==",
|
|
@@ -1517,6 +1783,21 @@
|
|
|
1517
1783
|
"tslib": "2"
|
|
1518
1784
|
}
|
|
1519
1785
|
},
|
|
1786
|
+
"node_modules/@jsonjoy.com/util/node_modules/@jsonjoy.com/buffers": {
|
|
1787
|
+
"version": "1.2.1",
|
|
1788
|
+
"integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
|
|
1789
|
+
"license": "Apache-2.0",
|
|
1790
|
+
"engines": {
|
|
1791
|
+
"node": ">=10.0"
|
|
1792
|
+
},
|
|
1793
|
+
"funding": {
|
|
1794
|
+
"type": "github",
|
|
1795
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1796
|
+
},
|
|
1797
|
+
"peerDependencies": {
|
|
1798
|
+
"tslib": "2"
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1520
1801
|
"node_modules/@pkgjs/parseargs": {
|
|
1521
1802
|
"version": "0.11.0",
|
|
1522
1803
|
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
@@ -1527,8 +1808,8 @@
|
|
|
1527
1808
|
}
|
|
1528
1809
|
},
|
|
1529
1810
|
"node_modules/@sinclair/typebox": {
|
|
1530
|
-
"version": "0.27.
|
|
1531
|
-
"integrity": "sha512
|
|
1811
|
+
"version": "0.27.10",
|
|
1812
|
+
"integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
|
|
1532
1813
|
"dev": true,
|
|
1533
1814
|
"license": "MIT"
|
|
1534
1815
|
},
|
|
@@ -1573,12 +1854,12 @@
|
|
|
1573
1854
|
}
|
|
1574
1855
|
},
|
|
1575
1856
|
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
|
1576
|
-
"version": "7.
|
|
1577
|
-
"integrity": "sha512-
|
|
1857
|
+
"version": "7.29.0",
|
|
1858
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
1578
1859
|
"dev": true,
|
|
1579
1860
|
"license": "MIT",
|
|
1580
1861
|
"dependencies": {
|
|
1581
|
-
"@babel/types": "^7.
|
|
1862
|
+
"@babel/types": "^7.29.0"
|
|
1582
1863
|
},
|
|
1583
1864
|
"bin": {
|
|
1584
1865
|
"parser": "bin/babel-parser.js"
|
|
@@ -1810,13 +2091,13 @@
|
|
|
1810
2091
|
}
|
|
1811
2092
|
},
|
|
1812
2093
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
1813
|
-
"version": "11.
|
|
1814
|
-
"integrity": "sha512-
|
|
2094
|
+
"version": "11.15.0-rc.245",
|
|
2095
|
+
"integrity": "sha512-RNZPd81K4SuosDYWq5XPNJhSTaQGP34961UDVLS+J37RiGERg6rVR/rbv6PtUvFxvma2ByEFIDfcp/3/oxX3Zg==",
|
|
1815
2096
|
"license": "ISC"
|
|
1816
2097
|
},
|
|
1817
2098
|
"node_modules/@wavemaker/foundation-css": {
|
|
1818
|
-
"version": "11.
|
|
1819
|
-
"integrity": "sha512-
|
|
2099
|
+
"version": "11.15.0-rc.245",
|
|
2100
|
+
"integrity": "sha512-optwYHP6K3XKFTummeyzaNcrJZW1b3XAucRFXfDA9BQnnJ/SBfmoIp54H286HfkGYSlhkgk1jO+D+jFMiwQYTQ==",
|
|
1820
2101
|
"license": "ISC",
|
|
1821
2102
|
"dependencies": {
|
|
1822
2103
|
"chroma-js": "^3.1.2"
|
|
@@ -1828,9 +2109,12 @@
|
|
|
1828
2109
|
"license": "BSD-2-Clause"
|
|
1829
2110
|
},
|
|
1830
2111
|
"node_modules/@zip.js/zip.js": {
|
|
1831
|
-
"version": "2.8.
|
|
1832
|
-
"integrity": "sha512-
|
|
2112
|
+
"version": "2.8.17",
|
|
2113
|
+
"integrity": "sha512-3UdSsm9D9wy8+Oclimd3W9mWqiGptbrL7kBxAdXr/FLN2FSmNnAiyRol93heAffLGDzNwY5nnvDEjMmo8JbeeA==",
|
|
1833
2114
|
"license": "BSD-3-Clause",
|
|
2115
|
+
"dependencies": {
|
|
2116
|
+
"web-worker": "^1.5.0"
|
|
2117
|
+
},
|
|
1834
2118
|
"engines": {
|
|
1835
2119
|
"bun": ">=0.7.0",
|
|
1836
2120
|
"deno": ">=1.0.0",
|
|
@@ -2010,12 +2294,12 @@
|
|
|
2010
2294
|
}
|
|
2011
2295
|
},
|
|
2012
2296
|
"node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
|
|
2013
|
-
"version": "7.
|
|
2014
|
-
"integrity": "sha512-
|
|
2297
|
+
"version": "7.29.0",
|
|
2298
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
2015
2299
|
"dev": true,
|
|
2016
2300
|
"license": "MIT",
|
|
2017
2301
|
"dependencies": {
|
|
2018
|
-
"@babel/types": "^7.
|
|
2302
|
+
"@babel/types": "^7.29.0"
|
|
2019
2303
|
},
|
|
2020
2304
|
"bin": {
|
|
2021
2305
|
"parser": "bin/babel-parser.js"
|
|
@@ -2131,8 +2415,8 @@
|
|
|
2131
2415
|
"license": "MIT"
|
|
2132
2416
|
},
|
|
2133
2417
|
"node_modules/baseline-browser-mapping": {
|
|
2134
|
-
"version": "2.
|
|
2135
|
-
"integrity": "sha512-
|
|
2418
|
+
"version": "2.9.19",
|
|
2419
|
+
"integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
|
|
2136
2420
|
"dev": true,
|
|
2137
2421
|
"license": "Apache-2.0",
|
|
2138
2422
|
"bin": {
|
|
@@ -2197,8 +2481,8 @@
|
|
|
2197
2481
|
}
|
|
2198
2482
|
},
|
|
2199
2483
|
"node_modules/browserslist": {
|
|
2200
|
-
"version": "4.28.
|
|
2201
|
-
"integrity": "sha512-
|
|
2484
|
+
"version": "4.28.1",
|
|
2485
|
+
"integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
|
|
2202
2486
|
"dev": true,
|
|
2203
2487
|
"funding": [
|
|
2204
2488
|
{
|
|
@@ -2216,11 +2500,11 @@
|
|
|
2216
2500
|
],
|
|
2217
2501
|
"license": "MIT",
|
|
2218
2502
|
"dependencies": {
|
|
2219
|
-
"baseline-browser-mapping": "^2.
|
|
2220
|
-
"caniuse-lite": "^1.0.
|
|
2221
|
-
"electron-to-chromium": "^1.5.
|
|
2503
|
+
"baseline-browser-mapping": "^2.9.0",
|
|
2504
|
+
"caniuse-lite": "^1.0.30001759",
|
|
2505
|
+
"electron-to-chromium": "^1.5.263",
|
|
2222
2506
|
"node-releases": "^2.0.27",
|
|
2223
|
-
"update-browserslist-db": "^1.
|
|
2507
|
+
"update-browserslist-db": "^1.2.0"
|
|
2224
2508
|
},
|
|
2225
2509
|
"bin": {
|
|
2226
2510
|
"browserslist": "cli.js"
|
|
@@ -2358,8 +2642,8 @@
|
|
|
2358
2642
|
}
|
|
2359
2643
|
},
|
|
2360
2644
|
"node_modules/caniuse-lite": {
|
|
2361
|
-
"version": "1.0.
|
|
2362
|
-
"integrity": "sha512-
|
|
2645
|
+
"version": "1.0.30001769",
|
|
2646
|
+
"integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==",
|
|
2363
2647
|
"dev": true,
|
|
2364
2648
|
"funding": [
|
|
2365
2649
|
{
|
|
@@ -2720,8 +3004,8 @@
|
|
|
2720
3004
|
}
|
|
2721
3005
|
},
|
|
2722
3006
|
"node_modules/dedent": {
|
|
2723
|
-
"version": "1.7.
|
|
2724
|
-
"integrity": "sha512-
|
|
3007
|
+
"version": "1.7.1",
|
|
3008
|
+
"integrity": "sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==",
|
|
2725
3009
|
"dev": true,
|
|
2726
3010
|
"license": "MIT",
|
|
2727
3011
|
"peerDependencies": {
|
|
@@ -2874,8 +3158,8 @@
|
|
|
2874
3158
|
"license": "MIT"
|
|
2875
3159
|
},
|
|
2876
3160
|
"node_modules/electron-to-chromium": {
|
|
2877
|
-
"version": "1.5.
|
|
2878
|
-
"integrity": "sha512-
|
|
3161
|
+
"version": "1.5.286",
|
|
3162
|
+
"integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==",
|
|
2879
3163
|
"dev": true,
|
|
2880
3164
|
"license": "ISC"
|
|
2881
3165
|
},
|
|
@@ -3346,12 +3630,12 @@
|
|
|
3346
3630
|
}
|
|
3347
3631
|
},
|
|
3348
3632
|
"node_modules/glob": {
|
|
3349
|
-
"version": "13.0.
|
|
3350
|
-
"integrity": "sha512-
|
|
3633
|
+
"version": "13.0.1",
|
|
3634
|
+
"integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
|
|
3351
3635
|
"dev": true,
|
|
3352
3636
|
"license": "BlueOak-1.0.0",
|
|
3353
3637
|
"dependencies": {
|
|
3354
|
-
"minimatch": "^10.1.
|
|
3638
|
+
"minimatch": "^10.1.2",
|
|
3355
3639
|
"minipass": "^7.1.2",
|
|
3356
3640
|
"path-scurry": "^2.0.0"
|
|
3357
3641
|
},
|
|
@@ -3841,12 +4125,12 @@
|
|
|
3841
4125
|
}
|
|
3842
4126
|
},
|
|
3843
4127
|
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
3844
|
-
"version": "7.
|
|
3845
|
-
"integrity": "sha512-
|
|
4128
|
+
"version": "7.29.0",
|
|
4129
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
3846
4130
|
"dev": true,
|
|
3847
4131
|
"license": "MIT",
|
|
3848
4132
|
"dependencies": {
|
|
3849
|
-
"@babel/types": "^7.
|
|
4133
|
+
"@babel/types": "^7.29.0"
|
|
3850
4134
|
},
|
|
3851
4135
|
"bin": {
|
|
3852
4136
|
"parser": "bin/babel-parser.js"
|
|
@@ -3856,8 +4140,8 @@
|
|
|
3856
4140
|
}
|
|
3857
4141
|
},
|
|
3858
4142
|
"node_modules/istanbul-lib-instrument/node_modules/semver": {
|
|
3859
|
-
"version": "7.7.
|
|
3860
|
-
"integrity": "sha512-
|
|
4143
|
+
"version": "7.7.4",
|
|
4144
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
3861
4145
|
"dev": true,
|
|
3862
4146
|
"license": "ISC",
|
|
3863
4147
|
"bin": {
|
|
@@ -4125,7 +4409,7 @@
|
|
|
4125
4409
|
"node_modules/jest-config/node_modules/glob": {
|
|
4126
4410
|
"version": "7.2.3",
|
|
4127
4411
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
4128
|
-
"deprecated": "
|
|
4412
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
4129
4413
|
"dev": true,
|
|
4130
4414
|
"license": "ISC",
|
|
4131
4415
|
"dependencies": {
|
|
@@ -4448,7 +4732,7 @@
|
|
|
4448
4732
|
"node_modules/jest-runtime/node_modules/glob": {
|
|
4449
4733
|
"version": "7.2.3",
|
|
4450
4734
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
4451
|
-
"deprecated": "
|
|
4735
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
4452
4736
|
"dev": true,
|
|
4453
4737
|
"license": "ISC",
|
|
4454
4738
|
"dependencies": {
|
|
@@ -4510,8 +4794,8 @@
|
|
|
4510
4794
|
}
|
|
4511
4795
|
},
|
|
4512
4796
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
4513
|
-
"version": "7.7.
|
|
4514
|
-
"integrity": "sha512-
|
|
4797
|
+
"version": "7.7.4",
|
|
4798
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
4515
4799
|
"dev": true,
|
|
4516
4800
|
"license": "ISC",
|
|
4517
4801
|
"bin": {
|
|
@@ -4839,8 +5123,8 @@
|
|
|
4839
5123
|
}
|
|
4840
5124
|
},
|
|
4841
5125
|
"node_modules/make-dir/node_modules/semver": {
|
|
4842
|
-
"version": "7.7.
|
|
4843
|
-
"integrity": "sha512-
|
|
5126
|
+
"version": "7.7.4",
|
|
5127
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
4844
5128
|
"dev": true,
|
|
4845
5129
|
"license": "ISC",
|
|
4846
5130
|
"bin": {
|
|
@@ -4879,10 +5163,18 @@
|
|
|
4879
5163
|
"license": "CC0-1.0"
|
|
4880
5164
|
},
|
|
4881
5165
|
"node_modules/memfs": {
|
|
4882
|
-
"version": "4.
|
|
4883
|
-
"integrity": "sha512-
|
|
5166
|
+
"version": "4.56.10",
|
|
5167
|
+
"integrity": "sha512-eLvzyrwqLHnLYalJP7YZ3wBe79MXktMdfQbvMrVD80K+NhrIukCVBvgP30zTJYEEDh9hZ/ep9z0KOdD7FSHo7w==",
|
|
4884
5168
|
"license": "Apache-2.0",
|
|
4885
5169
|
"dependencies": {
|
|
5170
|
+
"@jsonjoy.com/fs-core": "4.56.10",
|
|
5171
|
+
"@jsonjoy.com/fs-fsa": "4.56.10",
|
|
5172
|
+
"@jsonjoy.com/fs-node": "4.56.10",
|
|
5173
|
+
"@jsonjoy.com/fs-node-builtins": "4.56.10",
|
|
5174
|
+
"@jsonjoy.com/fs-node-to-fsa": "4.56.10",
|
|
5175
|
+
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
5176
|
+
"@jsonjoy.com/fs-print": "4.56.10",
|
|
5177
|
+
"@jsonjoy.com/fs-snapshot": "4.56.10",
|
|
4886
5178
|
"@jsonjoy.com/json-pack": "^1.11.0",
|
|
4887
5179
|
"@jsonjoy.com/util": "^1.9.0",
|
|
4888
5180
|
"glob-to-regex.js": "^1.0.1",
|
|
@@ -4893,6 +5185,9 @@
|
|
|
4893
5185
|
"funding": {
|
|
4894
5186
|
"type": "github",
|
|
4895
5187
|
"url": "https://github.com/sponsors/streamich"
|
|
5188
|
+
},
|
|
5189
|
+
"peerDependencies": {
|
|
5190
|
+
"tslib": "2"
|
|
4896
5191
|
}
|
|
4897
5192
|
},
|
|
4898
5193
|
"node_modules/merge-stream": {
|
|
@@ -4952,12 +5247,12 @@
|
|
|
4952
5247
|
}
|
|
4953
5248
|
},
|
|
4954
5249
|
"node_modules/minimatch": {
|
|
4955
|
-
"version": "10.1.
|
|
4956
|
-
"integrity": "sha512-
|
|
5250
|
+
"version": "10.1.2",
|
|
5251
|
+
"integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==",
|
|
4957
5252
|
"dev": true,
|
|
4958
5253
|
"license": "BlueOak-1.0.0",
|
|
4959
5254
|
"dependencies": {
|
|
4960
|
-
"@isaacs/brace-expansion": "^5.0.
|
|
5255
|
+
"@isaacs/brace-expansion": "^5.0.1"
|
|
4961
5256
|
},
|
|
4962
5257
|
"engines": {
|
|
4963
5258
|
"node": "20 || >=22"
|
|
@@ -5311,8 +5606,8 @@
|
|
|
5311
5606
|
}
|
|
5312
5607
|
},
|
|
5313
5608
|
"node_modules/patch-package/node_modules/semver": {
|
|
5314
|
-
"version": "7.7.
|
|
5315
|
-
"integrity": "sha512-
|
|
5609
|
+
"version": "7.7.4",
|
|
5610
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
5316
5611
|
"license": "ISC",
|
|
5317
5612
|
"bin": {
|
|
5318
5613
|
"semver": "bin/semver.js"
|
|
@@ -5385,10 +5680,10 @@
|
|
|
5385
5680
|
}
|
|
5386
5681
|
},
|
|
5387
5682
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
5388
|
-
"version": "11.2.
|
|
5389
|
-
"integrity": "sha512-
|
|
5683
|
+
"version": "11.2.5",
|
|
5684
|
+
"integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
|
|
5390
5685
|
"dev": true,
|
|
5391
|
-
"license": "
|
|
5686
|
+
"license": "BlueOak-1.0.0",
|
|
5392
5687
|
"engines": {
|
|
5393
5688
|
"node": "20 || >=22"
|
|
5394
5689
|
}
|
|
@@ -5606,8 +5901,8 @@
|
|
|
5606
5901
|
"license": "MIT"
|
|
5607
5902
|
},
|
|
5608
5903
|
"node_modules/qs": {
|
|
5609
|
-
"version": "6.14.
|
|
5610
|
-
"integrity": "sha512-
|
|
5904
|
+
"version": "6.14.1",
|
|
5905
|
+
"integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
|
|
5611
5906
|
"license": "BSD-3-Clause",
|
|
5612
5907
|
"dependencies": {
|
|
5613
5908
|
"side-channel": "^1.1.0"
|
|
@@ -5729,7 +6024,7 @@
|
|
|
5729
6024
|
"node_modules/rimraf/node_modules/glob": {
|
|
5730
6025
|
"version": "7.2.3",
|
|
5731
6026
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
5732
|
-
"deprecated": "
|
|
6027
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
5733
6028
|
"license": "ISC",
|
|
5734
6029
|
"dependencies": {
|
|
5735
6030
|
"fs.realpath": "^1.0.0",
|
|
@@ -5799,10 +6094,13 @@
|
|
|
5799
6094
|
"optional": true
|
|
5800
6095
|
},
|
|
5801
6096
|
"node_modules/sax": {
|
|
5802
|
-
"version": "1.4.
|
|
5803
|
-
"integrity": "sha512-
|
|
6097
|
+
"version": "1.4.4",
|
|
6098
|
+
"integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==",
|
|
5804
6099
|
"license": "BlueOak-1.0.0",
|
|
5805
|
-
"optional": true
|
|
6100
|
+
"optional": true,
|
|
6101
|
+
"engines": {
|
|
6102
|
+
"node": ">=11.0.0"
|
|
6103
|
+
}
|
|
5806
6104
|
},
|
|
5807
6105
|
"node_modules/semver": {
|
|
5808
6106
|
"version": "7.5.0",
|
|
@@ -6266,7 +6564,7 @@
|
|
|
6266
6564
|
"node_modules/test-exclude/node_modules/glob": {
|
|
6267
6565
|
"version": "7.2.3",
|
|
6268
6566
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
6269
|
-
"deprecated": "
|
|
6567
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
6270
6568
|
"dev": true,
|
|
6271
6569
|
"license": "ISC",
|
|
6272
6570
|
"dependencies": {
|
|
@@ -6501,8 +6799,8 @@
|
|
|
6501
6799
|
}
|
|
6502
6800
|
},
|
|
6503
6801
|
"node_modules/update-browserslist-db": {
|
|
6504
|
-
"version": "1.
|
|
6505
|
-
"integrity": "sha512-
|
|
6802
|
+
"version": "1.2.3",
|
|
6803
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
6506
6804
|
"dev": true,
|
|
6507
6805
|
"funding": [
|
|
6508
6806
|
{
|
|
@@ -6588,6 +6886,11 @@
|
|
|
6588
6886
|
"makeerror": "1.0.12"
|
|
6589
6887
|
}
|
|
6590
6888
|
},
|
|
6889
|
+
"node_modules/web-worker": {
|
|
6890
|
+
"version": "1.5.0",
|
|
6891
|
+
"integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==",
|
|
6892
|
+
"license": "Apache-2.0"
|
|
6893
|
+
},
|
|
6591
6894
|
"node_modules/webidl-conversions": {
|
|
6592
6895
|
"version": "3.0.1",
|
|
6593
6896
|
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
|
@@ -6617,8 +6920,8 @@
|
|
|
6617
6920
|
}
|
|
6618
6921
|
},
|
|
6619
6922
|
"node_modules/which-typed-array": {
|
|
6620
|
-
"version": "1.1.
|
|
6621
|
-
"integrity": "sha512-
|
|
6923
|
+
"version": "1.1.20",
|
|
6924
|
+
"integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
|
|
6622
6925
|
"license": "MIT",
|
|
6623
6926
|
"dependencies": {
|
|
6624
6927
|
"available-typed-arrays": "^1.0.7",
|
|
@@ -6727,14 +7030,17 @@
|
|
|
6727
7030
|
"license": "ISC"
|
|
6728
7031
|
},
|
|
6729
7032
|
"node_modules/yaml": {
|
|
6730
|
-
"version": "2.8.
|
|
6731
|
-
"integrity": "sha512-
|
|
7033
|
+
"version": "2.8.2",
|
|
7034
|
+
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
|
|
6732
7035
|
"license": "ISC",
|
|
6733
7036
|
"bin": {
|
|
6734
7037
|
"yaml": "bin.mjs"
|
|
6735
7038
|
},
|
|
6736
7039
|
"engines": {
|
|
6737
7040
|
"node": ">= 14.6"
|
|
7041
|
+
},
|
|
7042
|
+
"funding": {
|
|
7043
|
+
"url": "https://github.com/sponsors/eemeli"
|
|
6738
7044
|
}
|
|
6739
7045
|
},
|
|
6740
7046
|
"node_modules/yargs": {
|