gd-bs 5.1.9 → 5.2.3
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/build/bs.js +1 -1
- package/build/components/dropdown/index.js +39 -1
- package/build/components/index.js +1 -0
- package/build/components/navbar/templates.js +1 -1
- package/build/components/popover/index.js +32 -31
- package/build/components/tooltip/index.js +36 -35
- package/build/components/tooltipGroup/index.js +82 -0
- package/build/components/tooltipGroup/templates.js +4 -0
- package/build/icons/iconTypes.js +146 -145
- package/build/icons/index.js +148 -145
- package/build/icons/svgs/bandaid.js +1 -1
- package/build/icons/svgs/bandaidFill.js +1 -1
- package/build/icons/svgs/boombox.js +1 -1
- package/build/icons/svgs/boomboxFill.js +1 -1
- package/build/icons/svgs/boxes.js +1 -1
- package/build/icons/svgs/deviceHdd.js +1 -1
- package/build/icons/svgs/deviceHddFill.js +1 -1
- package/build/icons/svgs/deviceSsd.js +1 -1
- package/build/icons/svgs/deviceSsdFill.js +1 -1
- package/build/icons/svgs/displayport.js +1 -1
- package/build/icons/svgs/displayportFill.js +1 -1
- package/build/icons/svgs/dpad.js +1 -1
- package/build/icons/svgs/dpadFill.js +1 -1
- package/build/icons/svgs/ear.js +1 -1
- package/build/icons/svgs/earFill.js +1 -1
- package/build/icons/svgs/envelope.js +1 -1
- package/build/icons/svgs/envelopeCheck.js +1 -1
- package/build/icons/svgs/envelopeCheckFill.js +1 -1
- package/build/icons/svgs/envelopeDash.js +1 -1
- package/build/icons/svgs/envelopeDashFill.js +1 -1
- package/build/icons/svgs/envelopeExclamation.js +1 -1
- package/build/icons/svgs/envelopeExclamationFill.js +1 -1
- package/build/icons/svgs/envelopeOpen.js +1 -1
- package/build/icons/svgs/envelopePlus.js +1 -1
- package/build/icons/svgs/envelopePlusFill.js +1 -1
- package/build/icons/svgs/envelopeSlash.js +1 -1
- package/build/icons/svgs/envelopeSlashFill.js +1 -1
- package/build/icons/svgs/envelopeX.js +1 -1
- package/build/icons/svgs/envelopeXFill.js +1 -1
- package/build/icons/svgs/ethernet.js +1 -1
- package/build/icons/svgs/explicit.js +1 -1
- package/build/icons/svgs/explicitFill.js +1 -1
- package/build/icons/svgs/gpuCard.js +1 -1
- package/build/icons/svgs/hdmi.js +1 -1
- package/build/icons/svgs/hdmiFill.js +1 -1
- package/build/icons/svgs/index.d.ts +2 -0
- package/build/icons/svgs/index.js +1 -0
- package/build/icons/svgs/infinity.js +1 -1
- package/build/icons/svgs/line.js +1 -1
- package/build/icons/svgs/memory.js +1 -1
- package/build/icons/svgs/modem.js +1 -1
- package/build/icons/svgs/modemFill.js +1 -1
- package/build/icons/svgs/mortarboard.js +1 -1
- package/build/icons/svgs/mortarboardFill.js +1 -1
- package/build/icons/svgs/motherboard.js +1 -1
- package/build/icons/svgs/motherboardFill.js +1 -1
- package/build/icons/svgs/nintendoSwitch.js +1 -1
- package/build/icons/svgs/opticalAudio.js +1 -1
- package/build/icons/svgs/opticalAudioFill.js +1 -1
- package/build/icons/svgs/paypal.js +1 -1
- package/build/icons/svgs/pc.js +1 -1
- package/build/icons/svgs/pcDisplay.js +1 -1
- package/build/icons/svgs/pcDisplayHorizontal.js +1 -1
- package/build/icons/svgs/pcHorizontal.js +1 -1
- package/build/icons/svgs/pciCard.js +1 -1
- package/build/icons/svgs/playstation.js +1 -1
- package/build/icons/svgs/plusSlashMinus.js +1 -1
- package/build/icons/svgs/projectorFill.js +1 -1
- package/build/icons/svgs/qrCode.js +1 -1
- package/build/icons/svgs/qrCodeScan.js +1 -1
- package/build/icons/svgs/robot.js +1 -1
- package/build/icons/svgs/router.js +1 -1
- package/build/icons/svgs/routerFill.js +1 -1
- package/build/icons/svgs/sdCardFill.js +1 -1
- package/build/icons/svgs/send.js +1 -1
- package/build/icons/svgs/sendCheck.js +1 -1
- package/build/icons/svgs/sendCheckFill.js +1 -1
- package/build/icons/svgs/sendDash.js +1 -1
- package/build/icons/svgs/sendDashFill.js +1 -1
- package/build/icons/svgs/sendExclamation.js +1 -1
- package/build/icons/svgs/sendExclamationFill.js +1 -1
- package/build/icons/svgs/sendFill.js +1 -1
- package/build/icons/svgs/sendPlus.js +1 -1
- package/build/icons/svgs/sendPlusFill.js +1 -1
- package/build/icons/svgs/sendSlash.js +1 -1
- package/build/icons/svgs/sendSlashFill.js +1 -1
- package/build/icons/svgs/sendX.js +1 -1
- package/build/icons/svgs/sendXFill.js +1 -1
- package/build/icons/svgs/steam.js +1 -1
- package/build/icons/svgs/terminalDash.js +1 -1
- package/build/icons/svgs/terminalPlus.js +1 -1
- package/build/icons/svgs/terminalSplit.js +1 -1
- package/build/icons/svgs/terminalX.js +8 -0
- package/build/icons/svgs/thunderbolt.js +1 -1
- package/build/icons/svgs/thunderboltFill.js +1 -1
- package/build/icons/svgs/ticket.js +1 -1
- package/build/icons/svgs/ticketDetailed.js +1 -1
- package/build/icons/svgs/ticketDetailedFill.js +1 -1
- package/build/icons/svgs/ticketFill.js +1 -1
- package/build/icons/svgs/ticketPerferated.js +1 -1
- package/build/icons/svgs/ticketPerferatedFill.js +1 -1
- package/build/icons/svgs/tiktok.js +1 -1
- package/build/icons/svgs/usb.js +1 -1
- package/build/icons/svgs/usbC.js +1 -1
- package/build/icons/svgs/usbCFill.js +1 -1
- package/build/icons/svgs/usbDrive.js +1 -1
- package/build/icons/svgs/usbDriveFill.js +1 -1
- package/build/icons/svgs/usbFill.js +1 -1
- package/build/icons/svgs/usbMicro.js +1 -1
- package/build/icons/svgs/usbMicroFill.js +1 -1
- package/build/icons/svgs/usbMini.js +1 -1
- package/build/icons/svgs/usbMiniFill.js +1 -1
- package/build/icons/svgs/usbPlug.js +1 -1
- package/build/icons/svgs/usbPlugFill.js +1 -1
- package/build/icons/svgs/usbSymbol.js +1 -1
- package/build/icons/svgs/webcam.js +1 -1
- package/build/icons/svgs/webcamFill.js +1 -1
- package/build/icons/svgs/windowDash.js +1 -1
- package/build/icons/svgs/windowDesktop.js +1 -1
- package/build/icons/svgs/windowDock.js +1 -1
- package/build/icons/svgs/windowFullscreen.js +1 -1
- package/build/icons/svgs/windowPlus.js +1 -1
- package/build/icons/svgs/windowStack.js +1 -1
- package/build/icons/svgs/windowX.js +1 -1
- package/dist/gd-bs-icons.js +183 -150
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.d.ts +69 -0
- package/dist/gd-bs.js +28 -6
- package/dist/gd-bs.min.js +1 -1
- package/package.json +6 -6
- package/pnpm-lock.yaml +135 -128
- package/src/bs.scss +149 -24
- package/src/components/components.d.ts +2 -1
- package/src/components/dropdown/index.ts +40 -1
- package/src/components/index.ts +2 -1
- package/src/components/navbar/templates.ts +1 -1
- package/src/components/popover/index.ts +32 -31
- package/src/components/popover/types.d.ts +5 -0
- package/src/components/tooltip/index.ts +36 -35
- package/src/components/tooltip/types.d.ts +5 -0
- package/src/components/tooltipGroup/index.ts +75 -0
- package/src/components/tooltipGroup/templates.ts +1 -0
- package/src/components/tooltipGroup/types.d.ts +75 -0
- package/src/icons/iconTypes.ts +146 -145
- package/src/icons/index.d.ts +2 -0
- package/src/icons/index.ts +148 -145
- package/src/icons/svgs/bandaid.ts +1 -1
- package/src/icons/svgs/bandaidFill.ts +1 -1
- package/src/icons/svgs/boombox.ts +4 -1
- package/src/icons/svgs/boomboxFill.ts +2 -1
- package/src/icons/svgs/boxes.ts +1 -1
- package/src/icons/svgs/deviceHdd.ts +3 -1
- package/src/icons/svgs/deviceHddFill.ts +2 -1
- package/src/icons/svgs/deviceSsd.ts +2 -1
- package/src/icons/svgs/deviceSsdFill.ts +2 -1
- package/src/icons/svgs/displayport.ts +2 -1
- package/src/icons/svgs/displayportFill.ts +1 -1
- package/src/icons/svgs/dpad.ts +2 -1
- package/src/icons/svgs/dpadFill.ts +1 -1
- package/src/icons/svgs/ear.ts +1 -1
- package/src/icons/svgs/earFill.ts +1 -1
- package/src/icons/svgs/envelope.ts +1 -1
- package/src/icons/svgs/envelopeCheck.ts +2 -1
- package/src/icons/svgs/envelopeCheckFill.ts +2 -1
- package/src/icons/svgs/envelopeDash.ts +2 -1
- package/src/icons/svgs/envelopeDashFill.ts +2 -1
- package/src/icons/svgs/envelopeExclamation.ts +2 -1
- package/src/icons/svgs/envelopeExclamationFill.ts +2 -1
- package/src/icons/svgs/envelopeOpen.ts +1 -1
- package/src/icons/svgs/envelopePlus.ts +2 -1
- package/src/icons/svgs/envelopePlusFill.ts +2 -2
- package/src/icons/svgs/envelopeSlash.ts +2 -1
- package/src/icons/svgs/envelopeSlashFill.ts +2 -1
- package/src/icons/svgs/envelopeX.ts +2 -1
- package/src/icons/svgs/envelopeXFill.ts +2 -1
- package/src/icons/svgs/ethernet.ts +2 -1
- package/src/icons/svgs/explicit.ts +2 -1
- package/src/icons/svgs/explicitFill.ts +1 -1
- package/src/icons/svgs/gpuCard.ts +3 -1
- package/src/icons/svgs/hdmi.ts +2 -1
- package/src/icons/svgs/hdmiFill.ts +1 -1
- package/src/icons/svgs/index.d.ts +2 -0
- package/src/icons/svgs/index.ts +1 -0
- package/src/icons/svgs/infinity.ts +1 -1
- package/src/icons/svgs/line.ts +1 -1
- package/src/icons/svgs/memory.ts +1 -1
- package/src/icons/svgs/modem.ts +1 -1
- package/src/icons/svgs/modemFill.ts +1 -1
- package/src/icons/svgs/mortarboard.ts +2 -1
- package/src/icons/svgs/mortarboardFill.ts +2 -2
- package/src/icons/svgs/motherboard.ts +2 -1
- package/src/icons/svgs/motherboardFill.ts +2 -1
- package/src/icons/svgs/nintendoSwitch.ts +2 -1
- package/src/icons/svgs/opticalAudio.ts +3 -1
- package/src/icons/svgs/opticalAudioFill.ts +2 -1
- package/src/icons/svgs/paypal.ts +1 -1
- package/src/icons/svgs/pc.ts +1 -1
- package/src/icons/svgs/pcDisplay.ts +1 -1
- package/src/icons/svgs/pcDisplayHorizontal.ts +1 -1
- package/src/icons/svgs/pcHorizontal.ts +1 -1
- package/src/icons/svgs/pciCard.ts +2 -1
- package/src/icons/svgs/playstation.ts +1 -1
- package/src/icons/svgs/plusSlashMinus.ts +1 -1
- package/src/icons/svgs/projectorFill.ts +1 -1
- package/src/icons/svgs/qrCode.ts +5 -1
- package/src/icons/svgs/qrCodeScan.ts +5 -1
- package/src/icons/svgs/robot.ts +2 -1
- package/src/icons/svgs/router.ts +4 -1
- package/src/icons/svgs/routerFill.ts +4 -1
- package/src/icons/svgs/sdCardFill.ts +1 -1
- package/src/icons/svgs/send.ts +1 -1
- package/src/icons/svgs/sendCheck.ts +2 -1
- package/src/icons/svgs/sendCheckFill.ts +2 -1
- package/src/icons/svgs/sendDash.ts +2 -1
- package/src/icons/svgs/sendDashFill.ts +2 -1
- package/src/icons/svgs/sendExclamation.ts +2 -1
- package/src/icons/svgs/sendExclamationFill.ts +2 -1
- package/src/icons/svgs/sendFill.ts +1 -1
- package/src/icons/svgs/sendPlus.ts +2 -1
- package/src/icons/svgs/sendPlusFill.ts +2 -1
- package/src/icons/svgs/sendSlash.ts +2 -1
- package/src/icons/svgs/sendSlashFill.ts +2 -1
- package/src/icons/svgs/sendX.ts +2 -1
- package/src/icons/svgs/sendXFill.ts +2 -1
- package/src/icons/svgs/steam.ts +2 -1
- package/src/icons/svgs/terminalDash.ts +2 -1
- package/src/icons/svgs/terminalPlus.ts +2 -1
- package/src/icons/svgs/terminalSplit.ts +2 -1
- package/src/icons/svgs/terminalX.d.ts +1 -0
- package/src/icons/svgs/terminalX.ts +7 -0
- package/src/icons/svgs/thunderbolt.ts +2 -1
- package/src/icons/svgs/thunderboltFill.ts +1 -1
- package/src/icons/svgs/ticket.ts +1 -1
- package/src/icons/svgs/ticketDetailed.ts +2 -1
- package/src/icons/svgs/ticketDetailedFill.ts +1 -1
- package/src/icons/svgs/ticketFill.ts +1 -1
- package/src/icons/svgs/ticketPerferated.ts +2 -1
- package/src/icons/svgs/ticketPerferatedFill.ts +1 -1
- package/src/icons/svgs/tiktok.ts +1 -1
- package/src/icons/svgs/usb.ts +2 -1
- package/src/icons/svgs/usbC.ts +2 -1
- package/src/icons/svgs/usbCFill.ts +1 -1
- package/src/icons/svgs/usbDrive.ts +1 -1
- package/src/icons/svgs/usbDriveFill.ts +1 -1
- package/src/icons/svgs/usbFill.ts +1 -1
- package/src/icons/svgs/usbMicro.ts +2 -1
- package/src/icons/svgs/usbMicroFill.ts +1 -1
- package/src/icons/svgs/usbMini.ts +2 -1
- package/src/icons/svgs/usbMiniFill.ts +1 -1
- package/src/icons/svgs/usbPlug.ts +1 -1
- package/src/icons/svgs/usbPlugFill.ts +1 -1
- package/src/icons/svgs/usbSymbol.ts +1 -1
- package/src/icons/svgs/webcam.ts +2 -3
- package/src/icons/svgs/webcamFill.ts +2 -3
- package/src/icons/svgs/windowDash.ts +3 -1
- package/src/icons/svgs/windowDesktop.ts +2 -1
- package/src/icons/svgs/windowDock.ts +2 -2
- package/src/icons/svgs/windowFullscreen.ts +2 -1
- package/src/icons/svgs/windowPlus.ts +3 -1
- package/src/icons/svgs/windowStack.ts +2 -1
- package/src/icons/svgs/windowX.ts +3 -1
package/pnpm-lock.yaml
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
dependencies:
|
|
2
2
|
bootstrap: 5.1.3
|
|
3
|
-
bootstrap-icons: 1.7.
|
|
3
|
+
bootstrap-icons: 1.7.1
|
|
4
4
|
core-js: 3.19.1
|
|
5
5
|
tippy.js: 6.3.7
|
|
6
6
|
devDependencies:
|
|
7
7
|
'@babel/core': 7.16.0
|
|
8
|
-
'@babel/preset-env': 7.16.
|
|
9
|
-
'@types/node': 16.11.
|
|
8
|
+
'@babel/preset-env': 7.16.4_@babel+core@7.16.0
|
|
9
|
+
'@types/node': 16.11.9
|
|
10
10
|
autoprefixer: 10.4.0
|
|
11
|
-
babel-loader: 8.2.
|
|
12
|
-
css-loader: 6.5.1_webpack@5.64.
|
|
11
|
+
babel-loader: 8.2.3_fda98f9ff70e0481a7d2271d8792a29b
|
|
12
|
+
css-loader: 6.5.1_webpack@5.64.1
|
|
13
13
|
dts-bundle: 0.7.3
|
|
14
|
-
html-loader: 2.1.2_webpack@5.64.
|
|
14
|
+
html-loader: 2.1.2_webpack@5.64.1
|
|
15
15
|
node-sass: 6.0.1
|
|
16
|
-
postcss-loader: 6.2.0_webpack@5.64.
|
|
17
|
-
sass-loader: 12.3.0_node-sass@6.0.1+webpack@5.64.
|
|
18
|
-
style-loader: 3.3.1_webpack@5.64.
|
|
19
|
-
ts-loader: 9.2.6_webpack@5.64.
|
|
20
|
-
typedoc: 0.22.
|
|
21
|
-
webpack: 5.64.
|
|
22
|
-
webpack-cli: 4.9.1_webpack@5.64.
|
|
16
|
+
postcss-loader: 6.2.0_webpack@5.64.1
|
|
17
|
+
sass-loader: 12.3.0_node-sass@6.0.1+webpack@5.64.1
|
|
18
|
+
style-loader: 3.3.1_webpack@5.64.1
|
|
19
|
+
ts-loader: 9.2.6_webpack@5.64.1
|
|
20
|
+
typedoc: 0.22.9
|
|
21
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
22
|
+
webpack-cli: 4.9.1_webpack@5.64.1
|
|
23
23
|
lockfileVersion: 5.2
|
|
24
24
|
packages:
|
|
25
25
|
/@babel/code-frame/7.16.0:
|
|
@@ -30,12 +30,12 @@ packages:
|
|
|
30
30
|
node: '>=6.9.0'
|
|
31
31
|
resolution:
|
|
32
32
|
integrity: sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==
|
|
33
|
-
/@babel/compat-data/7.16.
|
|
33
|
+
/@babel/compat-data/7.16.4:
|
|
34
34
|
dev: true
|
|
35
35
|
engines:
|
|
36
36
|
node: '>=6.9.0'
|
|
37
37
|
resolution:
|
|
38
|
-
integrity: sha512-
|
|
38
|
+
integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
|
|
39
39
|
/@babel/core/7.16.0:
|
|
40
40
|
dependencies:
|
|
41
41
|
'@babel/code-frame': 7.16.0
|
|
@@ -43,7 +43,7 @@ packages:
|
|
|
43
43
|
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0
|
|
44
44
|
'@babel/helper-module-transforms': 7.16.0
|
|
45
45
|
'@babel/helpers': 7.16.3
|
|
46
|
-
'@babel/parser': 7.16.
|
|
46
|
+
'@babel/parser': 7.16.4
|
|
47
47
|
'@babel/template': 7.16.0
|
|
48
48
|
'@babel/traverse': 7.16.3
|
|
49
49
|
'@babel/types': 7.16.0
|
|
@@ -87,10 +87,10 @@ packages:
|
|
|
87
87
|
integrity: sha512-9KuleLT0e77wFUku6TUkqZzCEymBdtuQQ27MhEKzf9UOOJu3cYj98kyaDAzxpC7lV6DGiZFuC8XqDsq8/Kl6aQ==
|
|
88
88
|
/@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.0:
|
|
89
89
|
dependencies:
|
|
90
|
-
'@babel/compat-data': 7.16.
|
|
90
|
+
'@babel/compat-data': 7.16.4
|
|
91
91
|
'@babel/core': 7.16.0
|
|
92
92
|
'@babel/helper-validator-option': 7.14.5
|
|
93
|
-
browserslist: 4.
|
|
93
|
+
browserslist: 4.18.1
|
|
94
94
|
semver: 6.3.0
|
|
95
95
|
dev: true
|
|
96
96
|
engines:
|
|
@@ -127,7 +127,7 @@ packages:
|
|
|
127
127
|
'@babel/core': ^7.0.0
|
|
128
128
|
resolution:
|
|
129
129
|
integrity: sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==
|
|
130
|
-
/@babel/helper-define-polyfill-provider/0.
|
|
130
|
+
/@babel/helper-define-polyfill-provider/0.3.0_@babel+core@7.16.0:
|
|
131
131
|
dependencies:
|
|
132
132
|
'@babel/core': 7.16.0
|
|
133
133
|
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0
|
|
@@ -142,7 +142,7 @@ packages:
|
|
|
142
142
|
peerDependencies:
|
|
143
143
|
'@babel/core': ^7.4.0-0
|
|
144
144
|
resolution:
|
|
145
|
-
integrity: sha512-
|
|
145
|
+
integrity: sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==
|
|
146
146
|
/@babel/helper-explode-assignable-expression/7.16.0:
|
|
147
147
|
dependencies:
|
|
148
148
|
'@babel/types': 7.16.0
|
|
@@ -222,7 +222,7 @@ packages:
|
|
|
222
222
|
node: '>=6.9.0'
|
|
223
223
|
resolution:
|
|
224
224
|
integrity: sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
|
|
225
|
-
/@babel/helper-remap-async-to-generator/7.16.
|
|
225
|
+
/@babel/helper-remap-async-to-generator/7.16.4:
|
|
226
226
|
dependencies:
|
|
227
227
|
'@babel/helper-annotate-as-pure': 7.16.0
|
|
228
228
|
'@babel/helper-wrap-function': 7.16.0
|
|
@@ -231,7 +231,7 @@ packages:
|
|
|
231
231
|
engines:
|
|
232
232
|
node: '>=6.9.0'
|
|
233
233
|
resolution:
|
|
234
|
-
integrity: sha512-
|
|
234
|
+
integrity: sha512-vGERmmhR+s7eH5Y/cp8PCVzj4XEjerq8jooMfxFdA5xVtAk9Sh4AQsrWgiErUEBjtGrBtOFKDUcWQFW4/dFwMA==
|
|
235
235
|
/@babel/helper-replace-supers/7.16.0:
|
|
236
236
|
dependencies:
|
|
237
237
|
'@babel/helper-member-expression-to-functions': 7.16.0
|
|
@@ -310,13 +310,13 @@ packages:
|
|
|
310
310
|
node: '>=6.9.0'
|
|
311
311
|
resolution:
|
|
312
312
|
integrity: sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==
|
|
313
|
-
/@babel/parser/7.16.
|
|
313
|
+
/@babel/parser/7.16.4:
|
|
314
314
|
dev: true
|
|
315
315
|
engines:
|
|
316
316
|
node: '>=6.0.0'
|
|
317
317
|
hasBin: true
|
|
318
318
|
resolution:
|
|
319
|
-
integrity: sha512-
|
|
319
|
+
integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
|
|
320
320
|
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.2_@babel+core@7.16.0:
|
|
321
321
|
dependencies:
|
|
322
322
|
'@babel/core': 7.16.0
|
|
@@ -341,11 +341,11 @@ packages:
|
|
|
341
341
|
'@babel/core': ^7.13.0
|
|
342
342
|
resolution:
|
|
343
343
|
integrity: sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==
|
|
344
|
-
/@babel/plugin-proposal-async-generator-functions/7.16.
|
|
344
|
+
/@babel/plugin-proposal-async-generator-functions/7.16.4_@babel+core@7.16.0:
|
|
345
345
|
dependencies:
|
|
346
346
|
'@babel/core': 7.16.0
|
|
347
347
|
'@babel/helper-plugin-utils': 7.14.5
|
|
348
|
-
'@babel/helper-remap-async-to-generator': 7.16.
|
|
348
|
+
'@babel/helper-remap-async-to-generator': 7.16.4
|
|
349
349
|
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.0
|
|
350
350
|
dev: true
|
|
351
351
|
engines:
|
|
@@ -353,7 +353,7 @@ packages:
|
|
|
353
353
|
peerDependencies:
|
|
354
354
|
'@babel/core': ^7.0.0-0
|
|
355
355
|
resolution:
|
|
356
|
-
integrity: sha512
|
|
356
|
+
integrity: sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==
|
|
357
357
|
/@babel/plugin-proposal-class-properties/7.16.0_@babel+core@7.16.0:
|
|
358
358
|
dependencies:
|
|
359
359
|
'@babel/core': 7.16.0
|
|
@@ -453,7 +453,7 @@ packages:
|
|
|
453
453
|
integrity: sha512-FAhE2I6mjispy+vwwd6xWPyEx3NYFS13pikDBWUAFGZvq6POGs5eNchw8+1CYoEgBl9n11I3NkzD7ghn25PQ9Q==
|
|
454
454
|
/@babel/plugin-proposal-object-rest-spread/7.16.0_@babel+core@7.16.0:
|
|
455
455
|
dependencies:
|
|
456
|
-
'@babel/compat-data': 7.16.
|
|
456
|
+
'@babel/compat-data': 7.16.4
|
|
457
457
|
'@babel/core': 7.16.0
|
|
458
458
|
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0
|
|
459
459
|
'@babel/helper-plugin-utils': 7.14.5
|
|
@@ -677,7 +677,7 @@ packages:
|
|
|
677
677
|
'@babel/core': 7.16.0
|
|
678
678
|
'@babel/helper-module-imports': 7.16.0
|
|
679
679
|
'@babel/helper-plugin-utils': 7.14.5
|
|
680
|
-
'@babel/helper-remap-async-to-generator': 7.16.
|
|
680
|
+
'@babel/helper-remap-async-to-generator': 7.16.4
|
|
681
681
|
dev: true
|
|
682
682
|
engines:
|
|
683
683
|
node: '>=6.9.0'
|
|
@@ -1037,16 +1037,16 @@ packages:
|
|
|
1037
1037
|
'@babel/core': ^7.0.0-0
|
|
1038
1038
|
resolution:
|
|
1039
1039
|
integrity: sha512-jHLK4LxhHjvCeZDWyA9c+P9XH1sOxRd1RO9xMtDVRAOND/PczPqizEtVdx4TQF/wyPaewqpT+tgQFYMnN/P94A==
|
|
1040
|
-
/@babel/preset-env/7.16.
|
|
1040
|
+
/@babel/preset-env/7.16.4_@babel+core@7.16.0:
|
|
1041
1041
|
dependencies:
|
|
1042
|
-
'@babel/compat-data': 7.16.
|
|
1042
|
+
'@babel/compat-data': 7.16.4
|
|
1043
1043
|
'@babel/core': 7.16.0
|
|
1044
1044
|
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0
|
|
1045
1045
|
'@babel/helper-plugin-utils': 7.14.5
|
|
1046
1046
|
'@babel/helper-validator-option': 7.14.5
|
|
1047
1047
|
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.2_@babel+core@7.16.0
|
|
1048
1048
|
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.0_@babel+core@7.16.0
|
|
1049
|
-
'@babel/plugin-proposal-async-generator-functions': 7.16.
|
|
1049
|
+
'@babel/plugin-proposal-async-generator-functions': 7.16.4_@babel+core@7.16.0
|
|
1050
1050
|
'@babel/plugin-proposal-class-properties': 7.16.0_@babel+core@7.16.0
|
|
1051
1051
|
'@babel/plugin-proposal-class-static-block': 7.16.0_@babel+core@7.16.0
|
|
1052
1052
|
'@babel/plugin-proposal-dynamic-import': 7.16.0_@babel+core@7.16.0
|
|
@@ -1109,9 +1109,9 @@ packages:
|
|
|
1109
1109
|
'@babel/plugin-transform-unicode-regex': 7.16.0_@babel+core@7.16.0
|
|
1110
1110
|
'@babel/preset-modules': 0.1.5_@babel+core@7.16.0
|
|
1111
1111
|
'@babel/types': 7.16.0
|
|
1112
|
-
babel-plugin-polyfill-corejs2: 0.
|
|
1113
|
-
babel-plugin-polyfill-corejs3: 0.
|
|
1114
|
-
babel-plugin-polyfill-regenerator: 0.
|
|
1112
|
+
babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.16.0
|
|
1113
|
+
babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.16.0
|
|
1114
|
+
babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.0
|
|
1115
1115
|
core-js-compat: 3.19.1
|
|
1116
1116
|
semver: 6.3.0
|
|
1117
1117
|
dev: true
|
|
@@ -1120,7 +1120,7 @@ packages:
|
|
|
1120
1120
|
peerDependencies:
|
|
1121
1121
|
'@babel/core': ^7.0.0-0
|
|
1122
1122
|
resolution:
|
|
1123
|
-
integrity: sha512-
|
|
1123
|
+
integrity: sha512-v0QtNd81v/xKj4gNKeuAerQ/azeNn/G1B1qMLeXOcV8+4TWlD2j3NV1u8q29SDFBXx/NBq5kyEAO+0mpRgacjA==
|
|
1124
1124
|
/@babel/preset-modules/0.1.5_@babel+core@7.16.0:
|
|
1125
1125
|
dependencies:
|
|
1126
1126
|
'@babel/core': 7.16.0
|
|
@@ -1145,7 +1145,7 @@ packages:
|
|
|
1145
1145
|
/@babel/template/7.16.0:
|
|
1146
1146
|
dependencies:
|
|
1147
1147
|
'@babel/code-frame': 7.16.0
|
|
1148
|
-
'@babel/parser': 7.16.
|
|
1148
|
+
'@babel/parser': 7.16.4
|
|
1149
1149
|
'@babel/types': 7.16.0
|
|
1150
1150
|
dev: true
|
|
1151
1151
|
engines:
|
|
@@ -1159,7 +1159,7 @@ packages:
|
|
|
1159
1159
|
'@babel/helper-function-name': 7.16.0
|
|
1160
1160
|
'@babel/helper-hoist-variables': 7.16.0
|
|
1161
1161
|
'@babel/helper-split-export-declaration': 7.16.0
|
|
1162
|
-
'@babel/parser': 7.16.
|
|
1162
|
+
'@babel/parser': 7.16.4
|
|
1163
1163
|
'@babel/types': 7.16.0
|
|
1164
1164
|
debug: 4.3.2
|
|
1165
1165
|
globals: 11.12.0
|
|
@@ -1193,18 +1193,18 @@ packages:
|
|
|
1193
1193
|
integrity: sha1-3GgrtBK05lugmOcO2tc7SDP7kQ0=
|
|
1194
1194
|
/@types/eslint-scope/3.7.1:
|
|
1195
1195
|
dependencies:
|
|
1196
|
-
'@types/eslint':
|
|
1196
|
+
'@types/eslint': 8.2.0
|
|
1197
1197
|
'@types/estree': 0.0.50
|
|
1198
1198
|
dev: true
|
|
1199
1199
|
resolution:
|
|
1200
1200
|
integrity: sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g==
|
|
1201
|
-
/@types/eslint/
|
|
1201
|
+
/@types/eslint/8.2.0:
|
|
1202
1202
|
dependencies:
|
|
1203
1203
|
'@types/estree': 0.0.50
|
|
1204
1204
|
'@types/json-schema': 7.0.9
|
|
1205
1205
|
dev: true
|
|
1206
1206
|
resolution:
|
|
1207
|
-
integrity: sha512-
|
|
1207
|
+
integrity: sha512-74hbvsnc+7TEDa1z5YLSe4/q8hGYB3USNvCuzHUJrjPV6hXaq8IXcngCrHkuvFt0+8rFz7xYXrHgNayIX0UZvQ==
|
|
1208
1208
|
/@types/estree/0.0.50:
|
|
1209
1209
|
dev: true
|
|
1210
1210
|
resolution:
|
|
@@ -1212,7 +1212,7 @@ packages:
|
|
|
1212
1212
|
/@types/glob/5.0.30:
|
|
1213
1213
|
dependencies:
|
|
1214
1214
|
'@types/minimatch': 3.0.5
|
|
1215
|
-
'@types/node': 16.11.
|
|
1215
|
+
'@types/node': 16.11.9
|
|
1216
1216
|
dev: true
|
|
1217
1217
|
resolution:
|
|
1218
1218
|
integrity: sha1-ECZAnFYlqGiQdGAoCNCCsoZ7ilE=
|
|
@@ -1232,10 +1232,10 @@ packages:
|
|
|
1232
1232
|
dev: true
|
|
1233
1233
|
resolution:
|
|
1234
1234
|
integrity: sha1-fyrX7FX5FEgvybHsS7GuYCjUYGY=
|
|
1235
|
-
/@types/node/16.11.
|
|
1235
|
+
/@types/node/16.11.9:
|
|
1236
1236
|
dev: true
|
|
1237
1237
|
resolution:
|
|
1238
|
-
integrity: sha512-
|
|
1238
|
+
integrity: sha512-MKmdASMf3LtPzwLyRrFjtFFZ48cMf8jmX5VRYrDQiJa8Ybu5VAmkqBWqKU8fdCwD8ysw4mQ9nrEHvzg6gunR7A==
|
|
1239
1239
|
/@types/node/8.0.0:
|
|
1240
1240
|
dev: true
|
|
1241
1241
|
resolution:
|
|
@@ -1354,10 +1354,10 @@ packages:
|
|
|
1354
1354
|
dev: true
|
|
1355
1355
|
resolution:
|
|
1356
1356
|
integrity: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==
|
|
1357
|
-
/@webpack-cli/configtest/1.1.0_webpack-cli@4.9.1+webpack@5.64.
|
|
1357
|
+
/@webpack-cli/configtest/1.1.0_webpack-cli@4.9.1+webpack@5.64.1:
|
|
1358
1358
|
dependencies:
|
|
1359
|
-
webpack: 5.64.
|
|
1360
|
-
webpack-cli: 4.9.1_webpack@5.64.
|
|
1359
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
1360
|
+
webpack-cli: 4.9.1_webpack@5.64.1
|
|
1361
1361
|
dev: true
|
|
1362
1362
|
peerDependencies:
|
|
1363
1363
|
webpack: 4.x.x || 5.x.x
|
|
@@ -1367,7 +1367,7 @@ packages:
|
|
|
1367
1367
|
/@webpack-cli/info/1.4.0_webpack-cli@4.9.1:
|
|
1368
1368
|
dependencies:
|
|
1369
1369
|
envinfo: 7.8.1
|
|
1370
|
-
webpack-cli: 4.9.1_webpack@5.64.
|
|
1370
|
+
webpack-cli: 4.9.1_webpack@5.64.1
|
|
1371
1371
|
dev: true
|
|
1372
1372
|
peerDependencies:
|
|
1373
1373
|
webpack-cli: 4.x.x
|
|
@@ -1375,7 +1375,7 @@ packages:
|
|
|
1375
1375
|
integrity: sha512-F6b+Man0rwE4n0409FyAJHStYA5OIZERxmnUfLVwv0mc0V1wLad3V7jqRlMkgKBeAq07jUvglacNaa6g9lOpuw==
|
|
1376
1376
|
/@webpack-cli/serve/1.6.0_webpack-cli@4.9.1:
|
|
1377
1377
|
dependencies:
|
|
1378
|
-
webpack-cli: 4.9.1_webpack@5.64.
|
|
1378
|
+
webpack-cli: 4.9.1_webpack@5.64.1
|
|
1379
1379
|
dev: true
|
|
1380
1380
|
peerDependencies:
|
|
1381
1381
|
webpack-cli: 4.x.x
|
|
@@ -1397,21 +1397,21 @@ packages:
|
|
|
1397
1397
|
dev: true
|
|
1398
1398
|
resolution:
|
|
1399
1399
|
integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
|
|
1400
|
-
/acorn-import-assertions/1.8.0_acorn@8.
|
|
1400
|
+
/acorn-import-assertions/1.8.0_acorn@8.6.0:
|
|
1401
1401
|
dependencies:
|
|
1402
|
-
acorn: 8.
|
|
1402
|
+
acorn: 8.6.0
|
|
1403
1403
|
dev: true
|
|
1404
1404
|
peerDependencies:
|
|
1405
1405
|
acorn: ^8
|
|
1406
1406
|
resolution:
|
|
1407
1407
|
integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==
|
|
1408
|
-
/acorn/8.
|
|
1408
|
+
/acorn/8.6.0:
|
|
1409
1409
|
dev: true
|
|
1410
1410
|
engines:
|
|
1411
1411
|
node: '>=0.4.0'
|
|
1412
1412
|
hasBin: true
|
|
1413
1413
|
resolution:
|
|
1414
|
-
integrity: sha512-
|
|
1414
|
+
integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
|
|
1415
1415
|
/ajv-keywords/3.5.2_ajv@6.12.6:
|
|
1416
1416
|
dependencies:
|
|
1417
1417
|
ajv: 6.12.6
|
|
@@ -1508,8 +1508,8 @@ packages:
|
|
|
1508
1508
|
integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=
|
|
1509
1509
|
/autoprefixer/10.4.0:
|
|
1510
1510
|
dependencies:
|
|
1511
|
-
browserslist: 4.
|
|
1512
|
-
caniuse-lite: 1.0.
|
|
1511
|
+
browserslist: 4.18.1
|
|
1512
|
+
caniuse-lite: 1.0.30001282
|
|
1513
1513
|
fraction.js: 4.1.2
|
|
1514
1514
|
normalize-range: 0.1.2
|
|
1515
1515
|
picocolors: 1.0.0
|
|
@@ -1530,14 +1530,14 @@ packages:
|
|
|
1530
1530
|
dev: true
|
|
1531
1531
|
resolution:
|
|
1532
1532
|
integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
|
|
1533
|
-
/babel-loader/8.2.
|
|
1533
|
+
/babel-loader/8.2.3_fda98f9ff70e0481a7d2271d8792a29b:
|
|
1534
1534
|
dependencies:
|
|
1535
1535
|
'@babel/core': 7.16.0
|
|
1536
1536
|
find-cache-dir: 3.3.2
|
|
1537
1537
|
loader-utils: 1.4.0
|
|
1538
1538
|
make-dir: 3.1.0
|
|
1539
1539
|
schema-utils: 2.7.1
|
|
1540
|
-
webpack: 5.64.
|
|
1540
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
1541
1541
|
dev: true
|
|
1542
1542
|
engines:
|
|
1543
1543
|
node: '>= 8.9'
|
|
@@ -1552,36 +1552,36 @@ packages:
|
|
|
1552
1552
|
dev: true
|
|
1553
1553
|
resolution:
|
|
1554
1554
|
integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
|
|
1555
|
-
/babel-plugin-polyfill-corejs2/0.
|
|
1555
|
+
/babel-plugin-polyfill-corejs2/0.3.0_@babel+core@7.16.0:
|
|
1556
1556
|
dependencies:
|
|
1557
|
-
'@babel/compat-data': 7.16.
|
|
1557
|
+
'@babel/compat-data': 7.16.4
|
|
1558
1558
|
'@babel/core': 7.16.0
|
|
1559
|
-
'@babel/helper-define-polyfill-provider': 0.
|
|
1559
|
+
'@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.0
|
|
1560
1560
|
semver: 6.3.0
|
|
1561
1561
|
dev: true
|
|
1562
1562
|
peerDependencies:
|
|
1563
1563
|
'@babel/core': ^7.0.0-0
|
|
1564
1564
|
resolution:
|
|
1565
|
-
integrity: sha512-
|
|
1566
|
-
/babel-plugin-polyfill-corejs3/0.
|
|
1565
|
+
integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==
|
|
1566
|
+
/babel-plugin-polyfill-corejs3/0.4.0_@babel+core@7.16.0:
|
|
1567
1567
|
dependencies:
|
|
1568
1568
|
'@babel/core': 7.16.0
|
|
1569
|
-
'@babel/helper-define-polyfill-provider': 0.
|
|
1569
|
+
'@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.0
|
|
1570
1570
|
core-js-compat: 3.19.1
|
|
1571
1571
|
dev: true
|
|
1572
1572
|
peerDependencies:
|
|
1573
1573
|
'@babel/core': ^7.0.0-0
|
|
1574
1574
|
resolution:
|
|
1575
|
-
integrity: sha512-
|
|
1576
|
-
/babel-plugin-polyfill-regenerator/0.
|
|
1575
|
+
integrity: sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
|
|
1576
|
+
/babel-plugin-polyfill-regenerator/0.3.0_@babel+core@7.16.0:
|
|
1577
1577
|
dependencies:
|
|
1578
1578
|
'@babel/core': 7.16.0
|
|
1579
|
-
'@babel/helper-define-polyfill-provider': 0.
|
|
1579
|
+
'@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.0
|
|
1580
1580
|
dev: true
|
|
1581
1581
|
peerDependencies:
|
|
1582
1582
|
'@babel/core': ^7.0.0-0
|
|
1583
1583
|
resolution:
|
|
1584
|
-
integrity: sha512-
|
|
1584
|
+
integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==
|
|
1585
1585
|
/balanced-match/1.0.2:
|
|
1586
1586
|
dev: true
|
|
1587
1587
|
resolution:
|
|
@@ -1596,12 +1596,12 @@ packages:
|
|
|
1596
1596
|
dev: true
|
|
1597
1597
|
resolution:
|
|
1598
1598
|
integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
|
|
1599
|
-
/bootstrap-icons/1.7.
|
|
1599
|
+
/bootstrap-icons/1.7.1:
|
|
1600
1600
|
dev: false
|
|
1601
1601
|
engines:
|
|
1602
1602
|
node: '>=10'
|
|
1603
1603
|
resolution:
|
|
1604
|
-
integrity: sha512-
|
|
1604
|
+
integrity: sha512-Hkuoo0qrWegA9cdzwS68YPSOLf7d42gqnMzT1tIy/SWvnxnI+Y5PFvK2qIbM/L7knH8SdC8FPgjA+bktzmGcAw==
|
|
1605
1605
|
/bootstrap/5.1.3:
|
|
1606
1606
|
dev: false
|
|
1607
1607
|
peerDependencies:
|
|
@@ -1623,10 +1623,10 @@ packages:
|
|
|
1623
1623
|
node: '>=8'
|
|
1624
1624
|
resolution:
|
|
1625
1625
|
integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
|
|
1626
|
-
/browserslist/4.
|
|
1626
|
+
/browserslist/4.18.1:
|
|
1627
1627
|
dependencies:
|
|
1628
|
-
caniuse-lite: 1.0.
|
|
1629
|
-
electron-to-chromium: 1.3.
|
|
1628
|
+
caniuse-lite: 1.0.30001282
|
|
1629
|
+
electron-to-chromium: 1.3.903
|
|
1630
1630
|
escalade: 3.1.1
|
|
1631
1631
|
node-releases: 2.0.1
|
|
1632
1632
|
picocolors: 1.0.0
|
|
@@ -1635,7 +1635,7 @@ packages:
|
|
|
1635
1635
|
node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7
|
|
1636
1636
|
hasBin: true
|
|
1637
1637
|
resolution:
|
|
1638
|
-
integrity: sha512-
|
|
1638
|
+
integrity: sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
|
|
1639
1639
|
/buffer-from/1.1.2:
|
|
1640
1640
|
dev: true
|
|
1641
1641
|
resolution:
|
|
@@ -1676,10 +1676,10 @@ packages:
|
|
|
1676
1676
|
node: '>=6'
|
|
1677
1677
|
resolution:
|
|
1678
1678
|
integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
|
1679
|
-
/caniuse-lite/1.0.
|
|
1679
|
+
/caniuse-lite/1.0.30001282:
|
|
1680
1680
|
dev: true
|
|
1681
1681
|
resolution:
|
|
1682
|
-
integrity: sha512-
|
|
1682
|
+
integrity: sha512-YhF/hG6nqBEllymSIjLtR2iWDDnChvhnVJqp+vloyt2tEHFG1yBR+ac2B/rOw0qOK0m0lEXU2dv4E/sMk5P9Kg==
|
|
1683
1683
|
/caseless/0.12.0:
|
|
1684
1684
|
dev: true
|
|
1685
1685
|
resolution:
|
|
@@ -1829,7 +1829,7 @@ packages:
|
|
|
1829
1829
|
integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
|
1830
1830
|
/core-js-compat/3.19.1:
|
|
1831
1831
|
dependencies:
|
|
1832
|
-
browserslist: 4.
|
|
1832
|
+
browserslist: 4.18.1
|
|
1833
1833
|
semver: 7.0.0
|
|
1834
1834
|
dev: true
|
|
1835
1835
|
resolution:
|
|
@@ -1869,7 +1869,7 @@ packages:
|
|
|
1869
1869
|
node: '>= 8'
|
|
1870
1870
|
resolution:
|
|
1871
1871
|
integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
|
|
1872
|
-
/css-loader/6.5.1_webpack@5.64.
|
|
1872
|
+
/css-loader/6.5.1_webpack@5.64.1:
|
|
1873
1873
|
dependencies:
|
|
1874
1874
|
icss-utils: 5.1.0_postcss@8.3.11
|
|
1875
1875
|
postcss: 8.3.11
|
|
@@ -1879,7 +1879,7 @@ packages:
|
|
|
1879
1879
|
postcss-modules-values: 4.0.0_postcss@8.3.11
|
|
1880
1880
|
postcss-value-parser: 4.1.0
|
|
1881
1881
|
semver: 7.3.5
|
|
1882
|
-
webpack: 5.64.
|
|
1882
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
1883
1883
|
dev: true
|
|
1884
1884
|
engines:
|
|
1885
1885
|
node: '>= 12.13.0'
|
|
@@ -1988,10 +1988,10 @@ packages:
|
|
|
1988
1988
|
dev: true
|
|
1989
1989
|
resolution:
|
|
1990
1990
|
integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
|
|
1991
|
-
/electron-to-chromium/1.3.
|
|
1991
|
+
/electron-to-chromium/1.3.903:
|
|
1992
1992
|
dev: true
|
|
1993
1993
|
resolution:
|
|
1994
|
-
integrity: sha512
|
|
1994
|
+
integrity: sha512-+PnYAyniRRTkNq56cqYDLq9LyklZYk0hqoDy9GpcU11H5QjRmFZVDbxtgHUMK/YzdNTcn1XWP5gb+hFlSCr20g==
|
|
1995
1995
|
/emoji-regex/7.0.3:
|
|
1996
1996
|
dev: true
|
|
1997
1997
|
resolution:
|
|
@@ -2096,7 +2096,7 @@ packages:
|
|
|
2096
2096
|
merge-stream: 2.0.0
|
|
2097
2097
|
npm-run-path: 4.0.1
|
|
2098
2098
|
onetime: 5.1.2
|
|
2099
|
-
signal-exit: 3.0.
|
|
2099
|
+
signal-exit: 3.0.6
|
|
2100
2100
|
strip-final-newline: 2.0.0
|
|
2101
2101
|
dev: true
|
|
2102
2102
|
engines:
|
|
@@ -2200,7 +2200,7 @@ packages:
|
|
|
2200
2200
|
console-control-strings: 1.1.0
|
|
2201
2201
|
has-unicode: 2.0.1
|
|
2202
2202
|
object-assign: 4.1.1
|
|
2203
|
-
signal-exit: 3.0.
|
|
2203
|
+
signal-exit: 3.0.6
|
|
2204
2204
|
string-width: 1.0.2
|
|
2205
2205
|
strip-ansi: 3.0.1
|
|
2206
2206
|
wide-align: 1.1.5
|
|
@@ -2392,11 +2392,11 @@ packages:
|
|
|
2392
2392
|
node: '>=10'
|
|
2393
2393
|
resolution:
|
|
2394
2394
|
integrity: sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
|
|
2395
|
-
/html-loader/2.1.2_webpack@5.64.
|
|
2395
|
+
/html-loader/2.1.2_webpack@5.64.1:
|
|
2396
2396
|
dependencies:
|
|
2397
2397
|
html-minifier-terser: 5.1.1
|
|
2398
2398
|
parse5: 6.0.1
|
|
2399
|
-
webpack: 5.64.
|
|
2399
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
2400
2400
|
dev: true
|
|
2401
2401
|
engines:
|
|
2402
2402
|
node: '>= 10.13.0'
|
|
@@ -2562,7 +2562,7 @@ packages:
|
|
|
2562
2562
|
integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
|
|
2563
2563
|
/jest-worker/27.3.1:
|
|
2564
2564
|
dependencies:
|
|
2565
|
-
'@types/node': 16.11.
|
|
2565
|
+
'@types/node': 16.11.9
|
|
2566
2566
|
merge-stream: 2.0.0
|
|
2567
2567
|
supports-color: 8.1.1
|
|
2568
2568
|
dev: true
|
|
@@ -3166,12 +3166,12 @@ packages:
|
|
|
3166
3166
|
node: '>=8'
|
|
3167
3167
|
resolution:
|
|
3168
3168
|
integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
|
|
3169
|
-
/postcss-loader/6.2.0_webpack@5.64.
|
|
3169
|
+
/postcss-loader/6.2.0_webpack@5.64.1:
|
|
3170
3170
|
dependencies:
|
|
3171
3171
|
cosmiconfig: 7.0.1
|
|
3172
3172
|
klona: 2.0.5
|
|
3173
3173
|
semver: 7.3.5
|
|
3174
|
-
webpack: 5.64.
|
|
3174
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
3175
3175
|
dev: true
|
|
3176
3176
|
engines:
|
|
3177
3177
|
node: '>= 12.13.0'
|
|
@@ -3476,12 +3476,12 @@ packages:
|
|
|
3476
3476
|
hasBin: true
|
|
3477
3477
|
resolution:
|
|
3478
3478
|
integrity: sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==
|
|
3479
|
-
/sass-loader/12.3.0_node-sass@6.0.1+webpack@5.64.
|
|
3479
|
+
/sass-loader/12.3.0_node-sass@6.0.1+webpack@5.64.1:
|
|
3480
3480
|
dependencies:
|
|
3481
3481
|
klona: 2.0.5
|
|
3482
3482
|
neo-async: 2.6.2
|
|
3483
3483
|
node-sass: 6.0.1
|
|
3484
|
-
webpack: 5.64.
|
|
3484
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
3485
3485
|
dev: true
|
|
3486
3486
|
engines:
|
|
3487
3487
|
node: '>= 12.13.0'
|
|
@@ -3590,23 +3590,23 @@ packages:
|
|
|
3590
3590
|
dev: true
|
|
3591
3591
|
resolution:
|
|
3592
3592
|
integrity: sha512-VXcROdldv0/Qu0w2XvzU4IrvTeBNs/Kj/FCmtcEXGz7Tic/veQzliJj6tEiAgoKianhQstpYmbPDStHU5Opqcw==
|
|
3593
|
-
/signal-exit/3.0.
|
|
3593
|
+
/signal-exit/3.0.6:
|
|
3594
3594
|
dev: true
|
|
3595
3595
|
resolution:
|
|
3596
|
-
integrity: sha512-
|
|
3596
|
+
integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
|
|
3597
3597
|
/source-map-js/0.6.2:
|
|
3598
3598
|
dev: true
|
|
3599
3599
|
engines:
|
|
3600
3600
|
node: '>=0.10.0'
|
|
3601
3601
|
resolution:
|
|
3602
3602
|
integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
|
|
3603
|
-
/source-map-support/0.5.
|
|
3603
|
+
/source-map-support/0.5.21:
|
|
3604
3604
|
dependencies:
|
|
3605
3605
|
buffer-from: 1.1.2
|
|
3606
3606
|
source-map: 0.6.1
|
|
3607
3607
|
dev: true
|
|
3608
3608
|
resolution:
|
|
3609
|
-
integrity: sha512-
|
|
3609
|
+
integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
|
|
3610
3610
|
/source-map/0.4.4:
|
|
3611
3611
|
dependencies:
|
|
3612
3612
|
amdefine: 1.0.1
|
|
@@ -3636,7 +3636,7 @@ packages:
|
|
|
3636
3636
|
/spdx-correct/3.1.1:
|
|
3637
3637
|
dependencies:
|
|
3638
3638
|
spdx-expression-parse: 3.0.1
|
|
3639
|
-
spdx-license-ids: 3.0.
|
|
3639
|
+
spdx-license-ids: 3.0.11
|
|
3640
3640
|
dev: true
|
|
3641
3641
|
resolution:
|
|
3642
3642
|
integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==
|
|
@@ -3647,14 +3647,14 @@ packages:
|
|
|
3647
3647
|
/spdx-expression-parse/3.0.1:
|
|
3648
3648
|
dependencies:
|
|
3649
3649
|
spdx-exceptions: 2.3.0
|
|
3650
|
-
spdx-license-ids: 3.0.
|
|
3650
|
+
spdx-license-ids: 3.0.11
|
|
3651
3651
|
dev: true
|
|
3652
3652
|
resolution:
|
|
3653
3653
|
integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
|
|
3654
|
-
/spdx-license-ids/3.0.
|
|
3654
|
+
/spdx-license-ids/3.0.11:
|
|
3655
3655
|
dev: true
|
|
3656
3656
|
resolution:
|
|
3657
|
-
integrity: sha512-
|
|
3657
|
+
integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==
|
|
3658
3658
|
/sshpk/1.16.1:
|
|
3659
3659
|
dependencies:
|
|
3660
3660
|
asn1: 0.2.6
|
|
@@ -3734,9 +3734,9 @@ packages:
|
|
|
3734
3734
|
node: '>=8'
|
|
3735
3735
|
resolution:
|
|
3736
3736
|
integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
|
|
3737
|
-
/style-loader/3.3.1_webpack@5.64.
|
|
3737
|
+
/style-loader/3.3.1_webpack@5.64.1:
|
|
3738
3738
|
dependencies:
|
|
3739
|
-
webpack: 5.64.
|
|
3739
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
3740
3740
|
dev: true
|
|
3741
3741
|
engines:
|
|
3742
3742
|
node: '>= 12.13.0'
|
|
@@ -3793,19 +3793,20 @@ packages:
|
|
|
3793
3793
|
node: '>= 10'
|
|
3794
3794
|
resolution:
|
|
3795
3795
|
integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
|
|
3796
|
-
/terser-webpack-plugin/5.2.
|
|
3796
|
+
/terser-webpack-plugin/5.2.5_acorn@8.6.0+webpack@5.64.1:
|
|
3797
3797
|
dependencies:
|
|
3798
3798
|
jest-worker: 27.3.1
|
|
3799
3799
|
schema-utils: 3.1.1
|
|
3800
3800
|
serialize-javascript: 6.0.0
|
|
3801
3801
|
source-map: 0.6.1
|
|
3802
|
-
terser: 5.
|
|
3803
|
-
webpack: 5.64.
|
|
3802
|
+
terser: 5.10.0_acorn@8.6.0
|
|
3803
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
3804
3804
|
dev: true
|
|
3805
3805
|
engines:
|
|
3806
3806
|
node: '>= 10.13.0'
|
|
3807
3807
|
peerDependencies:
|
|
3808
3808
|
'@swc/core': '*'
|
|
3809
|
+
acorn: '*'
|
|
3809
3810
|
esbuild: '*'
|
|
3810
3811
|
uglify-js: '*'
|
|
3811
3812
|
webpack: ^5.1.0
|
|
@@ -3822,24 +3823,30 @@ packages:
|
|
|
3822
3823
|
dependencies:
|
|
3823
3824
|
commander: 2.20.3
|
|
3824
3825
|
source-map: 0.6.1
|
|
3825
|
-
source-map-support: 0.5.
|
|
3826
|
+
source-map-support: 0.5.21
|
|
3826
3827
|
dev: true
|
|
3827
3828
|
engines:
|
|
3828
3829
|
node: '>=6.0.0'
|
|
3829
3830
|
hasBin: true
|
|
3830
3831
|
resolution:
|
|
3831
3832
|
integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
|
|
3832
|
-
/terser/5.
|
|
3833
|
+
/terser/5.10.0_acorn@8.6.0:
|
|
3833
3834
|
dependencies:
|
|
3835
|
+
acorn: 8.6.0
|
|
3834
3836
|
commander: 2.20.3
|
|
3835
3837
|
source-map: 0.7.3
|
|
3836
|
-
source-map-support: 0.5.
|
|
3838
|
+
source-map-support: 0.5.21
|
|
3837
3839
|
dev: true
|
|
3838
3840
|
engines:
|
|
3839
3841
|
node: '>=10'
|
|
3840
3842
|
hasBin: true
|
|
3843
|
+
peerDependencies:
|
|
3844
|
+
acorn: ^8.5.0
|
|
3845
|
+
peerDependenciesMeta:
|
|
3846
|
+
acorn:
|
|
3847
|
+
optional: true
|
|
3841
3848
|
resolution:
|
|
3842
|
-
integrity: sha512-
|
|
3849
|
+
integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==
|
|
3843
3850
|
/tippy.js/6.3.7:
|
|
3844
3851
|
dependencies:
|
|
3845
3852
|
'@popperjs/core': 2.10.2
|
|
@@ -3881,13 +3888,13 @@ packages:
|
|
|
3881
3888
|
dev: true
|
|
3882
3889
|
resolution:
|
|
3883
3890
|
integrity: sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==
|
|
3884
|
-
/ts-loader/9.2.6_webpack@5.64.
|
|
3891
|
+
/ts-loader/9.2.6_webpack@5.64.1:
|
|
3885
3892
|
dependencies:
|
|
3886
3893
|
chalk: 4.1.2
|
|
3887
3894
|
enhanced-resolve: 5.8.3
|
|
3888
3895
|
micromatch: 4.0.4
|
|
3889
3896
|
semver: 7.3.5
|
|
3890
|
-
webpack: 5.64.
|
|
3897
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
3891
3898
|
dev: true
|
|
3892
3899
|
engines:
|
|
3893
3900
|
node: '>=12.0.0'
|
|
@@ -3928,7 +3935,7 @@ packages:
|
|
|
3928
3935
|
node: '>=8'
|
|
3929
3936
|
resolution:
|
|
3930
3937
|
integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
|
3931
|
-
/typedoc/0.22.
|
|
3938
|
+
/typedoc/0.22.9:
|
|
3932
3939
|
dependencies:
|
|
3933
3940
|
glob: 7.2.0
|
|
3934
3941
|
lunr: 2.3.9
|
|
@@ -3942,7 +3949,7 @@ packages:
|
|
|
3942
3949
|
peerDependencies:
|
|
3943
3950
|
typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x
|
|
3944
3951
|
resolution:
|
|
3945
|
-
integrity: sha512-
|
|
3952
|
+
integrity: sha512-84PjudoXVcap6bwdZFbYIUWlgdz/iLV09ZHwrCzhtHWXaDQG6mlosJ8te6DSThuRkRvQjp46HO+qY/P7Gpm78g==
|
|
3946
3953
|
/unicode-canonical-property-names-ecmascript/2.0.0:
|
|
3947
3954
|
dev: true
|
|
3948
3955
|
engines:
|
|
@@ -4016,10 +4023,10 @@ packages:
|
|
|
4016
4023
|
node: '>=10.13.0'
|
|
4017
4024
|
resolution:
|
|
4018
4025
|
integrity: sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==
|
|
4019
|
-
/webpack-cli/4.9.1_webpack@5.64.
|
|
4026
|
+
/webpack-cli/4.9.1_webpack@5.64.1:
|
|
4020
4027
|
dependencies:
|
|
4021
4028
|
'@discoveryjs/json-ext': 0.5.5
|
|
4022
|
-
'@webpack-cli/configtest': 1.1.0_webpack-cli@4.9.1+webpack@5.64.
|
|
4029
|
+
'@webpack-cli/configtest': 1.1.0_webpack-cli@4.9.1+webpack@5.64.1
|
|
4023
4030
|
'@webpack-cli/info': 1.4.0_webpack-cli@4.9.1
|
|
4024
4031
|
'@webpack-cli/serve': 1.6.0_webpack-cli@4.9.1
|
|
4025
4032
|
colorette: 2.0.16
|
|
@@ -4029,7 +4036,7 @@ packages:
|
|
|
4029
4036
|
import-local: 3.0.3
|
|
4030
4037
|
interpret: 2.2.0
|
|
4031
4038
|
rechoir: 0.7.1
|
|
4032
|
-
webpack: 5.64.
|
|
4039
|
+
webpack: 5.64.1_webpack-cli@4.9.1
|
|
4033
4040
|
webpack-merge: 5.8.0
|
|
4034
4041
|
dev: true
|
|
4035
4042
|
engines:
|
|
@@ -4061,22 +4068,22 @@ packages:
|
|
|
4061
4068
|
node: '>=10.0.0'
|
|
4062
4069
|
resolution:
|
|
4063
4070
|
integrity: sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==
|
|
4064
|
-
/webpack-sources/3.2.
|
|
4071
|
+
/webpack-sources/3.2.2:
|
|
4065
4072
|
dev: true
|
|
4066
4073
|
engines:
|
|
4067
4074
|
node: '>=10.13.0'
|
|
4068
4075
|
resolution:
|
|
4069
|
-
integrity: sha512-
|
|
4070
|
-
/webpack/5.64.
|
|
4076
|
+
integrity: sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==
|
|
4077
|
+
/webpack/5.64.1_webpack-cli@4.9.1:
|
|
4071
4078
|
dependencies:
|
|
4072
4079
|
'@types/eslint-scope': 3.7.1
|
|
4073
4080
|
'@types/estree': 0.0.50
|
|
4074
4081
|
'@webassemblyjs/ast': 1.11.1
|
|
4075
4082
|
'@webassemblyjs/wasm-edit': 1.11.1
|
|
4076
4083
|
'@webassemblyjs/wasm-parser': 1.11.1
|
|
4077
|
-
acorn: 8.
|
|
4078
|
-
acorn-import-assertions: 1.8.0_acorn@8.
|
|
4079
|
-
browserslist: 4.
|
|
4084
|
+
acorn: 8.6.0
|
|
4085
|
+
acorn-import-assertions: 1.8.0_acorn@8.6.0
|
|
4086
|
+
browserslist: 4.18.1
|
|
4080
4087
|
chrome-trace-event: 1.0.3
|
|
4081
4088
|
enhanced-resolve: 5.8.3
|
|
4082
4089
|
es-module-lexer: 0.9.3
|
|
@@ -4090,10 +4097,10 @@ packages:
|
|
|
4090
4097
|
neo-async: 2.6.2
|
|
4091
4098
|
schema-utils: 3.1.1
|
|
4092
4099
|
tapable: 2.2.1
|
|
4093
|
-
terser-webpack-plugin: 5.2.
|
|
4100
|
+
terser-webpack-plugin: 5.2.5_acorn@8.6.0+webpack@5.64.1
|
|
4094
4101
|
watchpack: 2.2.0
|
|
4095
|
-
webpack-cli: 4.9.1_webpack@5.64.
|
|
4096
|
-
webpack-sources: 3.2.
|
|
4102
|
+
webpack-cli: 4.9.1_webpack@5.64.1
|
|
4103
|
+
webpack-sources: 3.2.2
|
|
4097
4104
|
dev: true
|
|
4098
4105
|
engines:
|
|
4099
4106
|
node: '>=10.13.0'
|
|
@@ -4104,7 +4111,7 @@ packages:
|
|
|
4104
4111
|
webpack-cli:
|
|
4105
4112
|
optional: true
|
|
4106
4113
|
resolution:
|
|
4107
|
-
integrity: sha512-
|
|
4114
|
+
integrity: sha512-b4FHmRgaaAjP+aVOVz41a9Qa5SmkUPQ+u8FntTQ1roPHahSComB6rXnLwc976VhUY4CqTaLu5mCswuHiNhOfVw==
|
|
4108
4115
|
/which-module/2.0.0:
|
|
4109
4116
|
dev: true
|
|
4110
4117
|
resolution:
|
|
@@ -4190,12 +4197,12 @@ packages:
|
|
|
4190
4197
|
integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
|
|
4191
4198
|
specifiers:
|
|
4192
4199
|
'@babel/core': ^7.16.0
|
|
4193
|
-
'@babel/preset-env': ^7.16.
|
|
4194
|
-
'@types/node': ^16.11.
|
|
4200
|
+
'@babel/preset-env': ^7.16.4
|
|
4201
|
+
'@types/node': ^16.11.9
|
|
4195
4202
|
autoprefixer: ^10.4.0
|
|
4196
4203
|
babel-loader: ^8.2.3
|
|
4197
4204
|
bootstrap: ^5.1.3
|
|
4198
|
-
bootstrap-icons: ^1.7.
|
|
4205
|
+
bootstrap-icons: ^1.7.1
|
|
4199
4206
|
core-js: ^3.19.1
|
|
4200
4207
|
css-loader: ^6.5.1
|
|
4201
4208
|
dts-bundle: ^0.7.3
|
|
@@ -4206,6 +4213,6 @@ specifiers:
|
|
|
4206
4213
|
style-loader: ^3.3.1
|
|
4207
4214
|
tippy.js: ^6.3.7
|
|
4208
4215
|
ts-loader: ^9.2.6
|
|
4209
|
-
typedoc: ^0.22.
|
|
4210
|
-
webpack: ^5.64.
|
|
4216
|
+
typedoc: ^0.22.9
|
|
4217
|
+
webpack: ^5.64.1
|
|
4211
4218
|
webpack-cli: ^4.9.1
|