diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 3dd0428d..48007253 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -37,7 +37,7 @@ "html-entities": "^2.5.2", "path-browserify": "^1.0.1", "react-base16-styling": "workspace:^", - "source-map": "^0.5.7" + "source-map": "^0.7.4" }, "devDependencies": { "@babel/cli": "^7.26.4", @@ -57,7 +57,7 @@ "@types/node": "^22.10.2", "@types/path-browserify": "^1.0.3", "@types/react": "^18.3.18", - "@types/source-map": "0.5.2", + "@types/source-map": "0.5.7", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^18.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4689c3b8..3e552b5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1597,8 +1597,8 @@ importers: specifier: workspace:^ version: link:../react-base16-styling source-map: - specifier: ^0.5.7 - version: 0.5.7 + specifier: ^0.7.4 + version: 0.7.4 devDependencies: '@babel/cli': specifier: ^7.26.4 @@ -1652,8 +1652,8 @@ importers: specifier: ^18.3.18 version: 18.3.18 '@types/source-map': - specifier: 0.5.2 - version: 0.5.2 + specifier: 0.5.7 + version: 0.5.7 jest: specifier: ^29.7.0 version: 29.7.0(@types/node@22.10.2)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.10.0(@swc/helpers@0.5.15))(@types/node@22.10.2)(typescript@5.7.2)) @@ -5098,8 +5098,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==} @@ -9650,6 +9651,10 @@ packages: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} + source-map@0.7.4: + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} + engines: {node: '>= 8'} + spawndamnit@3.0.1: resolution: {integrity: sha512-MmnduQUuHCoFckZoWnXsTg7JaiLBJrKFj9UI2MbRPGaJeVpsLcVBu6P/IGZovziM/YBsellCmsprgNA+w0CzVg==} @@ -13511,7 +13516,9 @@ snapshots: dependencies: '@types/node': 22.10.2 - '@types/source-map@0.5.2': {} + '@types/source-map@0.5.7': + dependencies: + source-map: 0.7.4 '@types/stack-utils@2.0.3': {} @@ -18895,6 +18902,8 @@ snapshots: source-map@0.6.1: {} + source-map@0.7.4: {} + spawndamnit@3.0.1: dependencies: cross-spawn: 7.0.6