mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
fixed pnpm lock
This commit is contained in:
parent
d798b04cb5
commit
337607a360
1 changed files with 21 additions and 17 deletions
|
@ -22,8 +22,8 @@ dependencies:
|
||||||
specifier: ^1.0.3
|
specifier: ^1.0.3
|
||||||
version: 1.0.3
|
version: 1.0.3
|
||||||
'@movie-web/providers':
|
'@movie-web/providers':
|
||||||
specifier: ^2.2.9
|
specifier: github:sussy-code/sudo-providers
|
||||||
version: 2.2.9
|
version: github.com/sussy-code/sudo-providers/b14fb15438b016859c55429904daaa3de9964750
|
||||||
'@noble/hashes':
|
'@noble/hashes':
|
||||||
specifier: ^1.4.0
|
specifier: ^1.4.0
|
||||||
version: 1.4.0
|
version: 1.4.0
|
||||||
|
@ -1910,21 +1910,6 @@ packages:
|
||||||
engines: {node: '>= 14'}
|
engines: {node: '>= 14'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@movie-web/providers@2.2.9:
|
|
||||||
resolution: {integrity: sha512-NHsyplM9Oe4DK3lIkNaEk0CqoQ6IqlaWXeDh01jj+DH4I4EJjSD4ow7OTeAC+BLz3Gwj6fh/vaE2WBGevPTDkQ==}
|
|
||||||
requiresBuild: true
|
|
||||||
dependencies:
|
|
||||||
cheerio: 1.0.0-rc.12
|
|
||||||
cookie: 0.6.0
|
|
||||||
crypto-js: 4.2.0
|
|
||||||
form-data: 4.0.0
|
|
||||||
iso-639-1: 3.1.2
|
|
||||||
nanoid: 3.3.7
|
|
||||||
node-fetch: 3.3.2
|
|
||||||
set-cookie-parser: 2.6.0
|
|
||||||
unpacker: 1.0.1
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@noble/hashes@1.4.0:
|
/@noble/hashes@1.4.0:
|
||||||
resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==}
|
resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==}
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
|
@ -7203,6 +7188,7 @@ packages:
|
||||||
|
|
||||||
/workbox-google-analytics@7.0.0:
|
/workbox-google-analytics@7.0.0:
|
||||||
resolution: {integrity: sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==}
|
resolution: {integrity: sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==}
|
||||||
|
deprecated: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained
|
||||||
dependencies:
|
dependencies:
|
||||||
workbox-background-sync: 7.0.0
|
workbox-background-sync: 7.0.0
|
||||||
workbox-core: 7.0.0
|
workbox-core: 7.0.0
|
||||||
|
@ -7380,3 +7366,21 @@ packages:
|
||||||
react: 18.2.0
|
react: 18.2.0
|
||||||
use-sync-external-store: 1.2.0(react@18.2.0)
|
use-sync-external-store: 1.2.0(react@18.2.0)
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
github.com/sussy-code/sudo-providers/b14fb15438b016859c55429904daaa3de9964750:
|
||||||
|
resolution: {tarball: https://codeload.github.com/sussy-code/sudo-providers/tar.gz/b14fb15438b016859c55429904daaa3de9964750}
|
||||||
|
name: '@movie-web/providers'
|
||||||
|
version: 2.2.9
|
||||||
|
prepare: true
|
||||||
|
requiresBuild: true
|
||||||
|
dependencies:
|
||||||
|
cheerio: 1.0.0-rc.12
|
||||||
|
cookie: 0.6.0
|
||||||
|
crypto-js: 4.2.0
|
||||||
|
form-data: 4.0.0
|
||||||
|
iso-639-1: 3.1.2
|
||||||
|
nanoid: 3.3.7
|
||||||
|
node-fetch: 3.3.2
|
||||||
|
set-cookie-parser: 2.6.0
|
||||||
|
unpacker: 1.0.1
|
||||||
|
dev: false
|
||||||
|
|
Loading…
Reference in a new issue