mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2026-02-01 21:15:51 +03:00
fix(deps): update source-map
This commit is contained in:
parent
0cd341fe35
commit
504b5e5911
|
|
@ -37,7 +37,7 @@
|
|||
"html-entities": "^2.6.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"react-base16-styling": "workspace:^",
|
||||
"source-map": "^0.5.7"
|
||||
"source-map": "^0.7.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.28.6",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"@types/node": "^24.10.9",
|
||||
"@types/path-browserify": "^1.0.3",
|
||||
"@types/react": "^19.2.8",
|
||||
"@types/source-map": "0.5.2",
|
||||
"@types/source-map": "0.5.7",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"react": "^19.2.3",
|
||||
|
|
|
|||
|
|
@ -1560,8 +1560,8 @@ importers:
|
|||
specifier: workspace:^
|
||||
version: link:../react-base16-styling
|
||||
source-map:
|
||||
specifier: ^0.5.7
|
||||
version: 0.5.7
|
||||
specifier: ^0.7.6
|
||||
version: 0.7.6
|
||||
devDependencies:
|
||||
'@babel/cli':
|
||||
specifier: ^7.28.6
|
||||
|
|
@ -1615,8 +1615,8 @@ importers:
|
|||
specifier: ^19.2.8
|
||||
version: 19.2.8
|
||||
'@types/source-map':
|
||||
specifier: 0.5.2
|
||||
version: 0.5.2
|
||||
specifier: 0.5.7
|
||||
version: 0.5.7
|
||||
jest:
|
||||
specifier: ^30.2.0
|
||||
version: 30.2.0(@types/node@24.10.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@24.10.9)(typescript@5.9.3))
|
||||
|
|
@ -5027,8 +5027,9 @@ packages:
|
|||
'@types/sockjs@0.3.36':
|
||||
resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==}
|
||||
|
||||
'@types/source-map@0.5.2':
|
||||
resolution: {integrity: sha512-++w4WmMbk3dS3UeHGzAG+xJOSz5Xqtjys/TBkqG3qp3SeWE7Wwezqe5eB7B51cxUyh4PW7bwVotpsLdBK0D8cw==}
|
||||
'@types/source-map@0.5.7':
|
||||
resolution: {integrity: sha512-LrnsgZIfJaysFkv9rRJp4/uAyqw87oVed3s1hhF83nwbo9c7MG9g5DqR0seHP+lkX4ldmMrVolPjQSe2ZfD0yA==}
|
||||
deprecated: This is a stub types definition for source-map (https://github.com/mozilla/source-map). source-map provides its own type definitions, so you don't need @types/source-map installed!
|
||||
|
||||
'@types/stack-utils@2.0.3':
|
||||
resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==}
|
||||
|
|
@ -9500,6 +9501,10 @@ packages:
|
|||
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
source-map@0.7.6:
|
||||
resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
|
||||
engines: {node: '>= 12'}
|
||||
|
||||
spawndamnit@3.0.1:
|
||||
resolution: {integrity: sha512-MmnduQUuHCoFckZoWnXsTg7JaiLBJrKFj9UI2MbRPGaJeVpsLcVBu6P/IGZovziM/YBsellCmsprgNA+w0CzVg==}
|
||||
|
||||
|
|
@ -9689,6 +9694,7 @@ packages:
|
|||
tar@6.2.1:
|
||||
resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
|
||||
engines: {node: '>=10'}
|
||||
deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me
|
||||
|
||||
tarn@3.0.2:
|
||||
resolution: {integrity: sha512-51LAVKUSZSVfI05vjPESNc5vwqqZpbXCsU+/+wxlOrUjk2SnFTt97v9ZgQrD4YmxYW1Px6w2KjaDitCfkvgxMQ==}
|
||||
|
|
@ -13277,7 +13283,9 @@ snapshots:
|
|||
dependencies:
|
||||
'@types/node': 24.10.9
|
||||
|
||||
'@types/source-map@0.5.2': {}
|
||||
'@types/source-map@0.5.7':
|
||||
dependencies:
|
||||
source-map: 0.7.6
|
||||
|
||||
'@types/stack-utils@2.0.3': {}
|
||||
|
||||
|
|
@ -18811,6 +18819,8 @@ snapshots:
|
|||
|
||||
source-map@0.6.1: {}
|
||||
|
||||
source-map@0.7.6: {}
|
||||
|
||||
spawndamnit@3.0.1:
|
||||
dependencies:
|
||||
cross-spawn: 7.0.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user