更新依赖

This commit is contained in:
lyswhut 2022-02-25 22:41:53 +08:00
parent d4764ab30f
commit 6f5f5cd545
2 changed files with 42 additions and 42 deletions

74
package-lock.json generated
View File

@ -26,9 +26,9 @@
"integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==" "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA=="
}, },
"@babel/core": { "@babel/core": {
"version": "7.17.4", "version": "7.17.5",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.4.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.5.tgz",
"integrity": "sha512-R9x5r4t4+hBqZTmioSnkrW+I6NmbojwjGT8p4G2Gw1thWbXIHGDnmGdLdFw0/7ljucdIrNRp7Npgb4CyBYzzJg==", "integrity": "sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==",
"requires": { "requires": {
"@ampproject/remapping": "^2.1.0", "@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.16.7", "@babel/code-frame": "^7.16.7",
@ -124,9 +124,9 @@
} }
}, },
"@babel/helper-module-transforms": { "@babel/helper-module-transforms": {
"version": "7.16.7", "version": "7.17.6",
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.6.tgz",
"integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", "integrity": "sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA==",
"requires": { "requires": {
"@babel/helper-environment-visitor": "^7.16.7", "@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7", "@babel/helper-module-imports": "^7.16.7",
@ -134,8 +134,8 @@
"@babel/helper-split-export-declaration": "^7.16.7", "@babel/helper-split-export-declaration": "^7.16.7",
"@babel/helper-validator-identifier": "^7.16.7", "@babel/helper-validator-identifier": "^7.16.7",
"@babel/template": "^7.16.7", "@babel/template": "^7.16.7",
"@babel/traverse": "^7.16.7", "@babel/traverse": "^7.17.3",
"@babel/types": "^7.16.7" "@babel/types": "^7.17.0"
} }
}, },
"@babel/helper-simple-access": { "@babel/helper-simple-access": {
@ -224,14 +224,14 @@
} }
}, },
"browserslist": { "browserslist": {
"version": "4.19.1", "version": "4.19.3",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.3.tgz",
"integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==", "integrity": "sha512-XK3X4xtKJ+Txj8G5c30B4gsm71s69lqXlkYui4s6EkKxuv49qjYlY6oVd+IFJ73d4YymtM3+djvvt/R/iJwwDg==",
"requires": { "requires": {
"caniuse-lite": "^1.0.30001286", "caniuse-lite": "^1.0.30001312",
"electron-to-chromium": "^1.4.17", "electron-to-chromium": "^1.4.71",
"escalade": "^3.1.1", "escalade": "^3.1.1",
"node-releases": "^2.0.1", "node-releases": "^2.0.2",
"picocolors": "^1.0.0" "picocolors": "^1.0.0"
} }
}, },
@ -272,9 +272,9 @@
} }
}, },
"electron-to-chromium": { "electron-to-chromium": {
"version": "1.4.71", "version": "1.4.72",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.72.tgz",
"integrity": "sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw==" "integrity": "sha512-9LkRQwjW6/wnSfevR21a3k8sOJ+XWSH7kkzs9/EUenKmuDkndP3W9y1yCZpOxufwGbX3JV8glZZSDb4o95zwXQ=="
}, },
"has-flag": { "has-flag": {
"version": "3.0.0", "version": "3.0.0",
@ -1439,9 +1439,9 @@
} }
}, },
"@babel/parser": { "@babel/parser": {
"version": "7.17.0", "version": "7.17.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.0.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz",
"integrity": "sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==" "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA=="
}, },
"@babel/template": { "@babel/template": {
"version": "7.16.7", "version": "7.16.7",
@ -1454,17 +1454,17 @@
} }
}, },
"@babel/traverse": { "@babel/traverse": {
"version": "7.17.0", "version": "7.17.3",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.0.tgz", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz",
"integrity": "sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==", "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==",
"requires": { "requires": {
"@babel/code-frame": "^7.16.7", "@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.17.0", "@babel/generator": "^7.17.3",
"@babel/helper-environment-visitor": "^7.16.7", "@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-function-name": "^7.16.7", "@babel/helper-function-name": "^7.16.7",
"@babel/helper-hoist-variables": "^7.16.7", "@babel/helper-hoist-variables": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7", "@babel/helper-split-export-declaration": "^7.16.7",
"@babel/parser": "^7.17.0", "@babel/parser": "^7.17.3",
"@babel/types": "^7.17.0", "@babel/types": "^7.17.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"globals": "^11.1.0" "globals": "^11.1.0"
@ -3640,9 +3640,9 @@
"integrity": "sha512-O/ohFq1CAQLfoNc376Z3W6gvVcCJlje5AVk0JhsI8Q40hn+NXAWCnOM1bEePfC0uDMtp0/RCK6FotUvkQ6c4Zw==" "integrity": "sha512-O/ohFq1CAQLfoNc376Z3W6gvVcCJlje5AVk0JhsI8Q40hn+NXAWCnOM1bEePfC0uDMtp0/RCK6FotUvkQ6c4Zw=="
}, },
"@react-native-community/checkbox": { "@react-native-community/checkbox": {
"version": "0.5.9", "version": "0.5.10",
"resolved": "https://registry.npmmirror.com/@react-native-community/checkbox/download/@react-native-community/checkbox-0.5.9.tgz", "resolved": "https://registry.npmjs.org/@react-native-community/checkbox/-/checkbox-0.5.10.tgz",
"integrity": "sha1-c+H6kbDLtNHqqnWleERDWlHCIpA=" "integrity": "sha512-xuvWTjl94tzYBJaC8LCf3v/IyamWrkwk0tGSsmROisZq/E/IrpEeHkFPZEw8a8BvxyTnoE2gAJ0Z/zLbLnEpQQ=="
}, },
"@react-native-community/cli-debugger-ui": { "@react-native-community/cli-debugger-ui": {
"version": "6.0.0-rc.0", "version": "6.0.0-rc.0",
@ -7066,9 +7066,9 @@
"dev": true "dev": true
}, },
"i18next": { "i18next": {
"version": "21.6.11", "version": "21.6.12",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.11.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz",
"integrity": "sha512-tJ2+o0lVO+fhi8bPkCpBAeY1SgkqmQm5NzgPWCQssBrywJw98/o+Kombhty5nxQOpHtvMmsxcOopczUiH6bJxQ==", "integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==",
"requires": { "requires": {
"@babel/runtime": "^7.12.0" "@babel/runtime": "^7.12.0"
} }
@ -9964,9 +9964,9 @@
} }
}, },
"react-i18next": { "react-i18next": {
"version": "11.15.4", "version": "11.15.5",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.4.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.5.tgz",
"integrity": "sha512-jKJNAcVcbPGK+yrTcXhLblgPY16n6NbpZZL3Mk8nswj1v3ayIiUBVDU09SgqnT+DluyQBS97hwSvPU5yVFG0yg==", "integrity": "sha512-vBWuVEQgrhZrGKpyv8FmJ7Zs5jRQWl794Tte7yzJ0okZqqi3jd6j2pLYNg441WcREsbIOvWdiDXbY7W6E93p1A==",
"requires": { "requires": {
"@babel/runtime": "^7.14.5", "@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2", "html-escaper": "^2.0.2",
@ -10119,9 +10119,9 @@
"integrity": "sha512-eorFo9X1vEqAWUkgcZ300yKBG1wtgNeE7tdWAH2CE+P50FGTniJg5Sr6l1iPWG8ZskQOuF+KeiSTFlDa4vLfMw==" "integrity": "sha512-eorFo9X1vEqAWUkgcZ300yKBG1wtgNeE7tdWAH2CE+P50FGTniJg5Sr6l1iPWG8ZskQOuF+KeiSTFlDa4vLfMw=="
}, },
"react-native-fs": { "react-native-fs": {
"version": "2.18.0", "version": "2.19.0",
"resolved": "https://registry.npmjs.org/react-native-fs/-/react-native-fs-2.18.0.tgz", "resolved": "https://registry.npmjs.org/react-native-fs/-/react-native-fs-2.19.0.tgz",
"integrity": "sha512-9iQhkUNnN2JNED0in06JwZy88YEVyIGKWz4KLlQYxa5Y2U0U2AZh9FUHtA04oWj+xt2LlHh0LFPCzhmNsAsUDg==", "integrity": "sha512-Yl09IbETkV5UJcBtVtBLttyTmiAhJIHpGA/LvredI5dYiw3MXMMVu42bzELiuH2Bwj7F+qd0fMNvgfBDiDxd2A==",
"requires": { "requires": {
"base-64": "^0.1.0", "base-64": "^0.1.0",
"utf8": "^3.0.0" "utf8": "^3.0.0"

View File

@ -40,25 +40,25 @@
"dependencies": { "dependencies": {
"@react-native-async-storage/async-storage": "^1.16.1", "@react-native-async-storage/async-storage": "^1.16.1",
"@react-native-clipboard/clipboard": "^1.9.0", "@react-native-clipboard/clipboard": "^1.9.0",
"@react-native-community/checkbox": "^0.5.9", "@react-native-community/checkbox": "^0.5.10",
"@react-native-community/slider": "^4.2.0", "@react-native-community/slider": "^4.2.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"console-browserify": "^1.2.0", "console-browserify": "^1.2.0",
"events": "^3.3.0", "events": "^3.3.0",
"i18next": "^21.6.11", "i18next": "^21.6.12",
"js-htmlencode": "^0.3.0", "js-htmlencode": "^0.3.0",
"lrc-file-parser": "^1.2.4", "lrc-file-parser": "^1.2.4",
"pako": "^2.0.4", "pako": "^2.0.4",
"process": "^0.11.10", "process": "^0.11.10",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react": "17.0.2", "react": "17.0.2",
"react-i18next": "^11.15.4", "react-i18next": "^11.15.5",
"react-native": "0.66.4", "react-native": "0.66.4",
"react-native-background-timer": "^2.4.1", "react-native-background-timer": "^2.4.1",
"react-native-crypto": "^2.2.0", "react-native-crypto": "^2.2.0",
"react-native-exception-handler": "^2.10.10", "react-native-exception-handler": "^2.10.10",
"react-native-extra-dimensions-android": "^1.2.5", "react-native-extra-dimensions-android": "^1.2.5",
"react-native-fs": "^2.18.0", "react-native-fs": "^2.19.0",
"react-native-navigation": "^7.25.4", "react-native-navigation": "^7.25.4",
"react-native-pager-view": "^5.4.11", "react-native-pager-view": "^5.4.11",
"react-native-randombytes": "^3.6.1", "react-native-randombytes": "^3.6.1",
@ -77,7 +77,7 @@
"util": "~0.10.3" "util": "~0.10.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.4", "@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0", "@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7", "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.17.2",