drbh
commited on
Commit
·
13ab219
1
Parent(s):
2d3755b
fix: bump lock
Browse files- package-lock.json +88 -0
package-lock.json
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
"dependencies": {
|
9 |
"@octokit/app": "^14.0.2",
|
10 |
"@octokit/auth-app": "^6.0.1",
|
|
|
11 |
"@octokit/webhooks": "^12.0.4",
|
12 |
"@remix-run/node": "^2.16.8",
|
13 |
"@remix-run/react": "^2.16.8",
|
@@ -1801,6 +1802,48 @@
|
|
1801 |
"@octokit/core": "5"
|
1802 |
}
|
1803 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1804 |
"node_modules/@octokit/request": {
|
1805 |
"version": "8.4.1",
|
1806 |
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz",
|
@@ -1860,6 +1903,51 @@
|
|
1860 |
"@octokit/openapi-types": "^24.2.0"
|
1861 |
}
|
1862 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1863 |
"node_modules/@octokit/types": {
|
1864 |
"version": "12.6.0",
|
1865 |
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz",
|
|
|
8 |
"dependencies": {
|
9 |
"@octokit/app": "^14.0.2",
|
10 |
"@octokit/auth-app": "^6.0.1",
|
11 |
+
"@octokit/rest": "^20.0.2",
|
12 |
"@octokit/webhooks": "^12.0.4",
|
13 |
"@remix-run/node": "^2.16.8",
|
14 |
"@remix-run/react": "^2.16.8",
|
|
|
1802 |
"@octokit/core": "5"
|
1803 |
}
|
1804 |
},
|
1805 |
+
"node_modules/@octokit/plugin-request-log": {
|
1806 |
+
"version": "4.0.1",
|
1807 |
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-4.0.1.tgz",
|
1808 |
+
"integrity": "sha512-GihNqNpGHorUrO7Qa9JbAl0dbLnqJVrV8OXe2Zm5/Y4wFkZQDfTreBzVmiRfJVfE4mClXdihHnbpyyO9FSX4HA==",
|
1809 |
+
"license": "MIT",
|
1810 |
+
"engines": {
|
1811 |
+
"node": ">= 18"
|
1812 |
+
},
|
1813 |
+
"peerDependencies": {
|
1814 |
+
"@octokit/core": "5"
|
1815 |
+
}
|
1816 |
+
},
|
1817 |
+
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
1818 |
+
"version": "13.3.2-cjs.1",
|
1819 |
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.3.2-cjs.1.tgz",
|
1820 |
+
"integrity": "sha512-VUjIjOOvF2oELQmiFpWA1aOPdawpyaCUqcEBc/UOUnj3Xp6DJGrJ1+bjUIIDzdHjnFNO6q57ODMfdEZnoBkCwQ==",
|
1821 |
+
"license": "MIT",
|
1822 |
+
"dependencies": {
|
1823 |
+
"@octokit/types": "^13.8.0"
|
1824 |
+
},
|
1825 |
+
"engines": {
|
1826 |
+
"node": ">= 18"
|
1827 |
+
},
|
1828 |
+
"peerDependencies": {
|
1829 |
+
"@octokit/core": "^5"
|
1830 |
+
}
|
1831 |
+
},
|
1832 |
+
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
|
1833 |
+
"version": "24.2.0",
|
1834 |
+
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
|
1835 |
+
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
|
1836 |
+
"license": "MIT"
|
1837 |
+
},
|
1838 |
+
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
|
1839 |
+
"version": "13.10.0",
|
1840 |
+
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
|
1841 |
+
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
|
1842 |
+
"license": "MIT",
|
1843 |
+
"dependencies": {
|
1844 |
+
"@octokit/openapi-types": "^24.2.0"
|
1845 |
+
}
|
1846 |
+
},
|
1847 |
"node_modules/@octokit/request": {
|
1848 |
"version": "8.4.1",
|
1849 |
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz",
|
|
|
1903 |
"@octokit/openapi-types": "^24.2.0"
|
1904 |
}
|
1905 |
},
|
1906 |
+
"node_modules/@octokit/rest": {
|
1907 |
+
"version": "20.1.2",
|
1908 |
+
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-20.1.2.tgz",
|
1909 |
+
"integrity": "sha512-GmYiltypkHHtihFwPRxlaorG5R9VAHuk/vbszVoRTGXnAsY60wYLkh/E2XiFmdZmqrisw+9FaazS1i5SbdWYgA==",
|
1910 |
+
"license": "MIT",
|
1911 |
+
"dependencies": {
|
1912 |
+
"@octokit/core": "^5.0.2",
|
1913 |
+
"@octokit/plugin-paginate-rest": "11.4.4-cjs.2",
|
1914 |
+
"@octokit/plugin-request-log": "^4.0.0",
|
1915 |
+
"@octokit/plugin-rest-endpoint-methods": "13.3.2-cjs.1"
|
1916 |
+
},
|
1917 |
+
"engines": {
|
1918 |
+
"node": ">= 18"
|
1919 |
+
}
|
1920 |
+
},
|
1921 |
+
"node_modules/@octokit/rest/node_modules/@octokit/openapi-types": {
|
1922 |
+
"version": "24.2.0",
|
1923 |
+
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
|
1924 |
+
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
|
1925 |
+
"license": "MIT"
|
1926 |
+
},
|
1927 |
+
"node_modules/@octokit/rest/node_modules/@octokit/plugin-paginate-rest": {
|
1928 |
+
"version": "11.4.4-cjs.2",
|
1929 |
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.4-cjs.2.tgz",
|
1930 |
+
"integrity": "sha512-2dK6z8fhs8lla5PaOTgqfCGBxgAv/le+EhPs27KklPhm1bKObpu6lXzwfUEQ16ajXzqNrKMujsFyo9K2eaoISw==",
|
1931 |
+
"license": "MIT",
|
1932 |
+
"dependencies": {
|
1933 |
+
"@octokit/types": "^13.7.0"
|
1934 |
+
},
|
1935 |
+
"engines": {
|
1936 |
+
"node": ">= 18"
|
1937 |
+
},
|
1938 |
+
"peerDependencies": {
|
1939 |
+
"@octokit/core": "5"
|
1940 |
+
}
|
1941 |
+
},
|
1942 |
+
"node_modules/@octokit/rest/node_modules/@octokit/types": {
|
1943 |
+
"version": "13.10.0",
|
1944 |
+
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
|
1945 |
+
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
|
1946 |
+
"license": "MIT",
|
1947 |
+
"dependencies": {
|
1948 |
+
"@octokit/openapi-types": "^24.2.0"
|
1949 |
+
}
|
1950 |
+
},
|
1951 |
"node_modules/@octokit/types": {
|
1952 |
"version": "12.6.0",
|
1953 |
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz",
|