diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 43eccb6fda..e44e333345 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -594,7 +594,7 @@ importers: eslint: 7.32.0 eslint-config-airbnb: 18.2.1 eslint-config-prettier: 8.5.0 - eslint-plugin-anti-trojan-source: 1.1.0 + eslint-plugin-anti-trojan-source: 1.1.1 eslint-plugin-import: 2.25.4 eslint-plugin-jest: 25.7.0 eslint-plugin-jest-playwright: 0.7.1 @@ -611,7 +611,7 @@ importers: eslint: 7.32.0 eslint-config-airbnb: 18.2.1_ii26aejjima4obfhdxeje5qpky eslint-config-prettier: 8.5.0_eslint@7.32.0 - eslint-plugin-anti-trojan-source: 1.1.0 + eslint-plugin-anti-trojan-source: 1.1.1 eslint-plugin-import: 2.25.4_eslint@7.32.0 eslint-plugin-jest: 25.7.0_wnilx7boviscikmvsfkd6ljepe eslint-plugin-jest-playwright: 0.7.1_dksyswlj6ohsajdz7itlyn47ra @@ -814,13 +814,6 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/code-frame/7.18.6: - resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.18.6 - dev: false - /@babel/code-frame/7.21.4: resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} engines: {node: '>=6.9.0'} @@ -5754,7 +5747,7 @@ packages: resolution: {integrity: sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==} engines: {node: '>=12'} dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.21.4 '@babel/runtime': 7.21.5 '@types/aria-query': 5.0.1 aria-query: 5.1.3 @@ -9908,8 +9901,8 @@ packages: - supports-color dev: true - /eslint-plugin-anti-trojan-source/1.1.0: - resolution: {integrity: sha512-/ipaonUMZEB61W3YXDDWTcuHHwx35+aGM6iqFl1vqXwYSHnb7YakSdhIpj3murx4URZ2YwL6V7zD4QH8+CQSMg==} + /eslint-plugin-anti-trojan-source/1.1.1: + resolution: {integrity: sha512-gWDuG2adNNccwRM+2/Q3UHqV1DgrAUSpSi/Tdnx2Ybr0ndWMSBn7lt4AbxdPuFSEs2OAokX/vdIHbBbTLzWspw==} dependencies: anti-trojan-source: 1.4.1 dev: true diff --git a/tools/eslint/package.json b/tools/eslint/package.json index 89cb1587c0..842cf59f52 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -15,7 +15,7 @@ "eslint": "7.32.0", "eslint-config-airbnb": "18.2.1", "eslint-config-prettier": "8.5.0", - "eslint-plugin-anti-trojan-source": "1.1.0", + "eslint-plugin-anti-trojan-source": "1.1.1", "eslint-plugin-import": "2.25.4", "eslint-plugin-jest": "25.7.0", "eslint-plugin-jest-playwright": "0.7.1",