|
1499 | 1499 | stylelint-declaration-block-no-ignored-properties "^1.1.0"
|
1500 | 1500 | stylelint-order "^0.8.1"
|
1501 | 1501 |
|
1502 |
| -"@planjs/utils@^1.10.0", "@planjs/utils@^1.11.3": |
| 1502 | +"@planjs/utils@^1.10.0": |
1503 | 1503 | version "1.11.3"
|
1504 | 1504 | resolved "https://registry.nlark.com/@planjs/utils/download/@planjs/utils-1.11.3.tgz#2cef88b4ddbb9e791391a7bd3fb7273a24e90f11"
|
1505 | 1505 | integrity sha1-LO+ItN27nnkTkae9P7cnOiTpDxE=
|
|
1508 | 1508 | decimal.js "^10.3.1"
|
1509 | 1509 | query-string "^7.0.1"
|
1510 | 1510 |
|
| 1511 | +"@planjs/utils@^1.11.5": |
| 1512 | + version "1.11.5" |
| 1513 | + resolved "https://registry.nlark.com/@planjs/utils/download/@planjs/utils-1.11.5.tgz#24a21ce0bb12c677b97dae9b92888182fe7e026f" |
| 1514 | + integrity sha1-JKIc4LsSxne5fa6bkoiBgv5+Am8= |
| 1515 | + dependencies: |
| 1516 | + "@babel/runtime" "^7.15.4" |
| 1517 | + "@types/lodash.debounce" "^4.0.6" |
| 1518 | + "@types/lodash.throttle" "^4.1.6" |
| 1519 | + decimal.js "^10.3.1" |
| 1520 | + lodash.debounce "^4.0.8" |
| 1521 | + lodash.throttle "^4.1.1" |
| 1522 | + query-string "^7.0.1" |
| 1523 | + |
1511 | 1524 | "@rollup/plugin-alias@^3.1.2":
|
1512 | 1525 | version "3.1.4"
|
1513 | 1526 | resolved "https://registry.nlark.com/@rollup/plugin-alias/download/@rollup/plugin-alias-3.1.4.tgz#47774f4ff0eab5937f7acb392cf2b89921f03b7d"
|
|
1805 | 1818 | resolved "https://registry.nlark.com/@types/json-schema/download/@types/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
|
1806 | 1819 | integrity sha1-7fG/Hb9OBEE8qOWxezt9fVS1mBg=
|
1807 | 1820 |
|
| 1821 | +"@types/lodash.debounce@^4.0.6": |
| 1822 | + version "4.0.6" |
| 1823 | + resolved "https://registry.nlark.com/@types/lodash.debounce/download/@types/lodash.debounce-4.0.6.tgz?cache=0&sync_timestamp=1629708369772&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Flodash.debounce%2Fdownload%2F%40types%2Flodash.debounce-4.0.6.tgz#c5a2326cd3efc46566c47e4c0aa248dc0ee57d60" |
| 1824 | + integrity sha1-xaIybNPvxGVmxH5MCqJI3A7lfWA= |
| 1825 | + dependencies: |
| 1826 | + "@types/lodash" "*" |
| 1827 | + |
| 1828 | +"@types/lodash.throttle@^4.1.6": |
| 1829 | + version "4.1.6" |
| 1830 | + resolved "https://registry.nlark.com/@types/lodash.throttle/download/@types/lodash.throttle-4.1.6.tgz?cache=0&sync_timestamp=1629708231402&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Flodash.throttle%2Fdownload%2F%40types%2Flodash.throttle-4.1.6.tgz#f5ba2c22244ee42ff6c2c49e614401a870c1009c" |
| 1831 | + integrity sha1-9bosIiRO5C/2wsSeYUQBqHDBAJw= |
| 1832 | + dependencies: |
| 1833 | + "@types/lodash" "*" |
| 1834 | + |
| 1835 | +"@types/lodash@*": |
| 1836 | + version "4.14.174" |
| 1837 | + resolved "https://registry.npmmirror.com/@types/lodash/download/@types/lodash-4.14.174.tgz?cache=0&sync_timestamp=1632533739312&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.174.tgz#b4b06b6eced9850eed6b6a8f1abdd0f5192803c1" |
| 1838 | + integrity sha1-tLBrbs7ZhQ7ta2qPGr3Q9RkoA8E= |
| 1839 | + |
1808 | 1840 | "@types/lodash@^4.14.161":
|
1809 | 1841 | version "4.14.171"
|
1810 | 1842 | resolved "https://registry.nlark.com/@types/lodash/download/@types/lodash-4.14.171.tgz?cache=0&sync_timestamp=1625609589008&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.171.tgz#f01b3a5fe3499e34b622c362a46a609fdb23573b"
|
@@ -6741,6 +6773,11 @@ lodash.memoize@^4.1.2:
|
6741 | 6773 | resolved "https://registry.nlark.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
|
6742 | 6774 | integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
|
6743 | 6775 |
|
| 6776 | +lodash.throttle@^4.1.1: |
| 6777 | + version "4.1.1" |
| 6778 | + resolved "https://registry.nlark.com/lodash.throttle/download/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" |
| 6779 | + integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= |
| 6780 | + |
6744 | 6781 | lodash.uniq@^4.5.0:
|
6745 | 6782 | version "4.5.0"
|
6746 | 6783 | resolved "https://registry.nlark.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
|
0 commit comments