diff --git a/tools/scripts/tr-archive/package-lock.json b/tools/scripts/tr-archive/package-lock.json index d9de0a04066..0c72df377f2 100644 --- a/tools/scripts/tr-archive/package-lock.json +++ b/tools/scripts/tr-archive/package-lock.json @@ -10,7 +10,7 @@ "license": "Unicode-DFS-2016", "dependencies": { "@not-dalia/gfm-toc": "github:not-dalia/gfm-toc", - "anchor-js": "^4.3.1", + "anchor-js": "^5.0.0", "highlight.js": "^11.6.0", "jsdom": "^20.0.0", "marked": "^4.0.10" @@ -166,9 +166,9 @@ } }, "node_modules/anchor-js": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/anchor-js/-/anchor-js-4.3.1.tgz", - "integrity": "sha512-TziERoibspey7KSm95oIdzTxiogXonJl7inQI07Y3cI25DKQaLkUftB7RhCuSb1GcwunHL6/PcIKM4dDUb9xYQ==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/anchor-js/-/anchor-js-5.0.0.tgz", + "integrity": "sha512-2bOqCsBIXAYhjAN3iI4QevoAJtB2gRWAiY9P3P7CVW8lIjA3Dl6ldhDlWeeQvCHif+V5vIndfLOag/5I8tzTzA==" }, "node_modules/asynckit": { "version": "0.4.0", @@ -849,9 +849,9 @@ } }, "anchor-js": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/anchor-js/-/anchor-js-4.3.1.tgz", - "integrity": "sha512-TziERoibspey7KSm95oIdzTxiogXonJl7inQI07Y3cI25DKQaLkUftB7RhCuSb1GcwunHL6/PcIKM4dDUb9xYQ==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/anchor-js/-/anchor-js-5.0.0.tgz", + "integrity": "sha512-2bOqCsBIXAYhjAN3iI4QevoAJtB2gRWAiY9P3P7CVW8lIjA3Dl6ldhDlWeeQvCHif+V5vIndfLOag/5I8tzTzA==" }, "asynckit": { "version": "0.4.0", diff --git a/tools/scripts/tr-archive/package.json b/tools/scripts/tr-archive/package.json index 82eb104df06..dd0b2b35568 100644 --- a/tools/scripts/tr-archive/package.json +++ b/tools/scripts/tr-archive/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "@not-dalia/gfm-toc": "github:not-dalia/gfm-toc", - "anchor-js": "^4.3.1", + "anchor-js": "^5.0.0", "highlight.js": "^11.6.0", "jsdom": "^20.0.0", "marked": "^4.0.10"